Class BPMN2Profile.EscalationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.EscalationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.EscalationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFor an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable).static final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearEscalationCode(Element element) voidvoidclearStructureRef(Element element) getEscalationCode(Element element) Returns stereotype for this wrapper.getStructureRef(Element element) booleanstatic booleanisInstance(Element element) voidsetEscalationCode(Element element, String value) voidvoidsetStructureRef(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ESCALATIONCODE
For an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event within Normal Flow: If the Trigger is an Escalation, then the escalationCode MUST be entered (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event attached to the boundary of an Activity: If the Trigger is an Escalation, then the escalationCode MAY be entered. This Event catches the escalation. If there is no escalationCode, then any escalation SHALL trigger the Event. If there is an escalationCode, then only an escalation that matches the escalationCode SHALL trigger the Event.- See Also:
-
STRUCTUREREF
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
EscalationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getEscalationCodeProperty
-
getStructureRefProperty
-
getIdProperty
-
setEscalationCode
-
clearEscalationCode
-
getEscalationCode
-
setStructureRef
-
clearStructureRef
-
getStructureRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-