Class BPMN2Profile.TimerStartEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.TimerStartEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.TimerStartEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events.static final String
static final String
static final String
If the trigger is a Timer, then a timeCycle MAY be entered.static final String
If the trigger is a Timer, then a timeDate MAY be entered.static final String
If the trigger is a Timer, then a timeDuration MAY be entered. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputAssociation
(Element element, Element value) void
addDataOutputs
(Element element, Element value) protected void
clear()
void
clearDataOutputAssociation
(Element element) void
clearDataOutputs
(Element element) void
void
clearIsInterrupting
(Element element) void
clearOutputSet
(Element element) void
clearTimeCycle
(Element element) void
clearTimeDate
(Element element) void
clearTimeDuration
(Element element) getDataOutputAssociation
(Element element) getDataOutputs
(Element element) getIsInterrupting
(Element element) getOutputSet
(Element element) Returns stereotype for this wrapper.getTimeCycle
(Element element) getTimeDate
(Element element) getTimeDuration
(Element element) boolean
static boolean
isInstance
(Element element) void
removeDataOutputAssociation
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
setDataOutputAssociation
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
void
setIsInterrupting
(Element element, BPMN2Profile.isInterrupting_timerEnum value) void
setOutputSet
(Element element, Element value) void
setTimeCycle
(Element element, String value) void
setTimeDate
(Element element, String value) void
setTimeDuration
(Element element, String 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:
-
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:
-
-
Constructor Details
-
TimerStartEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIsInterruptingProperty
-
getDataOutputAssociationProperty
-
getDataOutputsProperty
-
getOutputSetProperty
-
getIdProperty
-
getTimeCycleProperty
-
getTimeDateProperty
-
getTimeDurationProperty
-
setIsInterrupting
public void setIsInterrupting(Element element, @CheckForNull BPMN2Profile.isInterrupting_timerEnum 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
-
setTimeCycle
-
clearTimeCycle
-
getTimeCycle
-
setTimeDate
-
clearTimeDate
-
getTimeDate
-
setTimeDuration
-
clearTimeDuration
-
getTimeDuration
-
clear
protected void clear() -
is
-
isInstance
-