Uses of Interface
nct.graph.KPartiteGraph

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

Uses of KPartiteGraph in nct.graph.basic
 

Classes in nct.graph.basic 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.graph
 

Classes in nct.networkblast.graph 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.graph 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.graph 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, CompatibilityCalculator compatCalc)
          Constructor.