/** * <copyright> * Copyright (c) 2008 Open Canarias and others. * 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: * A. Sanchez-Barbudo - initial API and implementation * * </copyright> * * $Id: MappingOperation.java,v 1.2 2009/01/25 23:12:24 radvorak Exp $ */ package org.eclipse.m2m.qvt.oml.ecore.QVTOperational; import org.eclipse.emf.common.util.EList; import org.eclipse.ocl.ecore.OCLExpression; import org.eclipse.qvt.declarative.ecore.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.ecore.QVTOperational.MappingOperation#getDisjunct <em>Disjunct</em>}</li> * <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.MappingOperation#getInherited <em>Inherited</em>}</li> * <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.MappingOperation#getMerged <em>Merged</em>}</li> * <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.MappingOperation#getRefinedRelation <em>Refined Relation</em>}</li> * <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.MappingOperation#getWhen <em>When</em>}</li> * <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.MappingOperation#getWhere <em>Where</em>}</li> * </ul> * </p> * * @see org.eclipse.m2m.qvt.oml.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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.ecore.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