/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ellipse</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.Ellipse#getCx <em>Cx</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.Ellipse#getCy <em>Cy</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.Ellipse#getRx <em>Rx</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.Ellipse#getRy <em>Ry</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getEllipse() * @model * @generated */ public interface Ellipse extends EObject { /** * Returns the value of the '<em><b>Cx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cx</em>' attribute. * @see #setCx(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getEllipse_Cx() * @model * @generated */ String getCx(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.Ellipse#getCx <em>Cx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cx</em>' attribute. * @see #getCx() * @generated */ void setCx(String value); /** * Returns the value of the '<em><b>Cy</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cy</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cy</em>' attribute. * @see #setCy(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getEllipse_Cy() * @model * @generated */ String getCy(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.Ellipse#getCy <em>Cy</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cy</em>' attribute. * @see #getCy() * @generated */ void setCy(String value); /** * Returns the value of the '<em><b>Rx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rx</em>' attribute. * @see #setRx(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getEllipse_Rx() * @model * @generated */ String getRx(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.Ellipse#getRx <em>Rx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rx</em>' attribute. * @see #getRx() * @generated */ void setRx(String value); /** * Returns the value of the '<em><b>Ry</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Ry</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Ry</em>' attribute. * @see #setRy(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getEllipse_Ry() * @model * @generated */ String getRy(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.Ellipse#getRy <em>Ry</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Ry</em>' attribute. * @see #getRy() * @generated */ void setRy(String value); } // Ellipse