Package nct.search

Interface Summary
SearchGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>> This interface will provide an interface for all searching algorithms to be used on a Graph object.
 

Class Summary
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.
NewComplexSearch<NodeType extends Comparable<? super NodeType>> This class implements the SearchGraph interface.