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

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

Uses of EventBasedGateway in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return EventBasedGateway
 EventBasedGateway Bpmn2Factory.createEventBasedGateway()
          Returns a new object of class 'Event Based Gateway'.
 EventBasedGateway DocumentRoot.getEventBasedGateway()
          Returns the value of the 'Event Based Gateway' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type EventBasedGateway
 void DocumentRoot.setEventBasedGateway(EventBasedGateway value)
          Sets the value of the 'Event Based Gateway' containment reference.
 

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

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