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

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

Uses of Participant in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Participant
 Participant Bpmn2Factory.createParticipant()
          Returns a new object of class 'Participant'.
 Participant ChoreographyActivity.getInitiatingParticipant()
          Returns the value of the 'Initiating Participant' reference.
 Participant GlobalChoreographyTask.getInitiatingParticipant()
          Returns the value of the 'Initiating Participant' reference.
 Participant ParticipantAssociation.getInnerParticipant()
          Returns the value of the 'Inner Participant' reference.
 Participant ParticipantAssociation.getOuterParticipant()
          Returns the value of the 'Outer Participant' reference.
 Participant DocumentRoot.getParticipant()
          Returns the value of the 'Participant' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2 with parameters of type Participant
 void ChoreographyActivity.setInitiatingParticipant(Participant value)
          Sets the value of the 'Initiating Participant' reference.
 void GlobalChoreographyTask.setInitiatingParticipant(Participant value)
          Sets the value of the 'Initiating Participant' reference.
 void ParticipantAssociation.setInnerParticipant(Participant value)
          Sets the value of the 'Inner Participant' reference.
 void ParticipantAssociation.setOuterParticipant(Participant value)
          Sets the value of the 'Outer Participant' reference.
 void DocumentRoot.setParticipant(Participant value)
          Sets the value of the 'Participant' containment reference.
 

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

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