/** */ package fr.inria.diverse.iot2.iot2.iot2; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Expression Negate</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Expression_Negate#getExp <em>Exp</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getExpression_Negate() * @model * @generated */ public interface Expression_Negate extends Expression { /** * Returns the value of the '<em><b>Exp</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Exp</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>Exp</em>' containment reference. * @see #setExp(Expression) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getExpression_Negate_Exp() * @model containment="true" * @generated */ Expression getExp(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.Expression_Negate#getExp <em>Exp</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Exp</em>' containment reference. * @see #getExp() * @generated */ void setExp(Expression value); } // Expression_Negate