/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>moveto drawto command groups</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.moveto_drawto_command_groups#getCommands <em>Commands</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getmoveto_drawto_command_groups() * @model * @generated */ public interface moveto_drawto_command_groups extends EObject { /** * Returns the value of the '<em><b>Commands</b></em>' containment reference list. * The list contents are of type {@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.moveto_drawto_command_group}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Commands</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>Commands</em>' containment reference list. * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getmoveto_drawto_command_groups_Commands() * @model containment="true" * @generated */ EList<moveto_drawto_command_group> getCommands(); } // moveto_drawto_command_groups