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

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

Uses of Lane in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Lane
 Lane Bpmn2Factory.createLane()
          Returns a new object of class 'Lane'.
 Lane DocumentRoot.getLane()
          Returns the value of the 'Lane' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Lane
 org.eclipse.emf.common.util.EList<Lane> Process.getLanes()
          Returns the value of the 'Lanes' containment reference list.
 

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

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

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