Class BPMN2Profile.DataAssociationStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • ASSIGNMENT

      public static final String ASSIGNMENT
      Specifies one or more data elements Assignments. By using an Assignment, single data structure elements can be assigned from the source structure to the target structure.
      See Also:
    • TRANSFORMATION

      public static final String TRANSFORMATION
      Specifies an optional transformation Expression. The actual scope of accessible data for that Expression is defined by the source and target of the specific Data Association types.
      See Also:
    • ID

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

    • DataAssociationStereotype

      protected DataAssociationStereotype(BPMN2Profile profile)
  • Method Details