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

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

Uses of ImplicitThrowEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ImplicitThrowEvent
 ImplicitThrowEvent Bpmn2Factory.createImplicitThrowEvent()
          Returns a new object of class 'Implicit Throw Event'.
 ImplicitThrowEvent ComplexBehaviorDefinition.getEvent()
          Returns the value of the 'Event' containment reference.
 ImplicitThrowEvent DocumentRoot.getImplicitThrowEvent()
          Returns the value of the 'Implicit Throw Event' containment reference.
 

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

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

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