org.gephi.ranking.api
Interface Ranking<Element,Type>
- All Known Subinterfaces:
- EdgeRanking<Type>, NodeRanking<Type>
- All Known Implementing Classes:
- AbstractRanking, RankingFactory.AttributeRanking
public interface Ranking<Element,Type>
- Author:
- Mathieu Bastian
getValue
Type getValue(Element element)
getMinimumValue
Type getMinimumValue()
getMaximumValue
Type getMaximumValue()
normalize
float normalize(Type value)
unNormalize
Type unNormalize(float normalizedValue)
getName
java.lang.String getName()
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getType
java.lang.Class getType()