Class EndProcessNode
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl<Content,BpmnEdge>
-
- org.uberfire.ext.wires.bpmn.api.model.impl.nodes.EndProcessNode
-
- All Implemented Interfaces:
BpmnGraphNode,Copyable<BpmnGraphNode>,GraphNode<Content,BpmnEdge>
@Portable public class EndProcessNode extends GraphNodeImpl<Content,BpmnEdge> implements BpmnGraphNode
A BPMN "End Node"
-
-
Constructor Summary
Constructors Constructor Description EndProcessNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndProcessNodecopy()StringtoString()-
Methods inherited from class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
getContent, getId, getInEdges, getOutEdges, setContent, setId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
getContent, getId, getInEdges, getOutEdges, setContent, setId
-
-
-
-
Method Detail
-
copy
public EndProcessNode copy()
- Specified by:
copyin interfaceCopyable<BpmnGraphNode>
-
toString
public String toString()
- Overrides:
toStringin classGraphNodeImpl<Content,BpmnEdge>
-
-