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

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

Uses of Event in com.ibm.xtools.bpmn2
 

Subinterfaces of Event in com.ibm.xtools.bpmn2
 interface BoundaryEvent
          A representation of the model object 'Boundary Event'.
 interface CatchEvent
          A representation of the model object 'Catch Event'.
 interface EndEvent
          A representation of the model object 'End Event'.
 interface ImplicitThrowEvent
          A representation of the model object 'Implicit Throw Event'.
 interface IntermediateCatchEvent
          A representation of the model object 'Intermediate Catch Event'.
 interface IntermediateThrowEvent
          A representation of the model object 'Intermediate Throw Event'.
 interface StartEvent
          A representation of the model object 'Start Event'.
 interface ThrowEvent
          A representation of the model object 'Throw Event'.
 

Methods in com.ibm.xtools.bpmn2 that return Event
 Event DocumentRoot.getEvent()
          Returns the value of the 'Event' containment reference.
 

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

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

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