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 --- .../mit/inf/dslreasoner/alloyLanguage/ALSLess.java | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSLess.java (limited to 'Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSLess.java') diff --git a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSLess.java b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSLess.java deleted file mode 100644 index c9b9ac71..00000000 --- a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSLess.java +++ /dev/null @@ -1,77 +0,0 @@ -/** - */ -package hu.bme.mit.inf.dslreasoner.alloyLanguage; - - -/** - * - * A representation of the model object 'ALS Less'. - * - * - *

- * The following features are supported: - *

- * - * - * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSLess() - * @model - * @generated - */ -public interface ALSLess extends ALSTerm -{ - /** - * Returns the value of the 'Left Operand' containment reference. - * - *

- * If the meaning of the 'Left Operand' containment reference isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Left Operand' containment reference. - * @see #setLeftOperand(ALSTerm) - * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSLess_LeftOperand() - * @model containment="true" - * @generated - */ - ALSTerm getLeftOperand(); - - /** - * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSLess#getLeftOperand Left Operand}' containment reference. - * - * - * @param value the new value of the 'Left Operand' containment reference. - * @see #getLeftOperand() - * @generated - */ - void setLeftOperand(ALSTerm value); - - /** - * Returns the value of the 'Right Operand' containment reference. - * - *

- * If the meaning of the 'Right Operand' containment reference isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Right Operand' containment reference. - * @see #setRightOperand(ALSTerm) - * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSLess_RightOperand() - * @model containment="true" - * @generated - */ - ALSTerm getRightOperand(); - - /** - * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSLess#getRightOperand Right Operand}' containment reference. - * - * - * @param value the new value of the 'Right Operand' containment reference. - * @see #getRightOperand() - * @generated - */ - void setRightOperand(ALSTerm value); - -} // ALSLess -- cgit v1.2.3-70-g09d2