blob: cfd411df59c6669e0c557e7ebf4f486b3293fb7a [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.ocl.pivot.OCLExpression;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Tmap Operation Call Exp Operation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getDispatcher <em>Dispatcher</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getT0operationName <em>T0operation Name</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getT1atlSource <em>T1atl Source</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getT2qvtrSource <em>T2qvtr Source</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getWmapOclExpression <em>Wmap Ocl Expression</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getLocalSuccess <em>Local Success</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapOperationCallExp_Operation()
* @model
* @generated
*/
public interface TmapOperationCallExp_Operation 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#getDomapOperationCallExp_Operation <em>Domap Operation Call Exp 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(DmapOclExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapOperationCallExp_Operation_Dispatcher()
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.DmapOclExpression#getDomapOperationCallExp_Operation
* @model opposite="domapOperationCallExp_Operation" required="true" transient="false"
* @generated
*/
DmapOclExpression getDispatcher();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_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(DmapOclExpression 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#getTmapOperationCallExp_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.TmapOperationCallExp_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 Source</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T1atl Source</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 Source</em>' reference.
* @see #setT1atlSource(OclExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapOperationCallExp_Operation_T1atlSource()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
OclExpression getT1atlSource();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getT1atlSource <em>T1atl Source</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T1atl Source</em>' reference.
* @see #getT1atlSource()
* @generated
*/
void setT1atlSource(OclExpression value);
/**
* Returns the value of the '<em><b>T2qvtr Source</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>T2qvtr Source</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 Source</em>' reference.
* @see #setT2qvtrSource(OCLExpression)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getTmapOperationCallExp_Operation_T2qvtrSource()
* @model required="true"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
OCLExpression getT2qvtrSource();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_Operation#getT2qvtrSource <em>T2qvtr Source</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>T2qvtr Source</em>' reference.
* @see #getT2qvtrSource()
* @generated
*/
void setT2qvtrSource(OCLExpression 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#getTmapOperationCallExp_Operation_WmapOclExpression()
* @model
* @generated
*/
DmapOclExpression getWmapOclExpression();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_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#getTmapOperationCallExp_Operation_LocalSuccess()
* @model
* @generated
*/
Boolean getLocalSuccess();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.TmapOperationCallExp_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);
} // TmapOperationCallExp_Operation