Uses of Interface
nct.graph.KPartiteGraph

Packages that use KPartiteGraph
nct.graph   
nct.networkblast   
 

Uses of KPartiteGraph in nct.graph
 

Classes in nct.graph that implement KPartiteGraph
 class BasicKPartiteGraph<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>,PartitionType extends Comparable<? super PartitionType>>
          A generic implementation of the KPartiteGraph interface.
 

Uses of KPartiteGraph in nct.networkblast
 

Classes in nct.networkblast that implement KPartiteGraph
 class HomologyGraph
          This class creates a K-partite graph based on the homology of proteins between two or more species.
 

Fields in nct.networkblast declared as KPartiteGraph
protected  KPartiteGraph<java.lang.String,java.lang.Double,? extends DistanceGraph<java.lang.String,java.lang.Double>> CompatibilityGraph.homologyGraph
           
 

Constructors in nct.networkblast with parameters of type KPartiteGraph
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.