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

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

Uses of Collaboration in com.ibm.xtools.bpmn2
 

Subinterfaces of Collaboration in com.ibm.xtools.bpmn2
 interface Choreography
          A representation of the model object 'Choreography'.
 interface GlobalChoreographyTask
          A representation of the model object 'Global Choreography Task'.
 

Methods in com.ibm.xtools.bpmn2 that return Collaboration
 Collaboration Bpmn2Factory.createCollaboration()
          Returns a new object of class 'Collaboration'.
 Collaboration DocumentRoot.getCollaboration()
          Returns the value of the 'Collaboration' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Collaboration
 void DocumentRoot.setCollaboration(Collaboration value)
          Sets the value of the 'Collaboration' containment reference.
 

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

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