
Metamodel user guide
The LaneSet element defines the container for one or more Lanes. A Process can contain one or more LaneSets.
Each LaneSet and its Lanes can partition the Flow Elements in a different way.
Ownership:
A LaneSet belongs to a process, or to a Lane.

Association | Description |
---|---|
Lane : BpmnLane [0..*] | One or more Lane elements, which define a specific partition in the LaneSet |
Process : BpmnProcess [0..1] | When a process is been represented by a Pool, it can be partitioned into Lanes. laneset of the process. The process is represented in this cas by a pool which is decomposed by lansets and lanes. |
SubProcess : BpmnSubProcess [0..1] | When a process is been represented by a Pool, it can be partitioned into Lanes. laneset of the process. The process is represented in this cas by a pool which is decomposed by lansets and lanes. |
ParentLane : BpmnLane [0..1] | A lane can be redecomposed into Lanesets/Lanes. |