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

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

Uses of StartEvent in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return StartEvent
 StartEvent Bpmn2Factory.createStartEvent()
          Returns a new object of class 'Start Event'.
 StartEvent DocumentRoot.getStartEvent()
          Returns the value of the 'Start Event' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type StartEvent
 void DocumentRoot.setStartEvent(StartEvent value)
          Sets the value of the 'Start Event' containment reference.
 

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

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