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

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

Uses of IntermediateThrowEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return IntermediateThrowEvent
 IntermediateThrowEvent Bpmn2Factory.createIntermediateThrowEvent()
          Returns a new object of class 'Intermediate Throw Event'.
 IntermediateThrowEvent DocumentRoot.getIntermediateThrowEvent()
          Returns the value of the 'Intermediate Throw Event' containment reference.
 

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

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

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