public class AttributeRankingImpl extends RankingImpl
| Constructor and Description |
|---|
AttributeRankingImpl(org.gephi.graph.api.Column column,
org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Index index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Number |
getValue(org.gephi.graph.api.Element element,
org.gephi.graph.api.Graph gr)
Returns the element's value for this ranking.
|
int |
hashCode() |
getMaxValue, getMinValue, normalizepublic AttributeRankingImpl(org.gephi.graph.api.Column column,
org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Index index)
public Number getValue(org.gephi.graph.api.Element element, org.gephi.graph.api.Graph gr)
Rankingelement - element to get the value forgr - graph this element belongs toCopyright © 2007–2017. All rights reserved.