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

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

Uses of ExclusiveGateway in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ExclusiveGateway
 ExclusiveGateway Bpmn2Factory.createExclusiveGateway()
          Returns a new object of class 'Exclusive Gateway'.
 ExclusiveGateway DocumentRoot.getExclusiveGateway()
          Returns the value of the 'Exclusive Gateway' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ExclusiveGateway
 void DocumentRoot.setExclusiveGateway(ExclusiveGateway value)
          Sets the value of the 'Exclusive Gateway' containment reference.
 

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

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