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

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

Uses of BoundaryEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return BoundaryEvent
 BoundaryEvent Bpmn2Factory.createBoundaryEvent()
          Returns a new object of class 'Boundary Event'.
 BoundaryEvent DocumentRoot.getBoundaryEvent()
          Returns the value of the 'Boundary Event' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type BoundaryEvent
 org.eclipse.emf.common.util.EList<BoundaryEvent> Activity.getBoundaryEvents()
          Returns the value of the 'Boundary Events' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type BoundaryEvent
 void DocumentRoot.setBoundaryEvent(BoundaryEvent value)
          Sets the value of the 'Boundary Event' containment reference.
 

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

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