blob: 13fc5364d38699c4696ed34eb02bd46a2fd54481 [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Max Bureck
*/
package org.eclipse.upr.bpmnprof;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.uml2.uml.Dependency;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Participant Association</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Collaboration.</p>
* <p>From package BPMNProfile::CoreStructure::Foundation.</p>
* <p>From package BPMNProfile::CoreStructure::Service.</p>
* <p>From package BPMNProfile::Collaboration::Conversation.</p>
* <p>From package BPMNProfile::CoreStructure.</p>
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getBase_Dependency <em>Base Dependency</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getInnerParticipantRef <em>Inner Participant Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getOuterParticipantRef <em>Outer Participant Ref</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantAssociation()
* @model
* @generated
*/
public interface ParticipantAssociation extends BaseElement {
/**
* Returns the value of the '<em><b>Base Dependency</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Dependency</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Dependency</em>' reference.
* @see #setBase_Dependency(Dependency)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantAssociation_Base_Dependency()
* @model required="true" ordered="false"
* @generated
*/
Dependency getBase_Dependency();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getBase_Dependency <em>Base Dependency</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Dependency</em>' reference.
* @see #getBase_Dependency()
* @generated
*/
void setBase_Dependency(Dependency value);
/**
* Returns the value of the '<em><b>Inner Participant Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inner Participant 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>Inner Participant Ref</em>' reference.
* @see #setInnerParticipantRef(Participant)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantAssociation_InnerParticipantRef()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
Participant getInnerParticipantRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getInnerParticipantRef <em>Inner Participant Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Inner Participant Ref</em>' reference.
* @see #getInnerParticipantRef()
* @generated
*/
void setInnerParticipantRef(Participant value);
/**
* Returns the value of the '<em><b>Outer Participant Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Outer Participant 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>Outer Participant Ref</em>' reference.
* @see #setOuterParticipantRef(Participant)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantAssociation_OuterParticipantRef()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
Participant getOuterParticipantRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantAssociation#getOuterParticipantRef <em>Outer Participant Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Outer Participant Ref</em>' reference.
* @see #getOuterParticipantRef()
* @generated
*/
void setOuterParticipantRef(Participant value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ParticipantAssociation::/innerParticipantRef : Participant = Dependency.supplier
* @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='ParticipantAssociation.innerParticipantRef'"
* @generated
*/
boolean ParticipantAssociationinnerParticipantRef(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ParticipantAssociation::/outerParticipantRef : Participant = Dependency.clients
* @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='ParticipantAssociation.outerParticipantRef'"
* @generated
*/
boolean ParticipantAssociationouterParticipantRef(DiagnosticChain diagnostics, Map<Object, Object> context);
} // ParticipantAssociation