Class BPMN2Profile.ParallelMultipleCatchIntermediateEventStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ParallelMultipleCatchIntermediateEventStereotype
Enclosing class:
BPMN2Profile

public static class BPMN2Profile.ParallelMultipleCatchIntermediateEventStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • DATAOUTPUTASSOCIATION

      public static final String DATAOUTPUTASSOCIATION
      See Also:
    • DATAOUTPUTS

      public static final String DATAOUTPUTS
      See Also:
    • OUTPUTSET

      public static final String OUTPUTSET
      See Also:
    • ID

      public static final String ID
      This attribute is used to uniquely identify BPMN elements.
      See Also:
    • MESSAGEREF

      public static final String MESSAGEREF
      The Message MUST be supplied (if the processType attribute of the Process is set to executable).
      See Also:
    • OPERATIONREF

      public static final String OPERATIONREF
      This attribute specifies the operation that is used by the Message Event. It MUST be specified for executable Processes.
      See Also:
    • SOURCES

      public static final String SOURCES
      See Also:
    • TARGETLINKEVENT

      public static final String TARGETLINKEVENT
      See Also:
    • SIGNALREF

      public static final String SIGNALREF
      If the Trigger is a Signal, then a Signal is provided
      See Also:
    • ESCALATIONCODE

      public static final String 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

      public static final String ESCALATIONREF
      See Also:
    • STRUCTUREREF

      public static final String STRUCTUREREF
      See Also:
    • TIMECYCLE

      public static final String 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

      public static final String 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

      public static final String 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:
    • ACTIVITYREF

      public static final String 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

      public static final String 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:
    • CONDITION

      public static final String 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:
    • ERRORREF

      public static final String ERRORREF
      If the Trigger is an Error, then an Error payload MAY be provided.
      See Also:
  • Constructor Details

    • ParallelMultipleCatchIntermediateEventStereotype

      protected ParallelMultipleCatchIntermediateEventStereotype(BPMN2Profile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getDataOutputAssociationProperty

      @CheckForNull public Property getDataOutputAssociationProperty()
    • getDataOutputsProperty

      @CheckForNull public Property getDataOutputsProperty()
    • getOutputSetProperty

      @CheckForNull public Property getOutputSetProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • getMessageRefProperty

      @CheckForNull public Property getMessageRefProperty()
    • getOperationRefProperty

      @CheckForNull public Property getOperationRefProperty()
    • getSourcesProperty

      @CheckForNull public Property getSourcesProperty()
    • getTargetLinkEventProperty

      @CheckForNull public Property getTargetLinkEventProperty()
    • getSignalRefProperty

      @CheckForNull public Property getSignalRefProperty()
    • getEscalationCodeProperty

      @CheckForNull public Property getEscalationCodeProperty()
    • getEscalationRefProperty

      @CheckForNull public Property getEscalationRefProperty()
    • getStructureRefProperty

      @CheckForNull public Property getStructureRefProperty()
    • getTimeCycleProperty

      @CheckForNull public Property getTimeCycleProperty()
    • getTimeDateProperty

      @CheckForNull public Property getTimeDateProperty()
    • getTimeDurationProperty

      @CheckForNull public Property getTimeDurationProperty()
    • getActivityRefProperty

      @CheckForNull public Property getActivityRefProperty()
    • getWaitForCompletionProperty

      @CheckForNull public Property getWaitForCompletionProperty()
    • getConditionProperty

      @CheckForNull public Property getConditionProperty()
    • getErrorRefProperty

      @CheckForNull public Property getErrorRefProperty()
    • setDataOutputAssociation

      public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value)
    • clearDataOutputAssociation

      public void clearDataOutputAssociation(Element element)
    • addDataOutputAssociation

      public void addDataOutputAssociation(Element element, Element value)
    • removeDataOutputAssociation

      public void removeDataOutputAssociation(Element element, Element value)
    • getDataOutputAssociation

      public List<Element> getDataOutputAssociation(Element element)
    • setDataOutputs

      public void setDataOutputs(Element element, @CheckForNull Collection<? extends Element> value)
    • clearDataOutputs

      public void clearDataOutputs(Element element)
    • addDataOutputs

      public void addDataOutputs(Element element, Element value)
    • removeDataOutputs

      public void removeDataOutputs(Element element, Element value)
    • getDataOutputs

      public List<Element> getDataOutputs(Element element)
    • setOutputSet

      public void setOutputSet(Element element, @CheckForNull Element value)
    • clearOutputSet

      public void clearOutputSet(Element element)
    • getOutputSet

      @CheckForNull public Element getOutputSet(Element element)
    • setId

      public void setId(Element element, @CheckForNull String value)
    • clearId

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • setMessageRef

      public void setMessageRef(Element element, @CheckForNull Element value)
    • clearMessageRef

      public void clearMessageRef(Element element)
    • getMessageRef

      @CheckForNull public Element getMessageRef(Element element)
    • setOperationRef

      public void setOperationRef(Element element, @CheckForNull Element value)
    • clearOperationRef

      public void clearOperationRef(Element element)
    • getOperationRef

      @CheckForNull public Element getOperationRef(Element element)
    • setSources

      public void setSources(Element element, @CheckForNull Collection<? extends Element> value)
    • clearSources

      public void clearSources(Element element)
    • addSources

      public void addSources(Element element, Element value)
    • removeSources

      public void removeSources(Element element, Element value)
    • getSources

      public List<Element> getSources(Element element)
    • setTargetLinkEvent

      public void setTargetLinkEvent(Element element, @CheckForNull Element value)
    • clearTargetLinkEvent

      public void clearTargetLinkEvent(Element element)
    • getTargetLinkEvent

      @CheckForNull public Element getTargetLinkEvent(Element element)
    • setSignalRef

      public void setSignalRef(Element element, @CheckForNull Element value)
    • clearSignalRef

      public void clearSignalRef(Element element)
    • getSignalRef

      @CheckForNull public Element getSignalRef(Element element)
    • setEscalationCode

      public void setEscalationCode(Element element, @CheckForNull String value)
    • clearEscalationCode

      public void clearEscalationCode(Element element)
    • getEscalationCode

      @CheckForNull public String getEscalationCode(Element element)
    • setEscalationRef

      public void setEscalationRef(Element element, @CheckForNull Element value)
    • clearEscalationRef

      public void clearEscalationRef(Element element)
    • getEscalationRef

      @CheckForNull public Element getEscalationRef(Element element)
    • setStructureRef

      public void setStructureRef(Element element, @CheckForNull Element value)
    • clearStructureRef

      public void clearStructureRef(Element element)
    • getStructureRef

      @CheckForNull public Element getStructureRef(Element element)
    • setTimeCycle

      public void setTimeCycle(Element element, @CheckForNull String value)
    • clearTimeCycle

      public void clearTimeCycle(Element element)
    • getTimeCycle

      @CheckForNull public String getTimeCycle(Element element)
    • setTimeDate

      public void setTimeDate(Element element, @CheckForNull String value)
    • clearTimeDate

      public void clearTimeDate(Element element)
    • getTimeDate

      @CheckForNull public String getTimeDate(Element element)
    • setTimeDuration

      public void setTimeDuration(Element element, @CheckForNull String value)
    • clearTimeDuration

      public void clearTimeDuration(Element element)
    • getTimeDuration

      @CheckForNull public String getTimeDuration(Element element)
    • setActivityRef

      public void setActivityRef(Element element, @CheckForNull Element value)
    • clearActivityRef

      public void clearActivityRef(Element element)
    • getActivityRef

      @CheckForNull public Element getActivityRef(Element element)
    • setWaitForCompletion

      public void setWaitForCompletion(Element element, @CheckForNull Boolean value)
    • clearWaitForCompletion

      public void clearWaitForCompletion(Element element)
    • isWaitForCompletion

      @CheckForNull public Boolean isWaitForCompletion(Element element)
    • setCondition

      public void setCondition(Element element, @CheckForNull String value)
    • clearCondition

      public void clearCondition(Element element)
    • getCondition

      @CheckForNull public String getCondition(Element element)
    • setErrorRef

      public void setErrorRef(Element element, @CheckForNull Element value)
    • clearErrorRef

      public void clearErrorRef(Element element)
    • getErrorRef

      @CheckForNull public Element getErrorRef(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)