blob: 92c7a47e45f0e30085c91ecf0e7021b74e56a08a [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.emf.common.util.EList;
import org.eclipse.uml2.uml.Action;
import org.eclipse.uml2.uml.Behavior;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Input Output Specification</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.InputOutputSpecification#getBase_Behavior <em>Base Behavior</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getBase_Action <em>Base Action</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getDataInputs <em>Data Inputs</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getDataOutputs <em>Data Outputs</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getInputSets <em>Input Sets</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getOutputSets <em>Output Sets</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification()
* @model
* @generated
*/
public interface InputOutputSpecification extends BaseElement {
/**
* Returns the value of the '<em><b>Base Behavior</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Behavior</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 Behavior</em>' reference.
* @see #setBase_Behavior(Behavior)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_Base_Behavior()
* @model required="true" ordered="false"
* @generated
*/
Behavior getBase_Behavior();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getBase_Behavior <em>Base Behavior</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Behavior</em>' reference.
* @see #getBase_Behavior()
* @generated
*/
void setBase_Behavior(Behavior value);
/**
* Returns the value of the '<em><b>Base Action</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Action</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 Action</em>' reference.
* @see #setBase_Action(Action)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_Base_Action()
* @model required="true" ordered="false"
* @generated
*/
Action getBase_Action();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.InputOutputSpecification#getBase_Action <em>Base Action</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Action</em>' reference.
* @see #getBase_Action()
* @generated
*/
void setBase_Action(Action value);
/**
* Returns the value of the '<em><b>Data Inputs</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.DataInput}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data Inputs</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>Data Inputs</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_DataInputs()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<DataInput> getDataInputs();
/**
* Returns the value of the '<em><b>Data Outputs</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.DataOutput}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data Outputs</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>Data Outputs</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_DataOutputs()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<DataOutput> getDataOutputs();
/**
* Returns the value of the '<em><b>Input Sets</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.InputSet}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Input Sets</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>Input Sets</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_InputSets()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<InputSet> getInputSets();
/**
* Returns the value of the '<em><b>Output Sets</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.OutputSet}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Output Sets</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>Output Sets</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getInputOutputSpecification_OutputSets()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<OutputSet> getOutputSets();
} // InputOutputSpecification