Class BPMN2Profile.EventBasedGatewayStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.EventBasedGatewayStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.EventBasedGatewayStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The eventGatewayType determines the behavior of the Gateway when used to instantiate a Process (as described above).static final String
An attribute that adds constraints on how the gateway may be used.static final String
This attribute is used to uniquely identify BPMN elements.static final String
When true, receipt of one of the events will instantiate the process instance.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearEventGatewayType
(Element element) void
clearGatewayDirection
(Element element) void
void
clearInstantiate
(Element element) getEventGatewayType
(Element element) getGatewayDirection
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isInstantiate
(Element element) void
setEventGatewayType
(Element element, BPMN2Profile.EventBasedGatewayTypeEnum value) void
setGatewayDirection
(Element element, BPMN2Profile.GatewayDirectionEnum value) void
void
setInstantiate
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
EVENTGATEWAYTYPE
The eventGatewayType determines the behavior of the Gateway when used to instantiate a Process (as described above). The attribute can only be set to Parallel when the instantiate attribute is set to true.- See Also:
-
INSTANTIATE
When true, receipt of one of the events will instantiate the process instance.- See Also:
-
GATEWAYDIRECTION
An attribute that adds constraints on how the gateway may be used. Unspecified: There are no constraints. The Gateway may have any number of incoming and outgoing Sequence Flow. Converging: This Gateway may have multiple incoming Sequence Flow but must have no more than one outgoing SequenceFlow Diverging: This Gateway may have multiple outgoing Sequence Flow but must have no more than one incoming Sequence Flow Mixed: This Gateway contains multiple outgoing and multiple incoming Sequence Flow- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
EventBasedGatewayStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getEventGatewayTypeProperty
-
getInstantiateProperty
-
getGatewayDirectionProperty
-
getIdProperty
-
setEventGatewayType
public void setEventGatewayType(Element element, @CheckForNull BPMN2Profile.EventBasedGatewayTypeEnum value) -
clearEventGatewayType
-
getEventGatewayType
-
setInstantiate
-
clearInstantiate
-
isInstantiate
-
setGatewayDirection
public void setGatewayDirection(Element element, @CheckForNull BPMN2Profile.GatewayDirectionEnum value) -
clearGatewayDirection
-
getGatewayDirection
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-