/** */ package TaxationWithRoot.impl; import TaxationWithRoot.Root; import TaxationWithRoot.TaxationPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; /** * * An implementation of the model object 'Root'. * * * @generated */ public abstract class RootImpl extends MinimalEObjectImpl.Container implements Root { /** * * * @generated */ protected RootImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return TaxationPackage.Literals.ROOT; } } //RootImpl