|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, open, writeConcept |
Method Detail |
public 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 entrypublic 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 metadatapublic void setCandidateAmbiguousStringIdentifiers(String[] suis)
suis
- the list of suis that are candidates to be ambiguouspublic void setCandidateAmbiguousStringIdentifiers(List suis)
suis
- the list of suis that are candidates to be ambiguouspublic void setCandidateAmbiguousTermIdentifiers(String[] luis)
luis
- the list of terms that are candidates to be ambiguouspublic void 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 |