Class Association

All Implemented Interfaces:
HasExtensionAttributes

public class Association extends CmmnElement
Author:
Tijs Rademakers
  • Field Details

    • sourceRef

      protected String sourceRef
    • sourceElement

      protected BaseElement sourceElement
    • targetRef

      protected String targetRef
    • targetElement

      protected BaseElement targetElement
    • transitionEvent

      protected String transitionEvent
  • Constructor Details

    • Association

      public Association()
  • Method Details

    • getSourceRef

      public String getSourceRef()
    • setSourceRef

      public void setSourceRef(String sourceRef)
    • getSourceElement

      public BaseElement getSourceElement()
    • setSourceElement

      public void setSourceElement(BaseElement sourceElement)
    • getTargetRef

      public String getTargetRef()
    • setTargetRef

      public void setTargetRef(String targetRef)
    • getTargetElement

      public BaseElement getTargetElement()
    • setTargetElement

      public void setTargetElement(BaseElement targetElement)
    • getTransitionEvent

      public String getTransitionEvent()
    • setTransitionEvent

      public void setTransitionEvent(String transitionEvent)
    • clone

      public Association clone()
      Overrides:
      clone in class Object
    • setValues

      public void setValues(Association otherElement)