Uses of Interface
com.soyatec.bpmn.Pool

Uses of Pool in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Pool
 Pool BPMNFactory.createPool()
          Returns a new object of class 'Pool'
 Pool Lane.getParentPool()
          Returns the value of the 'Parent Pool' container reference.
 Pool LaneElement.getPool()
          Returns the value of the 'Pool' reference
 

Methods in com.soyatec.bpmn with parameters of type Pool
 void Lane.setParentPool(Pool value)
          Sets the value of the 'Parent Pool' container reference
 void LaneElement.setPool(Pool value)
          Sets the value of the 'Pool' reference