Interface BpmnGraphNode
-
- All Superinterfaces:
Copyable<BpmnGraphNode>,GraphNode<Content,BpmnEdge>
- All Known Implementing Classes:
EndProcessNode,ProcessNode,StartProcessNode
public interface BpmnGraphNode extends Copyable<BpmnGraphNode>, GraphNode<Content,BpmnEdge>
A GraphNode in a BPMN diagram
-
-
Method Summary
-
Methods inherited from interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
getContent, getId, getInEdges, getOutEdges, setContent, setId
-
-