com.ibm.xtools.bpmn2
Interface CallChoreography

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

public interface CallChoreography
extends ChoreographyActivity

A representation of the model object 'Call Choreography'.

The following features are supported:

See Also:
Bpmn2Package.getCallChoreography()

Method Summary
 Choreography getCalledChoreography()
          Returns the value of the 'Called Choreography' reference.
 org.eclipse.emf.common.util.EList<ParticipantAssociation> getParticipantAssociations()
          Returns the value of the 'Participant Associations' containment reference list.
 void setCalledChoreography(Choreography value)
          Sets the value of the 'Called Choreography' reference.
 
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

getParticipantAssociations

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

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

Returns:
the value of the 'Participant Associations' containment reference list.
See Also:
Bpmn2Package.getCallChoreography_ParticipantAssociations()

getCalledChoreography

Choreography getCalledChoreography()
Returns the value of the 'Called Choreography' reference.

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

Returns:
the value of the 'Called Choreography' reference.
See Also:
setCalledChoreography(Choreography), Bpmn2Package.getCallChoreography_CalledChoreography()

setCalledChoreography

void setCalledChoreography(Choreography value)
Sets the value of the 'Called Choreography' reference.

Parameters:
value - the new value of the 'Called Choreography' reference.
See Also:
getCalledChoreography()