/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Vertical Line To</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.VerticalLineTo#getParameters <em>Parameters</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getVerticalLineTo() * @model * @generated */ public interface VerticalLineTo extends EObject { /** * Returns the value of the '<em><b>Parameters</b></em>' containment reference list. * The list contents are of type {@link org.xtext.nv.dsl.mMDSL.PathParametersHV}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Parameters</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Parameters</em>' containment reference list. * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getVerticalLineTo_Parameters() * @model containment="true" * @generated */ EList<PathParametersHV> getParameters(); } // VerticalLineTo