|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface with methods used to remove CUIs from the release.
Method Summary | |
void |
applyFilter(Concept concept)
Deprecated. Use one of the sub-interfaces instead |
String[] |
getWarnings()
Returns a String [] of warnings accumulated during
processing of the Filter . |
boolean |
isEfficientEnabled()
Indicates if Filter can use the efficient mode during
the "Initialize Cuis" phase of the subsetting process. |
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 |
public void applyFilter(Concept concept)
Concept
or its components
from the release. Called during the subsetting process.
concept
- Concept
public boolean isEfficientEnabled()
Filter
can use the efficient mode during
the "Initialize Cuis" phase of the subsetting process.
The efficient mode reads only MRCONSO and MRSTY during the
"Initialize Cuis" phase.
true
if efficient mode is acceptable
false
if efficient mode is not acceptablepublic String[] getWarnings()
String
[] of warnings accumulated during
processing of the Filter
.
String
[] of warnings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |