blob: 3f39cdc1cd3112ce107db2d26e26ba59d8203574 [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.Dependency;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Input Output Binding</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Process::Data.</p>
* <p>From package BPMNProfile::Process::HumanInteraction.</p>
* <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.InputOutputBinding#getInputDataRef <em>Input Data Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getOutputDataRef <em>Output Data Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getOperationRef <em>Operation Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getBase_Dependency <em>Base Dependency</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputBinding()
* @model
* @generated
*/
public interface InputOutputBinding extends BaseElement {
/**
* Returns the value of the '<em><b>Input Data Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Input Data 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>Input Data Ref</em>' reference.
* @see #setInputDataRef(InputSet)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputBinding_InputDataRef()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
InputSet getInputDataRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getInputDataRef <em>Input Data Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Input Data Ref</em>' reference.
* @see #getInputDataRef()
* @generated
*/
void setInputDataRef(InputSet value);
/**
* Returns the value of the '<em><b>Output Data Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Output Data 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>Output Data Ref</em>' reference.
* @see #setOutputDataRef(OutputSet)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputBinding_OutputDataRef()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
OutputSet getOutputDataRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getOutputDataRef <em>Output Data Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Output Data Ref</em>' reference.
* @see #getOutputDataRef()
* @generated
*/
void setOutputDataRef(OutputSet value);
/**
* Returns the value of the '<em><b>Operation Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operation 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>Operation Ref</em>' reference.
* @see #setOperationRef(BPMNOperation)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputBinding_OperationRef()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
BPMNOperation getOperationRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputBinding#getOperationRef <em>Operation Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Operation Ref</em>' reference.
* @see #getOperationRef()
* @generated
*/
void setOperationRef(BPMNOperation value);
/**
* 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#getInputOutputBinding_Base_Dependency()
* @model required="true" ordered="false"
* @generated
*/
Dependency getBase_Dependency();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputBinding#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);
} // InputOutputBinding