Uses of Interface
com.soyatec.bpmn.Participant

Uses of Participant in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Participant
 Participant BPMNFactory.createParticipant()
          Returns a new object of class 'Participant'
 Participant Message.getFrom()
          Returns the value of the 'From' reference
 Participant WebService.getParticipant()
          Returns the value of the 'Participant' containment reference
 Participant Pool.getParticipant()
          Returns the value of the 'Participant' containment reference
 Participant Message.getTo()
          Returns the value of the 'To' reference
 

Methods in com.soyatec.bpmn with parameters of type Participant
 void Message.setFrom(Participant value)
          Sets the value of the 'From' reference
 void WebService.setParticipant(Participant value)
          Sets the value of the 'Participant' containment reference
 void Pool.setParticipant(Participant value)
          Sets the value of the 'Participant' containment reference
 void Message.setTo(Participant value)
          Sets the value of the 'To' reference