Uses of Interface
nct.graph.WeightedNode

Packages that use WeightedNode
nct.graph   
nct.networkblast   
nct.score   
 

Uses of WeightedNode in nct.graph
 

Classes in nct.graph that implement WeightedNode
 class BasicWeightedNode<IDType extends Comparable<? super IDType>,WeightType extends Comparable<? super WeightType>>
           
 

Methods in nct.graph with parameters of type WeightedNode
 int BasicWeightedNode.compareTo(WeightedNode<IDType,WeightType> other)
           
 

Uses of WeightedNode in nct.networkblast
 

Method parameters in nct.networkblast with type arguments of type WeightedNode
protected static void TestSearch.doSearch(int min, int max, Graph<WeightedNode<java.lang.Integer,java.lang.Double>,java.lang.Double> graph, SimpleScoreModel<WeightedNode<java.lang.Integer,java.lang.Double>> model)
           
protected static void TestSearch.doSearch(int min, int max, Graph<WeightedNode<java.lang.Integer,java.lang.Double>,java.lang.Double> graph, SimpleScoreModel<WeightedNode<java.lang.Integer,java.lang.Double>> model)
           
 

Uses of WeightedNode in nct.score
 

Classes in nct.score with type parameters of type WeightedNode
 class SimpleNodeScoreModel<NodeType extends WeightedNode<?,java.lang.Double>>
          This class implements a simple score model that basically just returns the weight associated with a particular object
 class SimpleScoreModel<NodeType extends WeightedNode<?,java.lang.Double>>
          This class implements a simple score model that basically just returns the weight associated with a particular object