gov.nih.nlm.mms
Interface SubsetListener

All Known Subinterfaces:
ConceptContentSelector, ConceptManipulator, ConceptSelector, Filter, MetamorphoSysInputStream, MetamorphoSysOutputStream
All Known Implementing Classes:
AbstractFilter, AttributeTypesToRemoveFilter, ContentViewBrowserRestrictorFilter, ContentViewFilter, LanguagesToRemoveFilter, NLMFileMetamorphoSysInputStream, OriginalMRMetamorphoSysInputStream, OriginalMRMetamorphoSysOutputStream, PrecedenceFilter, RelationshipTypesToRemoveFilter, RemoveByTermgroupFilter, RichMRMetamorphoSysInputStream, RichMRMetamorphoSysOutputStream, SemanticTypesBrowserRestrictorFilter, SemanticTypesToRemoveFilter, SourceBrowserRestrictorFilter, 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

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

Parameters:
cui_list - CuiList

beginInitializeCuiList

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


endInitializeCuiList

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


beginSubsetContent

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


endSubsetContent

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



Copyright ©2005