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

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

Uses of EndEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return EndEvent
 EndEvent Bpmn2Factory.createEndEvent()
          Returns a new object of class 'End Event'.
 EndEvent DocumentRoot.getEndEvent()
          Returns the value of the 'End Event' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type EndEvent
 void DocumentRoot.setEndEvent(EndEvent value)
          Sets the value of the 'End Event' containment reference.
 

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

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