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

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

Uses of IntermediateCatchEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return IntermediateCatchEvent
 IntermediateCatchEvent Bpmn2Factory.createIntermediateCatchEvent()
          Returns a new object of class 'Intermediate Catch Event'.
 IntermediateCatchEvent DocumentRoot.getIntermediateCatchEvent()
          Returns the value of the 'Intermediate Catch Event' containment reference.
 

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

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

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