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

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

Uses of Process in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Process
 Process Bpmn2Factory.createProcess()
          Returns a new object of class 'Process'.
 Process DocumentRoot.getProcess()
          Returns the value of the 'Process' containment reference.
 Process Participant.getProcess()
          Returns the value of the 'Process' reference.
 

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

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

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