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

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

Uses of ThrowEvent in com.ibm.xtools.bpmn2
 

Subinterfaces of ThrowEvent in com.ibm.xtools.bpmn2
 interface EndEvent
          A representation of the model object 'End Event'.
 interface ImplicitThrowEvent
          A representation of the model object 'Implicit Throw Event'.
 interface IntermediateThrowEvent
          A representation of the model object 'Intermediate Throw Event'.
 

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

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

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

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