|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetathesaurusOutputStream
Generically represents a way for writing the Metathesaurus to some output source. The input could be files, a database, or pretty much anything else.
| Method Summary | |
|---|---|
void |
setCandidateAmbiguousStringIdentifiers(List suis)
Sets the list of suis that are candidates to be ambiguous. |
void |
setCandidateAmbiguousStringIdentifiers(String[] suis)
Sets the list of suis that are candidates to be ambiguous. |
void |
setCandidateAmbiguousTermIdentifiers(List luis)
Sets the list of terms that are candidates to be ambiguous. |
void |
setCandidateAmbiguousTermIdentifiers(String[] luis)
Sets the list of terms that are candidates to be ambiguous. |
void |
writeIndexEntry(IndexEntry index_entry)
Writes an IndexEntry to the output stream. |
void |
writeReleaseMetadata(ReleaseMetadata release_metadata)
Write the ReleaseMetadata to the output stream. |
| Methods inherited from interface gov.nih.nlm.umls.io.ConceptOutputStream |
|---|
close, getWarnings, open, writeConcept |
| Methods inherited from interface gov.nih.nlm.util.LocalNullValueSupport |
|---|
getNullValue, isEmptyValue, setNullValue |
| Method Detail |
|---|
void writeIndexEntry(IndexEntry index_entry)
throws IOException
IndexEntry to the output stream.
index_entry - the IndexEntry to write out
IOException - if there is a problem reading the index entry
void writeReleaseMetadata(ReleaseMetadata release_metadata)
throws IOException
ReleaseMetadata to the output stream.
release_metadata - the ReleaseMetadata to write out
IOException - if there is a problem
reading the release metadatavoid setCandidateAmbiguousStringIdentifiers(String[] suis)
suis - the list of suis that are candidates to be ambiguousvoid setCandidateAmbiguousStringIdentifiers(List suis)
suis - the list of suis that are candidates to be ambiguousvoid setCandidateAmbiguousTermIdentifiers(String[] luis)
luis - the list of terms that are candidates to be ambiguousvoid setCandidateAmbiguousTermIdentifiers(List luis)
luis - the list of terms that are candidates to be ambiguous
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||