de.cesr.more.building.util
Interface MoreKValueProvider<V>

Type Parameters:
V -

public interface MoreKValueProvider<V>

MORe

Date:
24.01.2011

Method Summary
 int getKValue(V node)
          Return the k value specific for the given node.
 

Method Detail

getKValue

int getKValue(V node)
Return the k value specific for the given node.

Parameters:
node -
Returns:
k value specific for the given node.