blob: 55ab9b3560dd1c5fbb707c541faba58df88ceabf [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: MappingOperation.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.EssentialOCL.OclExpression;
import org.eclipse.qvt.declarative.emof.QVTRelation.Relation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mapping Operation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getDisjunct <em>Disjunct</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getInherited <em>Inherited</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getMerged <em>Merged</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getRefinedRelation <em>Refined Relation</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getWhen <em>When</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getWhere <em>Where</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation()
* @model
* @generated
*/
public interface MappingOperation extends ImperativeOperation {
/**
* Returns the value of the '<em><b>Disjunct</b></em>' reference list.
* The list contents are of type {@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Disjunct</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>Disjunct</em>' reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_Disjunct()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='disjuncter'"
* @generated
*/
EList<MappingOperation> getDisjunct();
/**
* Returns the value of the '<em><b>Inherited</b></em>' reference list.
* The list contents are of type {@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inherited</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>Inherited</em>' reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_Inherited()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='inheriting'"
* @generated
*/
EList<MappingOperation> getInherited();
/**
* Returns the value of the '<em><b>Merged</b></em>' reference list.
* The list contents are of type {@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Merged</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>Merged</em>' reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_Merged()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='merging'"
* @generated
*/
EList<MappingOperation> getMerged();
/**
* Returns the value of the '<em><b>Refined Relation</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Refined Relation</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Refined Relation</em>' reference.
* @see #setRefinedRelation(Relation)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_RefinedRelation()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='refiningOperation'"
* @generated
*/
Relation getRefinedRelation();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getRefinedRelation <em>Refined Relation</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Refined Relation</em>' reference.
* @see #getRefinedRelation()
* @generated
*/
void setRefinedRelation(Relation value);
/**
* Returns the value of the '<em><b>When</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>When</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>When</em>' containment reference.
* @see #setWhen(OclExpression)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_When()
* @model containment="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='whenOwner'"
* @generated
*/
OclExpression getWhen();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getWhen <em>When</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>When</em>' containment reference.
* @see #getWhen()
* @generated
*/
void setWhen(OclExpression value);
/**
* Returns the value of the '<em><b>Where</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Where</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>Where</em>' containment reference.
* @see #setWhere(OclExpression)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingOperation_Where()
* @model containment="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='whereOwner'"
* @generated
*/
OclExpression getWhere();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingOperation#getWhere <em>Where</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Where</em>' containment reference.
* @see #getWhere()
* @generated
*/
void setWhere(OclExpression value);
} // MappingOperation