Interface BpmnGraph
-
- All Superinterfaces:
Graph<Content,BpmnGraphNode>,Iterable<BpmnGraphNode>
- All Known Implementing Classes:
ProcessNode
public interface BpmnGraph extends Graph<Content,BpmnGraphNode>
A Graph in a BPMN diagram
-
-
Method Summary
-
Methods inherited from interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
addNode, getContent, getNode, removeNode, setContent, size
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-