/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage.impl; import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSRelationDefinition; import hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'ALS Relation Definition'. * * * @generated */ public class ALSRelationDefinitionImpl extends ALSDefinitionImpl implements ALSRelationDefinition { /** * * * @generated */ protected ALSRelationDefinitionImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return AlloyLanguagePackage.Literals.ALS_RELATION_DEFINITION; } } //ALSRelationDefinitionImpl