Package org.gephi.appearance
Class SimpleFunctionImpl
- java.lang.Object
-
- org.gephi.appearance.FunctionImpl
-
- org.gephi.appearance.SimpleFunctionImpl
-
- All Implemented Interfaces:
Function,SimpleFunction
public class SimpleFunctionImpl extends FunctionImpl implements SimpleFunction
- Author:
- mbastian
-
-
Field Summary
-
Fields inherited from class org.gephi.appearance.FunctionImpl
column, elementClass, lastGraph, lastTransformNullValues, model, name, partition, ranking, transformer, transformerUI, version
-
-
Constructor Summary
Constructors Constructor Description SimpleFunctionImpl(AppearanceModelImpl model, String name, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI)
-
Method Summary
-
Methods inherited from class org.gephi.appearance.FunctionImpl
equals, getElementClass, getGraph, getId, getModel, getTransformer, getUI, hasChanged, hashCode, isAttribute, isPartition, isRanking, isSimple, isValid, toString, transform, transformAll
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gephi.appearance.api.Function
getElementClass, getGraph, getId, getModel, getTransformer, getUI, hasChanged, isAttribute, isPartition, isRanking, isSimple, isValid, transform, transformAll
-
-
-
-
Constructor Detail
-
SimpleFunctionImpl
public SimpleFunctionImpl(AppearanceModelImpl model, String name, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI)
-
-