Class BpmnEdge
A class to represent Edges in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Details
-
BpmnEdge
Create a new Edge- Parameters:
nodeA
- a nodenodeB
- a node
-
BpmnEdge
Create a new labelled adge- Parameters:
nodeA
- a nodenodeB
- a nodelabel
- the label
-
-
Method Details
-
getId
retrieve the ID of this edge- Returns:
- the unique element identifier
-
setId
set the ID of this edge- Parameters:
id
- a unique element identifier
-