blob: d511a48aef894a35739ff5f97156bfd73b66a239 [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.emf.common.util.EList;
import org.eclipse.uml2.uml.Behavior;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Callable Element</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::CoreStructure::Common.</p>
* <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.CallableElement#getBase_Behavior <em>Base Behavior</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.CallableElement#getIoSpecification <em>Io Specification</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.CallableElement#getSupportedInterfaceRefs <em>Supported Interface Refs</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.CallableElement#getIoBinding <em>Io Binding</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCallableElement()
* @model abstract="true"
* @generated
*/
public interface CallableElement extends RootElement {
/**
* 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#getCallableElement_Base_Behavior()
* @model required="true" ordered="false"
* @generated
*/
Behavior getBase_Behavior();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.CallableElement#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>Io Specification</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Io Specification</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Io Specification</em>' reference.
* @see #setIoSpecification(InputOutputSpecification)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCallableElement_IoSpecification()
* @model transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
InputOutputSpecification getIoSpecification();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.CallableElement#getIoSpecification <em>Io Specification</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Io Specification</em>' reference.
* @see #getIoSpecification()
* @generated
*/
void setIoSpecification(InputOutputSpecification value);
/**
* Returns the value of the '<em><b>Supported Interface Refs</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.BPMNInterface}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Supported Interface Refs</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>Supported Interface Refs</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCallableElement_SupportedInterfaceRefs()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<BPMNInterface> getSupportedInterfaceRefs();
/**
* Returns the value of the '<em><b>Io Binding</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.InputOutputBinding}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Io Binding</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>Io Binding</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCallableElement_IoBinding()
* @model required="true" ordered="false"
* @generated
*/
EList<InputOutputBinding> getIoBinding();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* CallableEelement::/supportedInterfaceRefs : BPMNInterface [*] = Activity.interfaceRealization.contract (defined on BehavioralClassifier and InterfaceRealization)
* @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='CallableEelement.supportedInterfaceRefs'"
* @generated
*/
boolean CallableEelementsupportedInterfaceRefs(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* CallableElement::/resources : ResourceRole [*] = Behavior.ownedAttribute with the ResourceRole stereotype applied.
* @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='CallableElement.resources'"
* @generated
*/
boolean CallableElementresources(DiagnosticChain diagnostics, Map<Object, Object> context);
} // CallableElement