Gephi Toolkit Javadoc

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

All Superinterfaces:
Ranking<Edge,Type>

public interface EdgeRanking<Type>
extends Ranking<Edge,Type>

Author:
Mathieu Bastian

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

Method Detail

getValue

Type getValue(Edge edge)
Specified by:
getValue in interface Ranking<Edge,Type>

Gephi Toolkit Javadoc