gov.nih.nlm.mms
Interface SubsetListener

All Known Subinterfaces:
ConceptContentSelector, ConceptManipulator, ConceptSelector, Filter, MetamorphoSysInputStream, MetamorphoSysOutputStream
All Known Implementing Classes:
AbstractFilter, AttributeTypesToRemoveFilter, ContentViewFilter, LanguagesToRemoveFilter, OriginalMRMetamorphoSysInputStream, OriginalMRMetamorphoSysOutputStream, PrecedenceFilter, RelationshipTypesToRemoveFilter, RemoveByTermgroupFilter, RichMRMetamorphoSysInputStream, RichMRMetamorphoSysOutputStream, RxNormFilter, SemanticTypesToRemoveFilter, SourcesToRemoveFilter, SuppressibleTermgroupsFilter

public interface SubsetListener

Generically represents a listener interested in different phases of the subsetting process. Also provides a reference to the CuiList.

Author:
Deborah Shapiro

Method Summary
 void beginInitializeCuiList()
          Informs filter that the Initialize Cui List phase is starting.
 void beginSubsetContent()
          Informs filter that the Subset Content phase is starting.
 void endInitializeCuiList()
          Informs filter that the Initialize Cui List phase is ending.
 void endSubsetContent()
          Informs filter that the Subset Content phase is ending.
 void setCuiList(CuiList cui_list)
          Provides filter access to the cui list.
 

Method Detail

setCuiList

public void setCuiList(CuiList cui_list)
Provides filter access to the cui list.

Parameters:
cui_list - CuiList

beginInitializeCuiList

public void beginInitializeCuiList()
Informs filter that the Initialize Cui List phase is starting.


endInitializeCuiList

public void endInitializeCuiList()
Informs filter that the Initialize Cui List phase is ending.


beginSubsetContent

public void beginSubsetContent()
Informs filter that the Subset Content phase is starting.


endSubsetContent

public void endSubsetContent()
Informs filter that the Subset Content phase is ending.



Copyright ©2005