Package ca.uqac.lif.cep.graphviz
Class RenameNodes
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
- Direct Known Subclasses:
RenameNodes.DeleteLabels
Abstract function that replaces node labels by others.
- Author:
- Sylvain Hallé
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFunction that deletes the labels of all nodes (i.e. replaces them with the empty string. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RenameNodes.DeleteLabelsFunction that deletes the labels of all nodes.Fields inherited from class ca.uqac.lif.cep.functions.Function
s_maxInputArity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction
duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, resetMethods inherited from class ca.uqac.lif.cep.functions.Function
duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState
-
Field Details
-
deleteLabels
Function that deletes the labels of all nodes.
-
-
Constructor Details
-
RenameNodes
protected RenameNodes()
-
-
Method Details