blob: a16b39b792e707e13a52e34569df0210d145ff08 [file] [log] [blame]
/**
* Copyright (c) 2015, 2019 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr;
import org.eclipse.m2m.atl.common.OCL.VariableDeclaration;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Tmap Variable Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getDispatcher <em>Dispatcher</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getT0varName <em>T0var Name</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getT1atlVariable <em>T1atl Variable</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getWmapVariableExp_referredVariable <em>Wmap Variable Exp referred Variable</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapVariableExp()
* @model
* @generated
*/
public interface TmapVariableExp extends ImapOclExpression {
/**
* Returns the value of the '<em><b>Dispatcher</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.DmapOclExpression#getDomapVariableExp <em>Domap Variable Exp</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dispatcher</em>' container reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Dispatcher</em>' container reference.
* @see #setDispatcher(DmapOclExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapVariableExp_Dispatcher()
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.DmapOclExpression#getDomapVariableExp
* @model opposite="domapVariableExp" required="true" transient="false"
* @generated
*/
DmapOclExpression getDispatcher();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getDispatcher <em>Dispatcher</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dispatcher</em>' container reference.
* @see #getDispatcher()
* @generated
*/
void setDispatcher(DmapOclExpression value);
/**
* Returns the value of the '<em><b>T0var Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T0var Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>T0var Name</em>' attribute.
* @see #setT0varName(String)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapVariableExp_T0varName()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='$primitive$'"
* @generated
*/
String getT0varName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getT0varName <em>T0var Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T0var Name</em>' attribute.
* @see #getT0varName()
* @generated
*/
void setT0varName(String value);
/**
* Returns the value of the '<em><b>T1atl Variable</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Variable</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>T1atl Variable</em>' reference.
* @see #setT1atlVariable(VariableDeclaration)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapVariableExp_T1atlVariable()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
VariableDeclaration getT1atlVariable();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getT1atlVariable <em>T1atl Variable</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Variable</em>' reference.
* @see #getT1atlVariable()
* @generated
*/
void setT1atlVariable(VariableDeclaration value);
/**
* Returns the value of the '<em><b>Wmap Variable Exp referred Variable</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wmap Variable Exp referred Variable</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Wmap Variable Exp referred Variable</em>' reference.
* @see #setWmapVariableExp_referredVariable(DmapVariableExp_referredVariable)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapVariableExp_WmapVariableExp_referredVariable()
* @model
* @generated
*/
DmapVariableExp_referredVariable getWmapVariableExp_referredVariable();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapVariableExp#getWmapVariableExp_referredVariable <em>Wmap Variable Exp referred Variable</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wmap Variable Exp referred Variable</em>' reference.
* @see #getWmapVariableExp_referredVariable()
* @generated
*/
void setWmapVariableExp_referredVariable(DmapVariableExp_referredVariable value);
} // TmapVariableExp