Uses of Interface
nct.visualization.cytoscape.Monitorable

Packages that use Monitorable
nct.search   
 

Uses of Monitorable in nct.search
 

Classes in nct.search that implement Monitorable
 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.