/** */ package fr.inria.diverse.iot2.iot2.iot2; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Statement Assignment</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Assignment#getVariable <em>Variable</em>}</li> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Assignment#getValues <em>Values</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Assignment() * @model * @generated */ public interface Statement_Assignment extends Statement_FunctioncallOrAssignment { /** * Returns the value of the '<em><b>Variable</b></em>' containment reference list. * The list contents are of type {@link fr.inria.diverse.iot2.iot2.iot2.Expression}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Variable</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Variable</em>' containment reference list. * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Assignment_Variable() * @model containment="true" * @generated */ EList<Expression> getVariable(); /** * Returns the value of the '<em><b>Values</b></em>' containment reference list. * The list contents are of type {@link fr.inria.diverse.iot2.iot2.iot2.Expression}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Values</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Values</em>' containment reference list. * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Assignment_Values() * @model containment="true" * @generated */ EList<Expression> getValues(); } // Statement_Assignment