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

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

Uses of Escalation in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Escalation
 Escalation Bpmn2Factory.createEscalation()
          Returns a new object of class 'Escalation'.
 Escalation EscalationEventDefinition.getEscalation()
          Returns the value of the 'Escalation' reference.
 Escalation DocumentRoot.getEscalation()
          Returns the value of the 'Escalation' containment reference.
 

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

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

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