blob: ef8f40d5d8a6e370ccd000c381c689f1f9a9f84c [file] [log] [blame]
/**
* <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: ResolveInExp.java,v 1.2 2009/01/25 23:12:24 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.ecore.QVTOperational;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Resolve In Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.ResolveInExp#getInMapping <em>In Mapping</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage#getResolveInExp()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='wellFormedSource'"
* @generated
*/
public interface ResolveInExp extends ResolveExp {
/**
* Returns the value of the '<em><b>In Mapping</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>In Mapping</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>In Mapping</em>' reference.
* @see #setInMapping(MappingOperation)
* @see org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage#getResolveInExp_InMapping()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='resolveExpression'"
* @generated
*/
MappingOperation getInMapping();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.ResolveInExp#getInMapping <em>In Mapping</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>In Mapping</em>' reference.
* @see #getInMapping()
* @generated
*/
void setInMapping(MappingOperation value);
} // ResolveInExp