blob: 78db40b42005312a552be9572c70aea91cfe1278 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ImperativeOperation.java,v 1.2 2009/02/20 12:55:55 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.emof.QVTOperational;
import org.eclipse.emf.common.util.EList;
import org.eclipse.qvt.declarative.emof.EMOF.Operation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Operation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getBody <em>Body</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getContext <em>Context</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getIsBlackbox <em>Is Blackbox</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getOverridden <em>Overridden</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getResult <em>Result</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation()
* @model
* @generated
*/
public interface ImperativeOperation extends Operation {
/**
* Returns the value of the '<em><b>Body</b></em>' containment reference.
* It is bidirectional and its opposite is '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.OperationBody#getOperation <em>Operation</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Body</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Body</em>' containment reference.
* @see #setBody(OperationBody)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation_Body()
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.OperationBody#getOperation
* @model opposite="operation" containment="true"
* @generated
*/
OperationBody getBody();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getBody <em>Body</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Body</em>' containment reference.
* @see #getBody()
* @generated
*/
void setBody(OperationBody value);
/**
* Returns the value of the '<em><b>Context</b></em>' containment reference.
* It is bidirectional and its opposite is '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.VarParameter#getCtxOwner <em>Ctx Owner</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Context</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Context</em>' containment reference.
* @see #setContext(VarParameter)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation_Context()
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.VarParameter#getCtxOwner
* @model opposite="ctxOwner" containment="true"
* @generated
*/
VarParameter getContext();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getContext <em>Context</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Context</em>' containment reference.
* @see #getContext()
* @generated
*/
void setContext(VarParameter value);
/**
* Returns the value of the '<em><b>Is Blackbox</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Blackbox</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Blackbox</em>' attribute.
* @see #setIsBlackbox(Boolean)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation_IsBlackbox()
* @model dataType="org.eclipse.qvt.declarative.emof.EMOF.Boolean"
* @generated
*/
Boolean getIsBlackbox();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getIsBlackbox <em>Is Blackbox</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Blackbox</em>' attribute.
* @see #getIsBlackbox()
* @generated
*/
void setIsBlackbox(Boolean value);
/**
* Returns the value of the '<em><b>Overridden</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Overridden</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Overridden</em>' reference.
* @see #setOverridden(ImperativeOperation)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation_Overridden()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='overriding'"
* @generated
*/
ImperativeOperation getOverridden();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ImperativeOperation#getOverridden <em>Overridden</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Overridden</em>' reference.
* @see #getOverridden()
* @generated
*/
void setOverridden(ImperativeOperation value);
/**
* Returns the value of the '<em><b>Result</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.VarParameter}.
* It is bidirectional and its opposite is '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.VarParameter#getResOwner <em>Res Owner</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Result</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Result</em>' containment reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getImperativeOperation_Result()
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.VarParameter#getResOwner
* @model opposite="resOwner" containment="true"
* @generated
*/
EList<VarParameter> getResult();
} // ImperativeOperation