Uses of Class
nct.graph.BasicDistanceGraph

Packages that use BasicDistanceGraph
nct.graph   
nct.networkblast   
 

Uses of BasicDistanceGraph in nct.graph
 

Subclasses of BasicDistanceGraph in nct.graph
 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
 

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