|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lane
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:
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 |
---|
Pool getParentPool()
Lanes
'.
If the meaning of the 'Parent Pool' container reference isn't clear, there really should be more of a description here...
setParentPool(Pool)
,
BPMNPackage.getLane_ParentPool()
,
Pool.getLanes()
void setParentPool(Pool value)
Parent Pool
' container reference.
value
- the new value of the 'Parent Pool' container reference.getParentPool()
Lane getParentLane()
If the meaning of the 'Parent Lane' reference isn't clear, there really should be more of a description here...
setParentLane(Lane)
,
BPMNPackage.getLane_ParentLane()
void setParentLane(Lane value)
Parent Lane
' reference.
value
- the new value of the 'Parent Lane' reference.getParentLane()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |