Class BPMN2Profile.ConditionalBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ConditionalBoundaryEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ConditionalBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
The Expression might be underspecified and provided in the form of natural language.static final String
static final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputAssociation
(Element element, Element value) void
addDataOutputs
(Element element, Element value) protected void
clear()
void
clearAttachedToRef
(Element element) void
clearCancelActivity
(Element element) void
clearCondition
(Element element) void
clearDataOutputAssociation
(Element element) void
clearDataOutputs
(Element element) void
void
clearOutputSet
(Element element) getAttachedToRef
(Element element) getCancelActivity
(Element element) getCondition
(Element element) getDataOutputAssociation
(Element element) getDataOutputs
(Element element) getOutputSet
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeDataOutputAssociation
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
setAttachedToRef
(Element element, Element value) void
setCancelActivity
(Element element, BPMN2Profile.cancelActivity_conditionalEnum value) void
setCondition
(Element element, String value) void
setDataOutputAssociation
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
void
setOutputSet
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CANCELACTIVITY
- See Also:
-
ATTACHEDTOREF
- See Also:
-
DATAOUTPUTASSOCIATION
- See Also:
-
DATAOUTPUTS
- See Also:
-
OUTPUTSET
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- 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:
-
-
Constructor Details
-
ConditionalBoundaryEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCancelActivityProperty
-
getAttachedToRefProperty
-
getDataOutputAssociationProperty
-
getDataOutputsProperty
-
getOutputSetProperty
-
getIdProperty
-
getConditionProperty
-
setCancelActivity
public void setCancelActivity(Element element, @CheckForNull BPMN2Profile.cancelActivity_conditionalEnum value) -
clearCancelActivity
-
getCancelActivity
-
setAttachedToRef
-
clearAttachedToRef
-
getAttachedToRef
-
setDataOutputAssociation
public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value) -
clearDataOutputAssociation
-
addDataOutputAssociation
-
removeDataOutputAssociation
-
getDataOutputAssociation
-
setDataOutputs
-
clearDataOutputs
-
addDataOutputs
-
removeDataOutputs
-
getDataOutputs
-
setOutputSet
-
clearOutputSet
-
getOutputSet
-
setId
-
clearId
-
getId
-
setCondition
-
clearCondition
-
getCondition
-
clear
protected void clear() -
is
-
isInstance
-