Package org.gephi.appearance.api
Interface GraphFunction
-
- All Superinterfaces:
Function
- All Known Implementing Classes:
GraphFunctionImpl
public interface GraphFunction extends Function
A graph function operates based on graph attributes such as edge type or node degree. These values are different fromAttributeFunctionas they change when the graph topology change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppearanceModel.GraphFunctiongetGraphFunction()-
Methods inherited from interface org.gephi.appearance.api.Function
getElementClass, getGraph, getId, getModel, getTransformer, getUI, hasChanged, isAttribute, isPartition, isRanking, isSimple, isValid, transform, transformAll
-
-
-
-
Method Detail
-
getGraphFunction
AppearanceModel.GraphFunction getGraphFunction()
-
-