com.ibm.xtools.bpmn2
Interface Lane

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Lane
extends BaseElement

A representation of the model object 'Lane'.

The following features are supported:

See Also:
Bpmn2Package.getLane()

Method Summary
 org.eclipse.emf.common.util.EList<FlowElement> getFlowElements()
          Returns the value of the 'Flow Elements' reference list.
 BaseElement getPartitionElement()
          Returns the value of the 'Partition Element' reference.
 void setPartitionElement(BaseElement value)
          Sets the value of the 'Partition Element' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFlowElements

org.eclipse.emf.common.util.EList<FlowElement> getFlowElements()
Returns the value of the 'Flow Elements' reference list. The list contents are of type FlowElement.

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

Returns:
the value of the 'Flow Elements' reference list.
See Also:
Bpmn2Package.getLane_FlowElements()

getPartitionElement

BaseElement getPartitionElement()
Returns the value of the 'Partition Element' reference.

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

Returns:
the value of the 'Partition Element' reference.
See Also:
setPartitionElement(BaseElement), Bpmn2Package.getLane_PartitionElement()

setPartitionElement

void setPartitionElement(BaseElement value)
Sets the value of the 'Partition Element' reference.

Parameters:
value - the new value of the 'Partition Element' reference.
See Also:
getPartitionElement()