/** */ package fr.inria.diverse.iot2.iot2.iot2; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Statement Repeat</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Repeat#getBlock <em>Block</em>}</li> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Repeat#getExpression <em>Expression</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Repeat() * @model * @generated */ public interface Statement_Repeat extends Statement { /** * Returns the value of the '<em><b>Block</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Block</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>Block</em>' containment reference. * @see #setBlock(Block) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Repeat_Block() * @model containment="true" * @generated */ Block getBlock(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Repeat#getBlock <em>Block</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Block</em>' containment reference. * @see #getBlock() * @generated */ void setBlock(Block value); /** * Returns the value of the '<em><b>Expression</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Expression</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>Expression</em>' containment reference. * @see #setExpression(Expression) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_Repeat_Expression() * @model containment="true" * @generated */ Expression getExpression(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.Statement_Repeat#getExpression <em>Expression</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Expression</em>' containment reference. * @see #getExpression() * @generated */ void setExpression(Expression value); } // Statement_Repeat