Class BPMN2Profile.ConditionalEventDefinitionStereotype

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

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

    • STEREOTYPE_NAME

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

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

    • ConditionalEventDefinitionStereotype

      protected ConditionalEventDefinitionStereotype(BPMN2Profile profile)
  • Method Details