/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage.impl; import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSInt; import hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'ALS Int'. * * * @generated */ public class ALSIntImpl extends ALSTermImpl implements ALSInt { /** * * * @generated */ protected ALSIntImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return AlloyLanguagePackage.Literals.ALS_INT; } } //ALSIntImpl