Class BPMN2Profile.ComplexGatewayStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ComplexGatewayStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ComplexGatewayStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Determines which combination of incoming tokens will be synchronized for activation of the Gateway.static final String
Refers at runtime to the number of tokens that are present on an incoming Sequence Flow of the Complex Gateway.static final String
The Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true.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
static final String
Represents the internal state of the Complex Gateway. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearActivationCondition
(Element element) void
clearActivationCount
(Element element) void
clearDefault
(Element element) void
clearGatewayDirection
(Element element) void
void
clearWaitingForStart
(Element element) getActivationCondition
(Element element) getActivationCount
(Element element) getDefault
(Element element) getGatewayDirection
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isWaitingForStart
(Element element) void
setActivationCondition
(Element element, String value) void
setActivationCount
(Element element, Integer value) void
setDefault
(Element element, Element value) void
setGatewayDirection
(Element element, BPMN2Profile.GatewayDirectionEnum value) void
void
setWaitingForStart
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ACTIVATIONCONDITION
Determines which combination of incoming tokens will be synchronized for activation of the Gateway.- See Also:
-
ACTIVATIONCOUNT
Refers at runtime to the number of tokens that are present on an incoming Sequence Flow of the Complex Gateway.- See Also:
-
DEFAULT
The Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true. The default Sequence Flow should not have a conditionExpression. Any such Expression SHALL be ignored.- See Also:
-
WAITINGFORSTART
Represents the internal state of the Complex Gateway. It is either waiting for start (=true) or waiting for reset (=false).- 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
-
ComplexGatewayStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActivationConditionProperty
-
getActivationCountProperty
-
getDefaultProperty
-
getWaitingForStartProperty
-
getGatewayDirectionProperty
-
getIdProperty
-
setActivationCondition
-
clearActivationCondition
-
getActivationCondition
-
setActivationCount
-
clearActivationCount
-
getActivationCount
-
setDefault
-
clearDefault
-
getDefault
-
setWaitingForStart
-
clearWaitingForStart
-
isWaitingForStart
-
setGatewayDirection
public void setGatewayDirection(Element element, @CheckForNull BPMN2Profile.GatewayDirectionEnum value) -
clearGatewayDirection
-
getGatewayDirection
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-