com.soyatec.bpmn
Interface LaneElement

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ProcessObject
All Known Subinterfaces:
Activity, Artifact, ComplexGateway, DataBasedExclusiveGateway, DataObject, EmbeddedSubProcess, EndEvent, Event, EventBasedExclusiveGateway, ExclusiveGateway, FlowObject, Gateway, Group, InclusiveGateway, IndependentSubProcess, IntermediateEvent, ManualTask, ParallelGateway, ReceiveTask, ReferenceSubProcess, ReferenceTask, ScriptTask, SendTask, ServiceTask, StartEvent, SubProcess, Task, TextAnnotation, UserTask

public interface LaneElement
extends ProcessObject

A representation of the model object 'Lane Element'. Element can be contained in a Lane.

The following features are supported:

See Also:
BPMNPackage.getLaneElement()

Method Summary
 org.eclipse.emf.common.util.EList getLanes()
          Returns the value of the 'Lanes' reference list.
 Pool getPool()
          Returns the value of the 'Pool' reference
 void setPool(Pool value)
          Sets the value of the 'Pool' reference
 
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

getPool

Pool getPool()
Returns the value of the 'Pool' reference.

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

Returns:
the value of the 'Pool' reference.
See Also:
setPool(Pool), BPMNPackage.getLaneElement_Pool()

setPool

void setPool(Pool value)
Sets the value of the 'Pool' reference.

Parameters:
value - the new value of the 'Pool' reference.
See Also:
getPool()

getLanes

org.eclipse.emf.common.util.EList getLanes()
Returns the value of the 'Lanes' reference list. The list contents are of type Lane.

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

Returns:
the value of the 'Lanes' reference list.
See Also:
BPMNPackage.getLaneElement_Lanes()