Uses of Interface
com.ibm.xtools.bpmn2.ParticipantAssociation

Packages that use ParticipantAssociation
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of ParticipantAssociation in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ParticipantAssociation
 ParticipantAssociation Bpmn2Factory.createParticipantAssociation()
          Returns a new object of class 'Participant Association'.
 ParticipantAssociation DocumentRoot.getParticipantAssociation()
          Returns the value of the 'Participant Association' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type ParticipantAssociation
 org.eclipse.emf.common.util.EList<ParticipantAssociation> CallChoreography.getParticipantAssociations()
          Returns the value of the 'Participant Associations' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ParticipantAssociation
 void DocumentRoot.setParticipantAssociation(ParticipantAssociation value)
          Sets the value of the 'Participant Association' containment reference.
 

Uses of ParticipantAssociation in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type ParticipantAssociation
 T Bpmn2Switch.caseParticipantAssociation(ParticipantAssociation object)
          Returns the result of interpreting the object as an instance of 'Participant Association'.