Class BPMN2Profile.ParallelMultipleStartEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ParallelMultipleStartEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ParallelMultipleStartEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFor a Start Event: This Event catches the compensation for an Event Sub-Process.static final StringThe Expression might be underspecified and provided in the form of natural language.static final Stringstatic final Stringstatic final StringIf the Trigger is an Error, then an Error payload MAY be provided.static 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 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 StringThe Message MUST be supplied (if the processType attribute of the Process is set to executable).static final StringThis attribute specifies the operation that is used by the Message Event.static final Stringstatic final StringIf the Trigger is a Signal, then a Signal is providedstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringIf the trigger is a Timer, then a timeCycle MAY be entered.static final StringIf the trigger is a Timer, then a timeDate MAY be entered.static final StringIf the trigger is a Timer, then a timeDuration MAY be entered.static final StringFor a throw Compensation Event, this flag determines whether the throw Intermediate Event waits for the triggered compensation to complete (the default), or just triggers the compensation and immediately continues -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidaddSources(Element element, Element value) protected voidclear()voidclearActivityRef(Element element) voidclearCondition(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidclearErrorRef(Element element) voidclearEscalationCode(Element element) voidclearEscalationRef(Element element) voidvoidclearIsInterrupting(Element element) voidclearMessageRef(Element element) voidclearOperationRef(Element element) voidclearOutputSet(Element element) voidclearSignalRef(Element element) voidclearSources(Element element) voidclearStructureRef(Element element) voidclearTargetLinkEvent(Element element) voidclearTimeCycle(Element element) voidclearTimeDate(Element element) voidclearTimeDuration(Element element) voidclearWaitForCompletion(Element element) getActivityRef(Element element) getCondition(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getErrorRef(Element element) getEscalationCode(Element element) getEscalationRef(Element element) getIsInterrupting(Element element) getMessageRef(Element element) getOperationRef(Element element) getOutputSet(Element element) getSignalRef(Element element) getSources(Element element) Returns stereotype for this wrapper.getStructureRef(Element element) getTargetLinkEvent(Element element) getTimeCycle(Element element) getTimeDate(Element element) getTimeDuration(Element element) booleanstatic booleanisInstance(Element element) isWaitForCompletion(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidremoveSources(Element element, Element value) voidsetActivityRef(Element element, Element value) voidsetCondition(Element element, String value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidsetErrorRef(Element element, Element value) voidsetEscalationCode(Element element, String value) voidsetEscalationRef(Element element, Element value) voidvoidsetIsInterrupting(Element element, BPMN2Profile.isInterrupting_parallelMultipleEnum value) voidsetMessageRef(Element element, Element value) voidsetOperationRef(Element element, Element value) voidsetOutputSet(Element element, Element value) voidsetSignalRef(Element element, Element value) voidsetSources(Element element, Collection<? extends Element> value) voidsetStructureRef(Element element, Element value) voidsetTargetLinkEvent(Element element, Element value) voidsetTimeCycle(Element element, String value) voidsetTimeDate(Element element, String value) voidsetTimeDuration(Element element, String value) voidsetWaitForCompletion(Element element, Boolean 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:
-
SIGNALREF
If the Trigger is a Signal, then a Signal is provided- See Also:
-
ACTIVITYREF
For a Start Event: This Event catches the compensation for an Event Sub-Process. No further information is required. The Event Sub-Process will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast. For an End Event: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). For an Intermediate Event within Normal Flow: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). This throws the compensation. For an Intermediate Event attached to the boundary of an Activity: This Event catches the compensation. No further information is required. The Activity the Event is attached to will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast.- See Also:
-
WAITFORCOMPLETION
For a throw Compensation Event, this flag determines whether the throw Intermediate Event waits for the triggered compensation to complete (the default), or just triggers the compensation and immediately continues- See Also:
-
ERRORREF
If the Trigger is an Error, then an Error payload MAY be provided.- See Also:
-
TIMECYCLE
If the trigger is a Timer, then a timeCycle MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeCycle MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeCycle MUST conform to the ISO-8601 format for recurring time interval representations.- See Also:
-
TIMEDATE
If the trigger is a Timer, then a timeDate MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDate MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDate MUST conform to the ISO-8601 format for date and time representations.- See Also:
-
TIMEDURATION
If the trigger is a Timer, then a timeDuration MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDuration MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDuration MUST conform to the ISO-8601 format for time interval representations.- See Also:
-
SOURCES
- See Also:
-
TARGETLINKEVENT
- See Also:
-
MESSAGEREF
The Message MUST be supplied (if the processType attribute of the Process is set to executable).- See Also:
-
OPERATIONREF
This attribute specifies the operation that is used by the Message Event. It MUST be specified for executable Processes.- 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:
-
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:
-
ESCALATIONREF
- See Also:
-
STRUCTUREREF
- See Also:
-
-
Constructor Details
-
ParallelMultipleStartEventStereotype
-
-
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
-
getSignalRefProperty
-
getActivityRefProperty
-
getWaitForCompletionProperty
-
getErrorRefProperty
-
getTimeCycleProperty
-
getTimeDateProperty
-
getTimeDurationProperty
-
getSourcesProperty
-
getTargetLinkEventProperty
-
getMessageRefProperty
-
getOperationRefProperty
-
getConditionProperty
-
getEscalationCodeProperty
-
getEscalationRefProperty
-
getStructureRefProperty
-
setIsInterrupting
public void setIsInterrupting(Element element, @CheckForNull BPMN2Profile.isInterrupting_parallelMultipleEnum value) -
clearIsInterrupting
-
getIsInterrupting
@CheckForNull public BPMN2Profile.isInterrupting_parallelMultipleEnum getIsInterrupting(Element element) -
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
-
setSignalRef
-
clearSignalRef
-
getSignalRef
-
setActivityRef
-
clearActivityRef
-
getActivityRef
-
setWaitForCompletion
-
clearWaitForCompletion
-
isWaitForCompletion
-
setErrorRef
-
clearErrorRef
-
getErrorRef
-
setTimeCycle
-
clearTimeCycle
-
getTimeCycle
-
setTimeDate
-
clearTimeDate
-
getTimeDate
-
setTimeDuration
-
clearTimeDuration
-
getTimeDuration
-
setSources
-
clearSources
-
addSources
-
removeSources
-
getSources
-
setTargetLinkEvent
-
clearTargetLinkEvent
-
getTargetLinkEvent
-
setMessageRef
-
clearMessageRef
-
getMessageRef
-
setOperationRef
-
clearOperationRef
-
getOperationRef
-
setCondition
-
clearCondition
-
getCondition
-
setEscalationCode
-
clearEscalationCode
-
getEscalationCode
-
setEscalationRef
-
clearEscalationRef
-
getEscalationRef
-
setStructureRef
-
clearStructureRef
-
getStructureRef
-
clear
protected void clear() -
is
-
isInstance
-