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