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

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

Uses of Gateway in com.ibm.xtools.bpmn2
 

Subinterfaces of Gateway in com.ibm.xtools.bpmn2
 interface ComplexGateway
          A representation of the model object 'Complex Gateway'.
 interface EventBasedGateway
          A representation of the model object 'Event Based Gateway'.
 interface ExclusiveGateway
          A representation of the model object 'Exclusive Gateway'.
 interface InclusiveGateway
          A representation of the model object 'Inclusive Gateway'.
 interface ParallelGateway
          A representation of the model object 'Parallel Gateway'.
 

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

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

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