/** */ package net.certware.evidence.hugin.netDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Output Bindings</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.OutputBindings#getLhs <em>Lhs</em>}</li> * <li>{@link net.certware.evidence.hugin.netDSL.OutputBindings#getRhs <em>Rhs</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getOutputBindings() * @model * @generated */ public interface OutputBindings extends EObject { /** * Returns the value of the '<em><b>Lhs</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Lhs</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>Lhs</em>' containment reference. * @see #setLhs(OutputBinding) * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getOutputBindings_Lhs() * @model containment="true" * @generated */ OutputBinding getLhs(); /** * Sets the value of the '{@link net.certware.evidence.hugin.netDSL.OutputBindings#getLhs <em>Lhs</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Lhs</em>' containment reference. * @see #getLhs() * @generated */ void setLhs(OutputBinding value); /** * Returns the value of the '<em><b>Rhs</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rhs</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>Rhs</em>' containment reference. * @see #setRhs(OutputBindings) * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getOutputBindings_Rhs() * @model containment="true" * @generated */ OutputBindings getRhs(); /** * Sets the value of the '{@link net.certware.evidence.hugin.netDSL.OutputBindings#getRhs <em>Rhs</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rhs</em>' containment reference. * @see #getRhs() * @generated */ void setRhs(OutputBindings value); } // OutputBindings