Gephi Toolkit Javadoc

org.gephi.ranking.impl
Class RankingFactory.AttributeRanking<Element,Type extends java.lang.Number>

java.lang.Object
  extended by org.gephi.ranking.impl.AbstractRanking<Element,Type>
      extended by org.gephi.ranking.impl.RankingFactory.AttributeRanking<Element,Type>
All Implemented Interfaces:
Ranking<Element,Type>
Enclosing class:
RankingFactory

protected abstract static class RankingFactory.AttributeRanking<Element,Type extends java.lang.Number>
extends AbstractRanking<Element,Type>


Field Summary
protected  AttributeColumn column
           
 
Fields inherited from class org.gephi.ranking.impl.AbstractRanking
graph, hash, maximum, minimum
 
Constructor Summary
RankingFactory.AttributeRanking(AttributeColumn attributeColumn)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 float normalize(Type value)
           
 java.lang.String toString()
           
 Type unNormalize(float normalizedValue)
           
 
Methods inherited from class org.gephi.ranking.impl.AbstractRanking
getGraph, getMaximumValue, getMinimumValue, setGraph, setMaximumValue, setMinimumValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gephi.ranking.api.Ranking
getValue
 

Field Detail

column

protected AttributeColumn column
Constructor Detail

RankingFactory.AttributeRanking

public RankingFactory.AttributeRanking(AttributeColumn attributeColumn)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Specified by:
toString in interface Ranking<Element,Type extends java.lang.Number>
Overrides:
toString in class java.lang.Object

getType

public java.lang.Class getType()

normalize

public float normalize(Type value)

unNormalize

public Type unNormalize(float normalizedValue)

Gephi Toolkit Javadoc