Uses of Interface
nct.search.SearchGraph

Packages that use SearchGraph
nct.networkblast   
nct.search   
 

Uses of SearchGraph in nct.networkblast
 

Classes in nct.networkblast that implement SearchGraph
 class CompatColorCodingPathSearch<NodeType extends Comparable<? super NodeType>>
          This class implements a color coding algorithm to search for pathways of size n in a given graph using a scoring object.
 class CompatComplexSearch<NodeType extends Comparable<? super NodeType>>
          This class implements the SearchGraph interface.
 

Uses of SearchGraph in nct.search
 

Classes in nct.search that implement SearchGraph
 class ColorCodingPathSearch<NodeType extends Comparable<? super NodeType>>
          This class implements a color coding algorithm to search for pathways of size n in a given graph using a scoring object.
 class NewComplexSearch<NodeType extends Comparable<? super NodeType>>
          This class implements the SearchGraph interface.