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

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

Uses of SubProcess in com.ibm.xtools.bpmn2
 

Subinterfaces of SubProcess in com.ibm.xtools.bpmn2
 interface AdHocSubProcess
          A representation of the model object 'Ad Hoc Sub Process'.
 interface Transaction
          A representation of the model object 'Transaction'.
 

Methods in com.ibm.xtools.bpmn2 that return SubProcess
 SubProcess Bpmn2Factory.createSubProcess()
          Returns a new object of class 'Sub Process'.
 SubProcess DocumentRoot.getSubProcess()
          Returns the value of the 'Sub Process' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type SubProcess
 void DocumentRoot.setSubProcess(SubProcess value)
          Sets the value of the 'Sub Process' containment reference.
 

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

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