com.ibm.xtools.bpmn2
Interface Collaboration

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RootElement
All Known Subinterfaces:
Choreography, GlobalChoreographyTask

public interface Collaboration
extends RootElement

A representation of the model object 'Collaboration'.

The following features are supported:

See Also:
Bpmn2Package.getCollaboration()

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<MessageFlow> getMessageFlows()
          Returns the value of the 'Message Flows' containment reference list.
 org.eclipse.emf.common.util.EList<Participant> getParticipants()
          Returns the value of the 'Participants' containment reference list.
 
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

getParticipants

org.eclipse.emf.common.util.EList<Participant> getParticipants()
Returns the value of the 'Participants' containment reference list. The list contents are of type Participant.

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

Returns:
the value of the 'Participants' containment reference list.
See Also:
Bpmn2Package.getCollaboration_Participants()

getMessageFlows

org.eclipse.emf.common.util.EList<MessageFlow> getMessageFlows()
Returns the value of the 'Message Flows' containment reference list. The list contents are of type MessageFlow.

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

Returns:
the value of the 'Message Flows' containment reference list.
See Also:
Bpmn2Package.getCollaboration_MessageFlows()

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.getCollaboration_Artifacts()