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

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

Uses of SubChoreography in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return SubChoreography
 SubChoreography Bpmn2Factory.createSubChoreography()
          Returns a new object of class 'Sub Choreography'.
 SubChoreography DocumentRoot.getSubChoreography()
          Returns the value of the 'Sub Choreography' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type SubChoreography
 void DocumentRoot.setSubChoreography(SubChoreography value)
          Sets the value of the 'Sub Choreography' containment reference.
 

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

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