blob: 56b24a4491f680643fab86985f68af936497a82f [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.uml2.uml.CollaborationUse;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Call Conversation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CallConversation#get_collaborationUse <em>collaboration Use</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CallConversation#getCalledCollaborationRef <em>Called Collaboration Ref</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CallConversation#getParticipantAssociations <em>Participant Associations</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCallConversation()
* @model
* @generated
*/
public interface CallConversation extends ConversationNode {
/**
* Returns the value of the '<em><b>collaboration Use</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>collaboration Use</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>collaboration Use</em>' reference.
* @see #set_collaborationUse(CollaborationUse)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCallConversation__collaborationUse()
* @model required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName=' collaborationUse'"
* @generated
*/
CollaborationUse get_collaborationUse();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CallConversation#get_collaborationUse <em>collaboration Use</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>collaboration Use</em>' reference.
* @see #get_collaborationUse()
* @generated
*/
void set_collaborationUse(CollaborationUse value);
/**
* Returns the value of the '<em><b>Called Collaboration Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Called Collaboration Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Called Collaboration Ref</em>' reference.
* @see #setCalledCollaborationRef(BPMNCollaboration)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCallConversation_CalledCollaborationRef()
* @model ordered="false"
* @generated
*/
BPMNCollaboration getCalledCollaborationRef();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CallConversation#getCalledCollaborationRef <em>Called Collaboration Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Called Collaboration Ref</em>' reference.
* @see #getCalledCollaborationRef()
* @generated
*/
void setCalledCollaborationRef(BPMNCollaboration value);
/**
* Returns the value of the '<em><b>Participant Associations</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.bpmn.BPMNProfile.ParticipantAssociation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Participant Associations</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Participant Associations</em>' reference list.
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCallConversation_ParticipantAssociations()
* @model ordered="false"
* @generated
*/
EList<ParticipantAssociation> getParticipantAssociations();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* CallConversation::/calledCollaborationRef : BPMNCollaboration [0..1] = Collaboration.type
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='CallConversation.calledCollaborationRef'"
* @generated
*/
boolean CallConversationcalledCollaborationRef(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* CallConversation::/participantAssociations : ParticipantAssociation [*] = CollaborationUse.RoleBinding
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='CallConversation.participantAssociations'"
* @generated
*/
boolean CallConversationparticipantAssociations(DiagnosticChain diagnostics, Map<Object, Object> context);
} // CallConversation