Class StartProcessNode
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl<Content,BpmnEdge>
-
- org.uberfire.ext.wires.bpmn.api.model.impl.nodes.StartProcessNode
-
- All Implemented Interfaces:
BpmnGraphNode,Copyable<BpmnGraphNode>,GraphNode<Content,BpmnEdge>
@Portable public class StartProcessNode extends GraphNodeImpl<Content,BpmnEdge> implements BpmnGraphNode
A BPMN "Start Node"
-
-
Constructor Summary
Constructors Constructor Description StartProcessNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartProcessNodecopy()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 StartProcessNode copy()
- Specified by:
copyin interfaceCopyable<BpmnGraphNode>
-
toString
public String toString()
- Overrides:
toStringin classGraphNodeImpl<Content,BpmnEdge>
-
-