|
Interface Summary |
| IBPMNDiagram |
BPMNDiagram is a kind of diagram that depicts all or part of a
BPMN model. |
| IBPMNEdge |
The source or target definition should only be present if the edge is depicted between a different source or target than the
one referenced by the BPMN model element of the BPMNEdge. |
| IBPMNLabel |
A BPMN label is not a top-level element but is always nested inside either a BPMNShape or a BPMNEdge. |
| IBPMNLabelStyle |
|
| IBPMNPlane |
A BPMNPlane can only reference a BaseElement of the types: Process, SubProcess, AdHocSubProcess, Transaction,
Collaboration, Choreography or SubChoreography. |
| IBPMNShape |
All BPMNShape elements are owned directly by a BPMNPlane (that is the root element in a BPMNDiagram), i.e., shapes
are not nested within each other in the BPMN DI model although they may appear that way when depicted. |