types
Type definitions for BPMNDI.
| CLASS | DESCRIPTION |
|---|---|
MessageVisibleKind |
MessageVisibleKind applies only to Participant Band and Message Flow. |
ParticipantBandKind |
ParticipantBandKind defines the type of Participant Band to depict. |
Classes¶
MessageVisibleKind
¶
Bases: Enum
MessageVisibleKind applies only to Participant Band and Message Flow.
| ATTRIBUTE | DESCRIPTION |
|---|---|
INITIATING |
The envelope should not be shaded.
|
NON_INITIATING |
The envelope should be shaded.
|
ParticipantBandKind
¶
Bases: Enum
ParticipantBandKind defines the type of Participant Band to depict.
| ATTRIBUTE | DESCRIPTION |
|---|---|
BOTTOM_INITIATING |
The band should be depicted as a non-shaded bottom band.
|
BOTTOM_NON_INITIATING |
The band should be depicted as a shaded bottom band.
|
MIDDLE_INITIATING |
The band should be depicted as a non-shaded middle band.
|
MIDDLE_NON_INITIATING |
The band should be depicted as a shaded middle band.
|
TOP_INITIATING |
The band should be depicted as a non-shaded top band.
|
TOP_NON_INITIATING |
The band should be depicted as a shaded top band.
|
Attributes¶
BOTTOM_INITIATING
class-attribute
instance-attribute
¶
BOTTOM_INITIATING = 'bottom_initiating'
The band should be depicted as a non-shaded bottom band.
BOTTOM_NON_INITIATING
class-attribute
instance-attribute
¶
BOTTOM_NON_INITIATING = 'bottom_non_initiating'
The band should be depicted as a shaded bottom band.
MIDDLE_INITIATING
class-attribute
instance-attribute
¶
MIDDLE_INITIATING = 'middle_initiating'
The band should be depicted as a non-shaded middle band.
MIDDLE_NON_INITIATING
class-attribute
instance-attribute
¶
MIDDLE_NON_INITIATING = 'middle_non_initiating'
The band should be depicted as a shaded middle band.
TOP_INITIATING
class-attribute
instance-attribute
¶
TOP_INITIATING = 'top_initiating'
The band should be depicted as a non-shaded top band.
TOP_NON_INITIATING
class-attribute
instance-attribute
¶
TOP_NON_INITIATING = 'top_non_initiating'
The band should be depicted as a shaded top band.