/** */ package TaxationWithRoot.impl; import TaxationWithRoot.CIM; import TaxationWithRoot.TaxationWithRootPackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'CIM'. * * * @generated */ public class CIMImpl extends Income_Tax_CreditImpl implements CIM { /** * * * @generated */ protected CIMImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return TaxationWithRootPackage.Literals.CIM; } } //CIMImpl