Class BPMN2Profile.ComplexBehaviorDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ComplexBehaviorDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ComplexBehaviorDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearCondition
(Element element) void
clearEvent
(Element element) void
getCondition
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setCondition
(Element element, String value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONDITION
- See Also:
-
EVENT
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
ComplexBehaviorDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getConditionProperty
-
getEventProperty
-
getIdProperty
-
setCondition
-
clearCondition
-
getCondition
-
setEvent
-
clearEvent
-
getEvent
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-