/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage.impl; import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSTypeDeclaration; import hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'ALS Type Declaration'. * * * @generated */ public class ALSTypeDeclarationImpl extends ALSRelationDeclarationImpl implements ALSTypeDeclaration { /** * * * @generated */ protected ALSTypeDeclarationImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return AlloyLanguagePackage.Literals.ALS_TYPE_DECLARATION; } } //ALSTypeDeclarationImpl