Uses of Class
nct.graph.basic.BasicDistanceGraph

Packages that use BasicDistanceGraph
nct.graph.basic   
nct.networkblast.graph   
 

Uses of BasicDistanceGraph in nct.graph.basic
 

Subclasses of BasicDistanceGraph in nct.graph.basic
 class BlastGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          An extension of BasicDistanceGraph that implements SequenceGraph and contains a pointer to a Blast database.
 class FastaGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          An extension of BasicDistanceGraph that implements the SequenceGraph interface and contains a (pointer to a) fasta database.
 

Uses of BasicDistanceGraph in nct.networkblast.graph
 

Subclasses of BasicDistanceGraph in nct.networkblast.graph
 class InteractionGraph
          An implementation of a SequenceGraph that is specified by a SIF file.