public abstract class FunctionImpl extends Object implements Function
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<? extends org.gephi.graph.api.Element> |
getElementClass()
Returns the element class this function will be applied to.
|
org.gephi.graph.api.Graph |
getGraph()
Returns the graph this function is based on.
|
String |
getId() |
Transformer |
getTransformer()
Returns the transformer associated with this function.
|
TransformerUI |
getUI()
Returns the transformer user interface associated with this function.
|
int |
hashCode() |
boolean |
isAttribute()
Returns true if this function is based on attribute column.
|
boolean |
isPartition()
Returns true if this function is a partition function.
|
boolean |
isRanking()
Returns true if this function is a ranking function.
|
boolean |
isSimple()
Returns true if this function is a simple function.
|
String |
toString() |
void |
transform(org.gephi.graph.api.Element element,
org.gephi.graph.api.Graph graph)
Transforms the given element.
|
public void transform(org.gephi.graph.api.Element element,
org.gephi.graph.api.Graph graph)
Functionpublic Transformer getTransformer()
FunctiongetTransformer in interface Functionpublic TransformerUI getUI()
Functionpublic boolean isSimple()
Function
If true, this instance can be casted to SimpleFunction.
public boolean isAttribute()
Function
If true, this instance can be casted to AttributeFunction.
isAttribute in interface Functionpublic boolean isPartition()
Function
If true, this instance can be casted to PartitionFunction.
isPartition in interface Functionpublic boolean isRanking()
Function
If true, this instance can be casted to RankingFunction.
public org.gephi.graph.api.Graph getGraph()
Functionpublic Class<? extends org.gephi.graph.api.Element> getElementClass()
FunctiongetElementClass in interface Functionpublic String getId()
Copyright © 2007–2017. All rights reserved.