From 3e7fdbf562bbb1739a6ff4b09f86f415aaf89a56 Mon Sep 17 00:00:00 2001 From: OszkarSemerath Date: Sat, 4 May 2019 15:31:47 -0400 Subject: Added aggregate expressions to logic language on the model level --- .../logic/model/logiclanguage/IntOperation.java | 76 ---------------------- 1 file changed, 76 deletions(-) delete mode 100644 Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java (limited to 'Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java') diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java deleted file mode 100644 index d9be99e9..00000000 --- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java +++ /dev/null @@ -1,76 +0,0 @@ -/** - */ -package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage; - - -/** - * - * A representation of the model object 'Int Operation'. - * - * - *

- * The following features are supported: - *

- * - * - * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation() - * @model abstract="true" - * @generated - */ -public interface IntOperation extends Term { - /** - * 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(Term) - * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation_LeftOperand() - * @model containment="true" - * @generated - */ - Term getLeftOperand(); - - /** - * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getLeftOperand Left Operand}' containment reference. - * - * - * @param value the new value of the 'Left Operand' containment reference. - * @see #getLeftOperand() - * @generated - */ - void setLeftOperand(Term 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(Term) - * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation_RightOperand() - * @model containment="true" - * @generated - */ - Term getRightOperand(); - - /** - * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getRightOperand Right Operand}' containment reference. - * - * - * @param value the new value of the 'Right Operand' containment reference. - * @see #getRightOperand() - * @generated - */ - void setRightOperand(Term value); - -} // IntOperation -- cgit v1.2.3-70-g09d2