blob: 42f13fed5f04808439411dc23e08bbfaf86f7547 [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 org.eclipse.uml2.uml.MultiplicityElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Participant Multiplicity</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.ParticipantMultiplicity#getBase_MultiplicityElement <em>Base Multiplicity Element</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.ParticipantMultiplicity#getMinimum <em>Minimum</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.ParticipantMultiplicity#getMaximum <em>Maximum</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantMultiplicity()
* @model
* @generated
*/
public interface ParticipantMultiplicity extends BaseElement {
/**
* Returns the value of the '<em><b>Base Multiplicity Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Multiplicity Element</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 Multiplicity Element</em>' reference.
* @see #setBase_MultiplicityElement(MultiplicityElement)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantMultiplicity_Base_MultiplicityElement()
* @model required="true" ordered="false"
* @generated
*/
MultiplicityElement getBase_MultiplicityElement();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantMultiplicity#getBase_MultiplicityElement <em>Base Multiplicity Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Multiplicity Element</em>' reference.
* @see #getBase_MultiplicityElement()
* @generated
*/
void setBase_MultiplicityElement(MultiplicityElement value);
/**
* Returns the value of the '<em><b>Minimum</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Minimum</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Minimum</em>' attribute.
* @see #setMinimum(int)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantMultiplicity_Minimum()
* @model dataType="org.eclipse.uml2.types.Integer" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
int getMinimum();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantMultiplicity#getMinimum <em>Minimum</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Minimum</em>' attribute.
* @see #getMinimum()
* @generated
*/
void setMinimum(int value);
/**
* Returns the value of the '<em><b>Maximum</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Maximum</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Maximum</em>' attribute.
* @see #setMaximum(int)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getParticipantMultiplicity_Maximum()
* @model dataType="org.eclipse.uml2.types.Integer" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
int getMaximum();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ParticipantMultiplicity#getMaximum <em>Maximum</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Maximum</em>' attribute.
* @see #getMaximum()
* @generated
*/
void setMaximum(int value);
} // ParticipantMultiplicity