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

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

Uses of EventDefinition in com.ibm.xtools.bpmn2
 

Subinterfaces of EventDefinition in com.ibm.xtools.bpmn2
 interface CancelEventDefinition
          A representation of the model object 'Cancel Event Definition'.
 interface CompensateEventDefinition
          A representation of the model object 'Compensate Event Definition'.
 interface ConditionalEventDefinition
          A representation of the model object 'Conditional Event Definition'.
 interface ErrorEventDefinition
          A representation of the model object 'Error Event Definition'.
 interface EscalationEventDefinition
          A representation of the model object 'Escalation Event Definition'.
 interface LinkEventDefinition
          A representation of the model object 'Link Event Definition'.
 interface MessageEventDefinition
          A representation of the model object 'Message Event Definition'.
 interface SignalEventDefinition
          A representation of the model object 'Signal Event Definition'.
 interface TerminateEventDefinition
          A representation of the model object 'Terminate Event Definition'.
 interface TimerEventDefinition
          A representation of the model object 'Timer Event Definition'.
 

Methods in com.ibm.xtools.bpmn2 that return EventDefinition
 EventDefinition DocumentRoot.getEventDefinition()
          Returns the value of the 'Event Definition' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type EventDefinition
 org.eclipse.emf.common.util.EList<EventDefinition> ThrowEvent.getEventDefinitions()
          Returns the value of the 'Event Definitions' containment reference list.
 org.eclipse.emf.common.util.EList<EventDefinition> CatchEvent.getEventDefinitions()
          Returns the value of the 'Event Definitions' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type EventDefinition
 void DocumentRoot.setEventDefinition(EventDefinition value)
          Sets the value of the 'Event Definition' containment reference.
 

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

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