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

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

Uses of Choreography in com.ibm.xtools.bpmn2
 

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

Methods in com.ibm.xtools.bpmn2 that return Choreography
 Choreography Bpmn2Factory.createChoreography()
          Returns a new object of class 'Choreography'.
 Choreography CallChoreography.getCalledChoreography()
          Returns the value of the 'Called Choreography' reference.
 Choreography DocumentRoot.getChoreography()
          Returns the value of the 'Choreography' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Choreography
 void CallChoreography.setCalledChoreography(Choreography value)
          Sets the value of the 'Called Choreography' reference.
 void DocumentRoot.setChoreography(Choreography value)
          Sets the value of the 'Choreography' containment reference.
 

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

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