Uses of Package
nct.graph

Packages that use nct.graph
nct.filter   
nct.graph   
nct.graph.util   
nct.networkblast   
nct.output   
nct.score   
nct.search   
nct.service.homology   
nct.service.interactions   
nct.visualization.cytoscape   
nct.visualization.cytoscape.dual   
 

Classes in nct.graph used by nct.filter
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.graph
BasicDistanceGraph
          An extension of BasicGraph that calculates the minimum distance between nodes.
BasicGraph
          A generic implementation of the Graph interface.
DistanceGraph
          This interface describes a method that returns the distance between two nodes.
Edge
          An generic interface describing the basic components of an edge: source and target nodes, edge weight, and description.
Graph
          A generic interface that defines an edge weighted, undirected graph.
KPartiteGraph
          A generic interface to a K-partite graph.
SequenceGraph
          An interface that describes accessing a sequence database associated with the graph.
WeightedNode
           
 

Classes in nct.graph used by nct.graph.util
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.networkblast
BasicDistanceGraph
          An extension of BasicGraph that calculates the minimum distance between nodes.
BasicGraph
          A generic implementation of the Graph interface.
BasicKPartiteGraph
          A generic implementation of the KPartiteGraph interface.
DistanceGraph
          This interface describes a method that returns the distance between two nodes.
Edge
          An generic interface describing the basic components of an edge: source and target nodes, edge weight, and description.
Graph
          A generic interface that defines an edge weighted, undirected graph.
KPartiteGraph
          A generic interface to a K-partite graph.
SequenceGraph
          An interface that describes accessing a sequence database associated with the graph.
WeightedNode
           
 

Classes in nct.graph used by nct.output
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.score
Graph
          A generic interface that defines an edge weighted, undirected graph.
WeightedNode
           
 

Classes in nct.graph used by nct.search
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.service.homology
SequenceGraph
          An interface that describes accessing a sequence database associated with the graph.
 

Classes in nct.graph used by nct.service.interactions
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.visualization.cytoscape
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

Classes in nct.graph used by nct.visualization.cytoscape.dual
Graph
          A generic interface that defines an edge weighted, undirected graph.