Uses of Interface
anl.aida.client.net.TSFilterCreator

Packages that use TSFilterCreator
anl.aida.client.gui   
anl.aida.client.net   
 

Uses of TSFilterCreator in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as TSFilterCreator
private  TSFilterCreator VizPropertyBean.nodeFilter
           
 

Methods in anl.aida.client.gui that return TSFilterCreator
 TSFilterCreator VizPropertyBean.getNodeFilter()
           
 

Methods in anl.aida.client.gui with parameters of type TSFilterCreator
 void VizPropertyBean.setNodeFilter(TSFilterCreator nodeFilter)
           
 

Uses of TSFilterCreator in anl.aida.client.net
 

Classes in anl.aida.client.net that implement TSFilterCreator
 class OccurrenceFilterCreator
          Creates an OccurrenceFilter.
 class SimilarityFilterCreator
          Creates a ScorerThresholdFilter that filters based on similarity being >= to some threshold.
 class TFFilterCreator
          Creates a ScorerThresholdFilter that filters based on term frequency being >= to some threshold.
 class TFIDFFilterCreator
          Creates a ScorerThresholdFilter that filters based on tf/idf score being >= to some threshold.