Interface ParticipantAssociation

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
ParticipantAssociationImpl

public interface ParticipantAssociation extends BaseElement
The BPMN participantAssociation element
Author:
Sebastian Menski
  • Method Details

    • getInnerParticipant

      Participant getInnerParticipant()
    • setInnerParticipant

      void setInnerParticipant(Participant innerParticipant)
    • getOuterParticipant

      Participant getOuterParticipant()
    • setOuterParticipant

      void setOuterParticipant(Participant outerParticipant)