gov.nih.nlm.mms.filters
Interface ConceptContentSelector

All Superinterfaces:
Comparable, Configurable, Filter, GUIConfigurable, SubsetListener
All Known Implementing Classes:
AttributeTypesToRemoveFilter, ContentViewFilter, LanguagesToRemoveFilter, RelationshipTypesToRemoveFilter, RemoveByTermgroupFilter, SourcesToRemoveFilter, SuppressibleTermgroupsFilter

public interface ConceptContentSelector
extends Filter

This is an interface with methods used to remove components of Concepts from the subset.

Author:
Deborah Shapiro

Method Summary
 void applySelections(Concept concept)
          Method which removes a given Concept or its components from the release.
 
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

applySelections

public void applySelections(Concept concept)
Method which removes a given Concept or its components from the release. Called during the subsetting process.

Parameters:
concept - Concept


Copyright ©2005