com.ibm.xtools.bpmn2
Interface SubChoreography

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

public interface SubChoreography
extends ChoreographyActivity

A representation of the model object 'Sub Choreography'.

The following features are supported:

See Also:
Bpmn2Package.getSubChoreography()

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.
 
Methods inherited from interface com.ibm.xtools.bpmn2.ChoreographyActivity
getInitiatingParticipant, getLoopType, getParticipants, isSetLoopType, setInitiatingParticipant, setLoopType, unsetLoopType
 
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode
getIncoming, getOutgoing
 
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' 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.getSubChoreography_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.getSubChoreography_Artifacts()