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

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

Uses of ParallelGateway in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ParallelGateway
 ParallelGateway Bpmn2Factory.createParallelGateway()
          Returns a new object of class 'Parallel Gateway'.
 ParallelGateway DocumentRoot.getParallelGateway()
          Returns the value of the 'Parallel Gateway' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ParallelGateway
 void DocumentRoot.setParallelGateway(ParallelGateway value)
          Sets the value of the 'Parallel Gateway' containment reference.
 

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

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