blob: 1297e746b1c8c02b5d8ffa40426d4dc555d00b16 [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.OclExpression;
import org.eclipse.m2m.atl.common.OCL.OclFeatureDefinition;
import org.eclipse.m2m.atl.common.OCL.OclType;
import org.eclipse.m2m.atl.common.OCL.Operation;
import org.eclipse.ocl.pivot.OCLExpression;
import org.eclipse.qvtd.pivot.qvtrelation.RelationalTransformation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Tmap Helper Operation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getDispatcher <em>Dispatcher</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT0operationName <em>T0operation Name</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlDefinition <em>T1atl Definition</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlExpression <em>T1atl Expression</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlFeature <em>T1atl Feature</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlModule <em>T1atl Module</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlType <em>T1atl Type</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT2qvtrExpression <em>T2qvtr Expression</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT2qvtrTransformation <em>T2qvtr Transformation</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapHelper_Context <em>Wmap Helper Context</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapModule <em>Wmap Module</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapOclExpression <em>Wmap Ocl Expression</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getLocalSuccess <em>Local Success</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation()
* @model
* @generated
*/
public interface TmapHelper_Operation extends ImapHelper {
/**
* 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.DmapHelper#getDomapHelper_Operation <em>Domap Helper Operation</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(DmapHelper)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_Dispatcher()
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.DmapHelper#getDomapHelper_Operation
* @model opposite="domapHelper_Operation" required="true" transient="false"
* @generated
*/
DmapHelper getDispatcher();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#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(DmapHelper value);
/**
* Returns the value of the '<em><b>T0operation Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T0operation 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>T0operation Name</em>' attribute.
* @see #setT0operationName(String)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T0operationName()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='$primitive$'"
* @generated
*/
String getT0operationName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT0operationName <em>T0operation Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T0operation Name</em>' attribute.
* @see #getT0operationName()
* @generated
*/
void setT0operationName(String value);
/**
* Returns the value of the '<em><b>T1atl Definition</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Definition</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 Definition</em>' reference.
* @see #setT1atlDefinition(OclFeatureDefinition)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T1atlDefinition()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
OclFeatureDefinition getT1atlDefinition();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlDefinition <em>T1atl Definition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Definition</em>' reference.
* @see #getT1atlDefinition()
* @generated
*/
void setT1atlDefinition(OclFeatureDefinition value);
/**
* Returns the value of the '<em><b>T1atl Expression</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Expression</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 Expression</em>' reference.
* @see #setT1atlExpression(OclExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T1atlExpression()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
OclExpression getT1atlExpression();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlExpression <em>T1atl Expression</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Expression</em>' reference.
* @see #getT1atlExpression()
* @generated
*/
void setT1atlExpression(OclExpression value);
/**
* Returns the value of the '<em><b>T1atl Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Feature</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 Feature</em>' reference.
* @see #setT1atlFeature(Operation)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T1atlFeature()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
Operation getT1atlFeature();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlFeature <em>T1atl Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Feature</em>' reference.
* @see #getT1atlFeature()
* @generated
*/
void setT1atlFeature(Operation value);
/**
* Returns the value of the '<em><b>T1atl Module</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl 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>T1atl Module</em>' reference.
* @see #setT1atlModule(org.eclipse.m2m.atl.common.ATL.Module)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T1atlModule()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
org.eclipse.m2m.atl.common.ATL.Module getT1atlModule();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlModule <em>T1atl Module</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Module</em>' reference.
* @see #getT1atlModule()
* @generated
*/
void setT1atlModule(org.eclipse.m2m.atl.common.ATL.Module value);
/**
* Returns the value of the '<em><b>T1atl Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Type</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 Type</em>' reference.
* @see #setT1atlType(OclType)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T1atlType()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
OclType getT1atlType();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT1atlType <em>T1atl Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Type</em>' reference.
* @see #getT1atlType()
* @generated
*/
void setT1atlType(OclType value);
/**
* Returns the value of the '<em><b>T2qvtr Expression</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T2qvtr Expression</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>T2qvtr Expression</em>' reference.
* @see #setT2qvtrExpression(OCLExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T2qvtrExpression()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
OCLExpression getT2qvtrExpression();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT2qvtrExpression <em>T2qvtr Expression</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T2qvtr Expression</em>' reference.
* @see #getT2qvtrExpression()
* @generated
*/
void setT2qvtrExpression(OCLExpression value);
/**
* Returns the value of the '<em><b>T2qvtr Transformation</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T2qvtr Transformation</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>T2qvtr Transformation</em>' reference.
* @see #setT2qvtrTransformation(RelationalTransformation)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_T2qvtrTransformation()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
RelationalTransformation getT2qvtrTransformation();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getT2qvtrTransformation <em>T2qvtr Transformation</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T2qvtr Transformation</em>' reference.
* @see #getT2qvtrTransformation()
* @generated
*/
void setT2qvtrTransformation(RelationalTransformation value);
/**
* Returns the value of the '<em><b>Wmap Helper Context</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wmap Helper Context</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 Helper Context</em>' reference.
* @see #setWmapHelper_Context(TmapHelper_Context)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_WmapHelper_Context()
* @model
* @generated
*/
TmapHelper_Context getWmapHelper_Context();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapHelper_Context <em>Wmap Helper Context</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wmap Helper Context</em>' reference.
* @see #getWmapHelper_Context()
* @generated
*/
void setWmapHelper_Context(TmapHelper_Context value);
/**
* Returns the value of the '<em><b>Wmap Module</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wmap 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>Wmap Module</em>' reference.
* @see #setWmapModule(TmapModule)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_WmapModule()
* @model
* @generated
*/
TmapModule getWmapModule();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapModule <em>Wmap Module</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wmap Module</em>' reference.
* @see #getWmapModule()
* @generated
*/
void setWmapModule(TmapModule value);
/**
* Returns the value of the '<em><b>Wmap Ocl Expression</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wmap Ocl Expression</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 Ocl Expression</em>' reference.
* @see #setWmapOclExpression(DmapOclExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_WmapOclExpression()
* @model
* @generated
*/
DmapOclExpression getWmapOclExpression();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getWmapOclExpression <em>Wmap Ocl Expression</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wmap Ocl Expression</em>' reference.
* @see #getWmapOclExpression()
* @generated
*/
void setWmapOclExpression(DmapOclExpression value);
/**
* Returns the value of the '<em><b>Local Success</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Local Success</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Local Success</em>' attribute.
* @see #setLocalSuccess(Boolean)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapHelper_Operation_LocalSuccess()
* @model
* @generated
*/
Boolean getLocalSuccess();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapHelper_Operation#getLocalSuccess <em>Local Success</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Local Success</em>' attribute.
* @see #getLocalSuccess()
* @generated
*/
void setLocalSuccess(Boolean value);
} // TmapHelper_Operation