|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.umls.io.RichMRFilesSingleConceptInputStream
public class RichMRFilesSingleConceptInputStream
Builds a single Concept from a
full set of "Rich Release Format" MR files.
| Constructor Summary | |
|---|---|
RichMRFilesSingleConceptInputStream(String cui,
String dir)
Instantiates an empty RichMRFilesSingleConceptInputStream; |
|
| Method Summary | |
|---|---|
Concept |
getConcept()
Returns a single Concept from a set of
Rich Release files. |
Concept |
getConceptWithAtomsOnly()
Returns a single Concept from a set of
Rich Release files. |
String |
getNullValue()
Returns the null value. |
boolean |
isEmptyValue(String token)
Indicates whether or not the specified token is null or contains a null value as defined by being either zero length or a value equal to the null value. |
void |
setNullValue(String null_value)
Sets the null value to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RichMRFilesSingleConceptInputStream(String cui,
String dir)
throws IOException
RichMRFilesSingleConceptInputStream;
cui - cuidir - location for files to be read
IOException| Method Detail |
|---|
public void setNullValue(String null_value)
setNullValue in interface LocalNullValueSupportnull_value - the new null string valuepublic String getNullValue()
getNullValue in interface LocalNullValueSupportpublic boolean isEmptyValue(String token)
isEmptyValue in interface LocalNullValueSupport
public Concept getConcept()
throws IOException
Concept from a set of
Rich Release files.
Concept
IOException
public Concept getConceptWithAtomsOnly()
throws IOException
Concept from a set of
Rich Release files. Only the atoms of
the Concept are populated.
Concept
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||