Class BPMN2Profile.ExclusiveGatewayStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ExclusiveGatewayStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.ExclusiveGatewayStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true.static final StringAn attribute that adds constraints on how the gateway may be used.static final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearDefault(Element element) voidclearGatewayDirection(Element element) voidclearGatewayNotation(Element element) voidgetDefault(Element element) getGatewayDirection(Element element) getGatewayNotation(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidsetDefault(Element element, Element value) voidsetGatewayDirection(Element element, BPMN2Profile.GatewayDirectionEnum value) voidsetGatewayNotation(Element element, BPMN2Profile.GatewayNotationEnum value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- 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:
 
 - 
GATEWAYNOTATION
- 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
- 
ExclusiveGatewayStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getDefaultProperty
 - 
getGatewayNotationProperty
 - 
getGatewayDirectionProperty
 - 
getIdProperty
 - 
setDefault
 - 
clearDefault
 - 
getDefault
 - 
setGatewayNotation
public void setGatewayNotation(Element element, @CheckForNull BPMN2Profile.GatewayNotationEnum value)  - 
clearGatewayNotation
 - 
getGatewayNotation
 - 
setGatewayDirection
public void setGatewayDirection(Element element, @CheckForNull BPMN2Profile.GatewayDirectionEnum value)  - 
clearGatewayDirection
 - 
getGatewayDirection
 - 
setId
 - 
clearId
 - 
getId
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -