gov.nih.nlm.mms
Interface MetamorphoSysOutputStream

All Superinterfaces:
Comparable, ConceptOutputStream, Configurable, GUIConfigurable, MetathesaurusOutputStream, SubsetListener
All Known Implementing Classes:
OriginalMRMetamorphoSysOutputStream, RichMRMetamorphoSysOutputStream

public interface MetamorphoSysOutputStream
extends MetathesaurusOutputStream, GUIConfigurable, SubsetListener

Generically represents an output source for Metathesaurus data.

Author:
Deborah Shapiro

Method Summary
 boolean removeMTHOnlyConcepts()
          Indicates whether or not the output stream is configured to remove concepts with only MTH atoms.
 boolean removeUnicode()
          Indicates whether or not the output stream is configured to remove non-ASCII Unicode lines.
 
Methods inherited from interface gov.nih.nlm.umls.io.MetathesaurusOutputStream
setCandidateAmbiguousStringIdentifiers, setCandidateAmbiguousStringIdentifiers, setCandidateAmbiguousTermIdentifiers, setCandidateAmbiguousTermIdentifiers, writeIndexEntry, writeReleaseMetadata
 
Methods inherited from interface gov.nih.nlm.umls.io.ConceptOutputStream
close, open, writeConcept
 
Methods inherited from interface gov.nih.nlm.mms.GUIConfigurable
addDataChangeListener, getColor, getGUIConfigurableForValidationFailure, getHelpPanel, getName, getPanel, getTabDescription, getValidationErrors, getValidationWarnings, hasAdvancedOptions, hasDataChanged, removeDataChangeListener, resetDataChanged, setDataChanged, setPanelSelections, showOptions, validate
 
Methods inherited from interface gov.nih.nlm.mms.Configurable
getConfigurationDetails, getProperties, resetToDefaults, setConfiguration, setConfiguration, setProperties
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface gov.nih.nlm.mms.SubsetListener
beginInitializeCuiList, beginSubsetContent, endInitializeCuiList, endSubsetContent, setCuiList
 

Method Detail

removeUnicode

public boolean removeUnicode()
Indicates whether or not the output stream is configured to remove non-ASCII Unicode lines.

Returns:
true if so, false otherwise

removeMTHOnlyConcepts

public boolean removeMTHOnlyConcepts()
Indicates whether or not the output stream is configured to remove concepts with only MTH atoms.

Returns:
boolean


Copyright ©2005