Class BPMN2Profile.ConditionalStartEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ConditionalStartEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.ConditionalStartEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Expression might be underspecified and provided in the form of natural language.static final Stringstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringThis attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events.static final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) protected voidclear()voidclearCondition(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearIsInterrupting(Element element) voidclearOutputSet(Element element) getCondition(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getIsInterrupting(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetCondition(Element element, String value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetIsInterrupting(Element element, BPMN2Profile.isInterrupting_conditionalEnum value) voidsetOutputSet(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
ISINTERRUPTING
This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).- 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
- 
ConditionalStartEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getIsInterruptingProperty
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getConditionProperty
 - 
setIsInterrupting
public void setIsInterrupting(Element element, @CheckForNull BPMN2Profile.isInterrupting_conditionalEnum value)  - 
clearIsInterrupting
 - 
getIsInterrupting
 - 
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
 
 -