suvi.alg.interfaces
Interface NodeRanking

All Known Subinterfaces:
AugmentedNodeRanking

public interface NodeRanking

Node ranking as computed by a node ranking policy.


Method Summary
 int rankOf(java.lang.Object node)
          The rank of the specified node.
 

Method Detail

rankOf

public int rankOf(java.lang.Object node)

The rank of the specified node. The minimum rank must be 0 and every rank between the minimum and the maximum rank must be used.