com.ibm.xtools.bpmn2
Interface Process

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

public interface Process
extends CallableElement

A representation of the model object 'Process'.

The following features are supported:

See Also:
Bpmn2Package.getProcess()

Method Summary
 org.eclipse.emf.common.util.EList<Artifact> getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 org.eclipse.emf.common.util.EList<Lane> getLanes()
          Returns the value of the 'Lanes' containment reference list.
 org.eclipse.emf.common.util.EList<ResourceRole> getResourceRoles()
          Returns the value of the 'Resource Roles' containment reference list.
 
Methods inherited from interface com.ibm.xtools.bpmn2.CallableElement
getIoSpecification, getSupportedInterfaces, setIoSpecification
 
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

getLanes

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

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

Returns:
the value of the 'Lanes' containment reference list.
See Also:
Bpmn2Package.getProcess_Lanes()

getFlowElements

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

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

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

getArtifacts

org.eclipse.emf.common.util.EList<Artifact> getArtifacts()
Returns the value of the 'Artifacts' containment reference list. The list contents are of type Artifact.

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

Returns:
the value of the 'Artifacts' containment reference list.
See Also:
Bpmn2Package.getProcess_Artifacts()

getResourceRoles

org.eclipse.emf.common.util.EList<ResourceRole> getResourceRoles()
Returns the value of the 'Resource Roles' containment reference list. The list contents are of type ResourceRole.

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

Returns:
the value of the 'Resource Roles' containment reference list.
See Also:
Bpmn2Package.getProcess_ResourceRoles()