blob: fa1dd6a6095f40c31cf94770d2bebf002e8821d0 [file] [log] [blame]
/**
* Copyright (c) 2015, 2017 Willink Transformations 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:
* ; E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.m2m.atl.common.ATL.Module;
import org.eclipse.qvtd.pivot.qvtrelation.RelationModel;
import org.eclipse.qvtd.pivot.qvtrelation.RelationalTransformation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>TModel2 Relational Transformation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#get_3 <em>3</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#get_4 <em>4</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getModule <em>Module</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getRelTx <em>Rel Tx</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getTxName <em>Tx Name</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation()
* @model
* @generated
*/
public interface TModel2RelationalTransformation extends EObject {
/**
* Returns the value of the '<em><b>3</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>3</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>3</em>' reference.
* @see #set_3(org.eclipse.ocl.pivot.Package)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation__3()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
org.eclipse.ocl.pivot.Package get_3();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#get_3 <em>3</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>3</em>' reference.
* @see #get_3()
* @generated
*/
void set_3(org.eclipse.ocl.pivot.Package value);
/**
* Returns the value of the '<em><b>4</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>4</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>4</em>' reference.
* @see #set_4(RelationModel)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation__4()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
RelationModel get_4();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#get_4 <em>4</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>4</em>' reference.
* @see #get_4()
* @generated
*/
void set_4(RelationModel value);
/**
* Returns the value of the '<em><b>Module</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Module</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Module</em>' reference.
* @see #setModule(Module)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation_Module()
* @model required="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='TModel2RelationalTransformation'"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
Module getModule();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getModule <em>Module</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Module</em>' reference.
* @see #getModule()
* @generated
*/
void setModule(Module value);
/**
* Returns the value of the '<em><b>Rel Tx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rel Tx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rel Tx</em>' reference.
* @see #setRelTx(RelationalTransformation)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation_RelTx()
* @model required="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='TModel2RelationalTransformation'"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
RelationalTransformation getRelTx();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getRelTx <em>Rel Tx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rel Tx</em>' reference.
* @see #getRelTx()
* @generated
*/
void setRelTx(RelationalTransformation value);
/**
* Returns the value of the '<em><b>Tx Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tx 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>Tx Name</em>' attribute.
* @see #setTxName(String)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getTModel2RelationalTransformation_TxName()
* @model required="true"
* @generated
*/
String getTxName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.TModel2RelationalTransformation#getTxName <em>Tx Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Tx Name</em>' attribute.
* @see #getTxName()
* @generated
*/
void setTxName(String value);
} // TModel2RelationalTransformation