com.ibm.xtools.bpmn2
Interface ParticipantAssociation

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

public interface ParticipantAssociation
extends BaseElement

A representation of the model object 'Participant Association'.

The following features are supported:

See Also:
Bpmn2Package.getParticipantAssociation()

Method Summary
 Participant getInnerParticipant()
          Returns the value of the 'Inner Participant' reference.
 Participant getOuterParticipant()
          Returns the value of the 'Outer Participant' reference.
 void setInnerParticipant(Participant value)
          Sets the value of the 'Inner Participant' reference.
 void setOuterParticipant(Participant value)
          Sets the value of the 'Outer Participant' 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

getInnerParticipant

Participant getInnerParticipant()
Returns the value of the 'Inner Participant' reference.

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

Returns:
the value of the 'Inner Participant' reference.
See Also:
setInnerParticipant(Participant), Bpmn2Package.getParticipantAssociation_InnerParticipant()

setInnerParticipant

void setInnerParticipant(Participant value)
Sets the value of the 'Inner Participant' reference.

Parameters:
value - the new value of the 'Inner Participant' reference.
See Also:
getInnerParticipant()

getOuterParticipant

Participant getOuterParticipant()
Returns the value of the 'Outer Participant' reference.

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

Returns:
the value of the 'Outer Participant' reference.
See Also:
setOuterParticipant(Participant), Bpmn2Package.getParticipantAssociation_OuterParticipant()

setOuterParticipant

void setOuterParticipant(Participant value)
Sets the value of the 'Outer Participant' reference.

Parameters:
value - the new value of the 'Outer Participant' reference.
See Also:
getOuterParticipant()