/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath.impl; import at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage; import at.bestsolution.efxclipse.tooling.svgpath.svgPath.drawto_command; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>drawto command</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class drawto_commandImpl extends MinimalEObjectImpl.Container implements drawto_command { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected drawto_commandImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return SvgPathPackage.Literals.DRAWTO_COMMAND; } } //drawto_commandImpl