Uses of Package
nct.graph

Packages that use nct.graph
nct.filter   
nct.graph   
nct.graph.basic   
nct.graph.util   
nct.networkblast   
nct.networkblast.filter   
nct.networkblast.graph   
nct.networkblast.graph.compatibility   
nct.networkblast.score   
nct.networkblast.search   
nct.output   
nct.service.homology   
nct.service.homology.blast   
nct.service.homology.sif   
nct.service.interactions   
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
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.
 

Classes in nct.graph used by nct.graph.basic
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
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

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

Classes in nct.graph used by nct.networkblast.graph
DistanceGraph
          This interface describes a method that returns the distance between two nodes.
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.
 

Classes in nct.graph used by nct.networkblast.graph.compatibility
DistanceGraph
          This interface describes a method that returns the distance between two nodes.
Graph
          A generic interface that defines an edge weighted, undirected graph.
 

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

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

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.service.homology
SequenceGraph
          An interface that describes accessing a sequence database associated with the graph.
 

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

Classes in nct.graph used by nct.service.homology.sif
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.dual
Graph
          A generic interface that defines an edge weighted, undirected graph.