From 022a1e52e0cf20f64d9cd6685c65d945c04eaecc Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Sat, 13 Jun 2020 19:24:25 -0400 Subject: remove Alloy solver copy --- .../impl/ALSFunctionDefinitionImpl.java | 193 --------------------- 1 file changed, 193 deletions(-) delete mode 100644 Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/impl/ALSFunctionDefinitionImpl.java (limited to 'Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/impl/ALSFunctionDefinitionImpl.java') diff --git a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/impl/ALSFunctionDefinitionImpl.java b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/impl/ALSFunctionDefinitionImpl.java deleted file mode 100644 index b484da48..00000000 --- a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/impl/ALSFunctionDefinitionImpl.java +++ /dev/null @@ -1,193 +0,0 @@ -/** - */ -package hu.bme.mit.inf.dslreasoner.alloyLanguage.impl; - -import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFunctionDefinition; -import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSTerm; -import hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage; - -import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.common.notify.NotificationChain; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.InternalEObject; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; - -/** - * - * An implementation of the model object 'ALS Function Definition'. - * - *

- * The following features are implemented: - *

- * - * - * @generated - */ -public class ALSFunctionDefinitionImpl extends ALSDefinitionImpl implements ALSFunctionDefinition -{ - /** - * The cached value of the '{@link #getType() Type}' containment reference. - * - * - * @see #getType() - * @generated - * @ordered - */ - protected ALSTerm type; - - /** - * - * - * @generated - */ - protected ALSFunctionDefinitionImpl() - { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() - { - return AlloyLanguagePackage.Literals.ALS_FUNCTION_DEFINITION; - } - - /** - * - * - * @generated - */ - public ALSTerm getType() - { - return type; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetType(ALSTerm newType, NotificationChain msgs) - { - ALSTerm oldType = type; - type = newType; - if (eNotificationRequired()) - { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE, oldType, newType); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - public void setType(ALSTerm newType) - { - if (newType != type) - { - NotificationChain msgs = null; - if (type != null) - msgs = ((InternalEObject)type).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE, null, msgs); - if (newType != null) - msgs = ((InternalEObject)newType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE, null, msgs); - msgs = basicSetType(newType, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE, newType, newType)); - } - - /** - * - * - * @generated - */ - @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) - { - switch (featureID) - { - case AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE: - return basicSetType(null, msgs); - } - return super.eInverseRemove(otherEnd, featureID, msgs); - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) - { - switch (featureID) - { - case AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE: - return getType(); - } - return super.eGet(featureID, resolve, coreType); - } - - /** - * - * - * @generated - */ - @Override - public void eSet(int featureID, Object newValue) - { - switch (featureID) - { - case AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE: - setType((ALSTerm)newValue); - return; - } - super.eSet(featureID, newValue); - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) - { - switch (featureID) - { - case AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE: - setType((ALSTerm)null); - return; - } - super.eUnset(featureID); - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) - { - switch (featureID) - { - case AlloyLanguagePackage.ALS_FUNCTION_DEFINITION__TYPE: - return type != null; - } - return super.eIsSet(featureID); - } - -} //ALSFunctionDefinitionImpl -- cgit v1.2.3-70-g09d2