Uses of Interface
nct.graph.WeightedNode

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

Uses of WeightedNode in nct.graph.basic
 

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

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

Uses of WeightedNode in nct.networkblast.score
 

Classes in nct.networkblast.score with type parameters of type WeightedNode
 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