Gephi Toolkit Javadoc

org.gephi.ranking.api
Interface NodeRanking<Type>

All Superinterfaces:
Ranking<Node,Type>

public interface NodeRanking<Type>
extends Ranking<Node,Type>

Author:
Mathieu Bastian

Method Summary
 Type getValue(Node node)
           
 
Methods inherited from interface org.gephi.ranking.api.Ranking
getMaximumValue, getMinimumValue, getName, getType, normalize, toString, unNormalize
 

Method Detail

getValue

Type getValue(Node node)
Specified by:
getValue in interface Ranking<Node,Type>

Gephi Toolkit Javadoc