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

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

Uses of CallChoreography in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return CallChoreography
 CallChoreography Bpmn2Factory.createCallChoreography()
          Returns a new object of class 'Call Choreography'.
 CallChoreography DocumentRoot.getCallChoreography()
          Returns the value of the 'Call Choreography' containment reference.
 

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

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

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