com.ibm.xtools.bpmn2
Interface Participant

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

public interface Participant
extends BaseElement

A representation of the model object 'Participant'.

The following features are supported:

See Also:
Bpmn2Package.getParticipant()

Method Summary
 org.eclipse.emf.common.util.EList<Interface> getInterfaces()
          Returns the value of the 'Interfaces' containment reference list.
 ParticipantMultiplicity getParticipantMultiplicity()
          Returns the value of the 'Participant Multiplicity' containment reference.
 Process getProcess()
          Returns the value of the 'Process' reference.
 void setParticipantMultiplicity(ParticipantMultiplicity value)
          Sets the value of the 'Participant Multiplicity' containment reference.
 void setProcess(Process value)
          Sets the value of the 'Process' 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

getInterfaces

org.eclipse.emf.common.util.EList<Interface> getInterfaces()
Returns the value of the 'Interfaces' containment reference list. The list contents are of type Interface.

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

Returns:
the value of the 'Interfaces' containment reference list.
See Also:
Bpmn2Package.getParticipant_Interfaces()

getParticipantMultiplicity

ParticipantMultiplicity getParticipantMultiplicity()
Returns the value of the 'Participant Multiplicity' containment reference.

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

Returns:
the value of the 'Participant Multiplicity' containment reference.
See Also:
setParticipantMultiplicity(ParticipantMultiplicity), Bpmn2Package.getParticipant_ParticipantMultiplicity()

setParticipantMultiplicity

void setParticipantMultiplicity(ParticipantMultiplicity value)
Sets the value of the 'Participant Multiplicity' containment reference.

Parameters:
value - the new value of the 'Participant Multiplicity' containment reference.
See Also:
getParticipantMultiplicity()

getProcess

Process getProcess()
Returns the value of the 'Process' reference.

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

Returns:
the value of the 'Process' reference.
See Also:
setProcess(com.ibm.xtools.bpmn2.Process), Bpmn2Package.getParticipant_Process()

setProcess

void setProcess(Process value)
Sets the value of the 'Process' reference.

Parameters:
value - the new value of the 'Process' reference.
See Also:
getProcess()