Package org.jbpm.process.svg.model
Class NodeTransformation
- java.lang.Object
-
- org.jbpm.process.svg.model.NodeTransformation
-
- All Implemented Interfaces:
Transformation
- Direct Known Subclasses:
SetBackgroundColorTransformation,SetBorderColorTransformation,SetSubProcessLinkTransformation
public abstract class NodeTransformation extends Object implements Transformation
-
-
Constructor Summary
Constructors Constructor Description NodeTransformation(String nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jbpm.process.svg.model.Transformation
transform
-
-