com.soyatec.bpmn
Interface Lane

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ProcessObject, Swimlane

public interface Lane
extends Swimlane

A representation of the model object 'Lane'. An Lane is a sub-partition within a Pool and will extend the entire length of the Pool, either vertically or horizontally. Lanes are used to organize and categorize activities within a Pool. The meaning of the Lanes is up to the modeler.

The following features are supported:

See Also:
BPMNPackage.getLane()

Method Summary
 Lane getParentLane()
          Returns the value of the 'Parent Lane' reference
 Pool getParentPool()
          Returns the value of the 'Parent Pool' container reference.
 void setParentLane(Lane value)
          Sets the value of the 'Parent Lane' reference
 void setParentPool(Pool value)
          Sets the value of the 'Parent Pool' container reference
 
Methods inherited from interface com.soyatec.bpmn.Swimlane
getName, setName
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParentPool

Pool getParentPool()
Returns the value of the 'Parent Pool' container reference. It is bidirectional and its opposite is 'Lanes'.

If the meaning of the 'Parent Pool' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Pool' container reference.
See Also:
setParentPool(Pool), BPMNPackage.getLane_ParentPool(), Pool.getLanes()

setParentPool

void setParentPool(Pool value)
Sets the value of the 'Parent Pool' container reference.

Parameters:
value - the new value of the 'Parent Pool' container reference.
See Also:
getParentPool()

getParentLane

Lane getParentLane()
Returns the value of the 'Parent Lane' reference.

If the meaning of the 'Parent Lane' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Lane' reference.
See Also:
setParentLane(Lane), BPMNPackage.getLane_ParentLane()

setParentLane

void setParentLane(Lane value)
Sets the value of the 'Parent Lane' reference.

Parameters:
value - the new value of the 'Parent Lane' reference.
See Also:
getParentLane()