/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Algorithm Operation</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getFileoperation <em>Fileoperation</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getDiroperation <em>Diroperation</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getSimpleui <em>Simpleui</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getModeloperation <em>Modeloperation</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getInstanceoperation <em>Instanceoperation</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getAttributeoperation <em>Attributeoperation</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation() * @model * @generated */ public interface AlgorithmOperation extends EObject { /** * Returns the value of the '<em><b>Fileoperation</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Fileoperation</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Fileoperation</em>' containment reference. * @see #setFileoperation(FileOperation) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Fileoperation() * @model containment="true" * @generated */ FileOperation getFileoperation(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getFileoperation <em>Fileoperation</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Fileoperation</em>' containment reference. * @see #getFileoperation() * @generated */ void setFileoperation(FileOperation value); /** * Returns the value of the '<em><b>Diroperation</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Diroperation</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Diroperation</em>' containment reference. * @see #setDiroperation(DirOperation) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Diroperation() * @model containment="true" * @generated */ DirOperation getDiroperation(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getDiroperation <em>Diroperation</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Diroperation</em>' containment reference. * @see #getDiroperation() * @generated */ void setDiroperation(DirOperation value); /** * Returns the value of the '<em><b>Simpleui</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Simpleui</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Simpleui</em>' containment reference. * @see #setSimpleui(SimpleUI) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Simpleui() * @model containment="true" * @generated */ SimpleUI getSimpleui(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getSimpleui <em>Simpleui</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Simpleui</em>' containment reference. * @see #getSimpleui() * @generated */ void setSimpleui(SimpleUI value); /** * Returns the value of the '<em><b>Modeloperation</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Modeloperation</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Modeloperation</em>' containment reference. * @see #setModeloperation(ModelOperation) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Modeloperation() * @model containment="true" * @generated */ ModelOperation getModeloperation(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getModeloperation <em>Modeloperation</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Modeloperation</em>' containment reference. * @see #getModeloperation() * @generated */ void setModeloperation(ModelOperation value); /** * Returns the value of the '<em><b>Instanceoperation</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Instanceoperation</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Instanceoperation</em>' containment reference. * @see #setInstanceoperation(InstanceOperation) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Instanceoperation() * @model containment="true" * @generated */ InstanceOperation getInstanceoperation(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getInstanceoperation <em>Instanceoperation</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Instanceoperation</em>' containment reference. * @see #getInstanceoperation() * @generated */ void setInstanceoperation(InstanceOperation value); /** * Returns the value of the '<em><b>Attributeoperation</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Attributeoperation</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Attributeoperation</em>' containment reference. * @see #setAttributeoperation(AttributeOperation) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getAlgorithmOperation_Attributeoperation() * @model containment="true" * @generated */ AttributeOperation getAttributeoperation(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.AlgorithmOperation#getAttributeoperation <em>Attributeoperation</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Attributeoperation</em>' containment reference. * @see #getAttributeoperation() * @generated */ void setAttributeoperation(AttributeOperation value); } // AlgorithmOperation