Uses of Interface
nct.graph.DistanceGraph

Packages that use DistanceGraph
nct.graph   
nct.networkblast   
 

Uses of DistanceGraph in nct.graph
 

Subinterfaces of DistanceGraph in nct.graph
 interface SequenceGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          An interface that describes accessing a sequence database associated with the graph.
 

Classes in nct.graph that implement DistanceGraph
 class BasicDistanceGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>>
          An extension of BasicGraph that calculates the minimum distance between nodes.
 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 DistanceGraph in nct.networkblast
 

Classes in nct.networkblast that implement DistanceGraph
 class InteractionGraph
          An implementation of a SequenceGraph that is specified by a SIF file.
 

Fields in nct.networkblast with type parameters of type DistanceGraph
protected  KPartiteGraph<java.lang.String,java.lang.Double,? extends DistanceGraph<java.lang.String,java.lang.Double>> CompatibilityGraph.homologyGraph
           
protected  java.util.List<? extends DistanceGraph<java.lang.String,java.lang.Double>> CompatibilityGraph.interactionGraphs
           
 

Constructor parameters in nct.networkblast with type arguments of type DistanceGraph
CompatibilityGraph(KPartiteGraph<java.lang.String,java.lang.Double,? extends DistanceGraph<java.lang.String,java.lang.Double>> homologyGraph, java.util.List<? extends DistanceGraph<java.lang.String,java.lang.Double>> interactionGraphs, ScoreModel<java.lang.String,java.lang.Double> scoreModel)
          Constructor.
CompatibilityGraph(KPartiteGraph<java.lang.String,java.lang.Double,? extends DistanceGraph<java.lang.String,java.lang.Double>> homologyGraph, java.util.List<? extends DistanceGraph<java.lang.String,java.lang.Double>> interactionGraphs, ScoreModel<java.lang.String,java.lang.Double> scoreModel)
          Constructor.