Uses of Interface
nct.filter.Filter

Packages that use Filter
nct.filter   
nct.networkblast.filter   
 

Uses of Filter in nct.filter
 

Classes in nct.filter that implement Filter
 class DuplicateThresholdFilter<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          This class will throw out any solutions with a certain percentage of duplicate nodes.
 class SortFilter<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          This filter sorts the given solutions from best score (most positive) to worst.
 

Uses of Filter in nct.networkblast.filter
 

Classes in nct.networkblast.filter that implement Filter
 class UniqueCompatNodeFilter
          This Filter filters graphs based on whether the subnodes that form the compatibility nodes that represent nodes in this graph are all unique.