Class BPMN2Profile.BPMNAssociationStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • ASSOCIATIONDIRECTION

      public static final String ASSOCIATIONDIRECTION
      associationDirection is an attribute that defines whether or not the Association shows any directionality with an arrowhead. The default is None (no arrowhead). A value of One means that the arrowhead SHALL be at the Target Object. A value of Both means that there SHALL be an arrowhead at both ends of the Association line.
      See Also:
    • ID

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

    • BPMNAssociationStereotype

      protected BPMNAssociationStereotype(BPMN2Profile profile)
  • Method Details