Class BPMN2Profile.ConditionalEventDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ConditionalEventDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ConditionalEventDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearCondition(Element element) voidgetCondition(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidsetCondition(Element element, String value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONDITION
The Expression might be underspecified and provided in the form of natural language. For executable Processes (isExecutable = true), if the trigger is Conditional, then a FormalExpression MUST be entered.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
ConditionalEventDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConditionProperty
-
getIdProperty
-
setCondition
-
clearCondition
-
getCondition
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-