nct.graph
Interface WeightedNode<IDType extends java.lang.Comparable<? super IDType>,WeightType extends java.lang.Comparable<? super WeightType>>

All Superinterfaces:
java.lang.Comparable<WeightedNode<IDType,WeightType>>
All Known Implementing Classes:
BasicWeightedNode

public interface WeightedNode<IDType extends java.lang.Comparable<? super IDType>,WeightType extends java.lang.Comparable<? super WeightType>>
extends java.lang.Comparable<WeightedNode<IDType,WeightType>>


Method Summary
 IDType getID()
           
 WeightType getWeight()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getID

IDType getID()

getWeight

WeightType getWeight()