gov.nih.nlm.mms.filters
Interface ConceptManipulator

All Superinterfaces:
Comparable, Configurable, Filter, GUIConfigurable, SubsetListener
All Known Implementing Classes:
PrecedenceFilter, SuppressibleTermgroupsFilter

public interface ConceptManipulator
extends Filter

Manipulates data in the Concept, but does not remove any components from the Concept.

Author:
Deborah Shapiro

Method Summary
 void applyChanges(Concept concept)
          Manipulates data in the Concept, but does not remove any data from the concept.
 
Methods inherited from interface gov.nih.nlm.mms.filters.Filter
applyFilter, isEfficientEnabled
 
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

applyChanges

public void applyChanges(Concept concept)
Manipulates data in the Concept, but does not remove any data from the concept.

Parameters:
concept - Concept


Copyright ©2005