/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl; import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage; import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'Integer Scope'. * * * @generated */ public class IntegerScopeImpl extends IntegerReferenceImpl implements IntegerScope { /** * * * @generated */ protected IntegerScopeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return ApplicationConfigurationPackage.Literals.INTEGER_SCOPE; } } //IntegerScopeImpl