/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>horizontal lineto</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.horizontal_lineto#getHorizontal_lineto_argument_sequence <em>Horizontal lineto argument sequence</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#gethorizontal_lineto() * @model * @generated */ public interface horizontal_lineto extends drawto_command { /** * Returns the value of the '<em><b>Horizontal lineto argument sequence</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Horizontal lineto argument sequence</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>Horizontal lineto argument sequence</em>' containment reference. * @see #setHorizontal_lineto_argument_sequence(horizontal_lineto_argument_sequence) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#gethorizontal_lineto_Horizontal_lineto_argument_sequence() * @model containment="true" * @generated */ horizontal_lineto_argument_sequence getHorizontal_lineto_argument_sequence(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.horizontal_lineto#getHorizontal_lineto_argument_sequence <em>Horizontal lineto argument sequence</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Horizontal lineto argument sequence</em>' containment reference. * @see #getHorizontal_lineto_argument_sequence() * @generated */ void setHorizontal_lineto_argument_sequence(horizontal_lineto_argument_sequence value); } // horizontal_lineto