From 42c58bbeead1dae09c51f47abc8e10dfbb9c3f9f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 23 Jun 2020 15:17:00 +0200 Subject: New configuration language parser WIP --- .../solverLanguage/QuantifiedExpression.java | 95 ---------------------- 1 file changed, 95 deletions(-) delete mode 100644 Application/org.eclipse.viatra.solver.language/ecore-gen/org/eclipse/viatra/solver/language/solverLanguage/QuantifiedExpression.java (limited to 'Application/org.eclipse.viatra.solver.language/ecore-gen/org/eclipse/viatra/solver/language/solverLanguage/QuantifiedExpression.java') diff --git a/Application/org.eclipse.viatra.solver.language/ecore-gen/org/eclipse/viatra/solver/language/solverLanguage/QuantifiedExpression.java b/Application/org.eclipse.viatra.solver.language/ecore-gen/org/eclipse/viatra/solver/language/solverLanguage/QuantifiedExpression.java deleted file mode 100644 index 0b2edb36..00000000 --- a/Application/org.eclipse.viatra.solver.language/ecore-gen/org/eclipse/viatra/solver/language/solverLanguage/QuantifiedExpression.java +++ /dev/null @@ -1,95 +0,0 @@ -/** - * generated by Xtext 2.21.0 - */ -package org.eclipse.viatra.solver.language.solverLanguage; - - -/** - * - * A representation of the model object 'Quantified Expression'. - * - * - *

- * The following features are supported: - *

- * - * - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getQuantifiedExpression() - * @model - * @generated - */ -public interface QuantifiedExpression extends Expression { - /** - * Returns the value of the 'Local Variables' containment reference. - * - * - * @return the value of the 'Local Variables' containment reference. - * @see #setLocalVariables(LocalVariables) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getQuantifiedExpression_LocalVariables() - * @model containment="true" - * @generated - */ - LocalVariables getLocalVariables(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.QuantifiedExpression#getLocalVariables Local Variables}' containment reference. - * - * - * @param value the new value of the 'Local Variables' containment reference. - * @see #getLocalVariables() - * @generated - */ - void setLocalVariables(LocalVariables value); - - /** - * Returns the value of the 'Body' containment reference. - * - * - * @return the value of the 'Body' containment reference. - * @see #setBody(Expression) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getQuantifiedExpression_Body() - * @model containment="true" - * @generated - */ - Expression getBody(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.QuantifiedExpression#getBody Body}' containment reference. - * - * - * @param value the new value of the 'Body' containment reference. - * @see #getBody() - * @generated - */ - void setBody(Expression value); - - /** - * Returns the value of the 'Quantifier' attribute. - * The literals are from the enumeration {@link org.eclipse.viatra.solver.language.solverLanguage.Quantifier}. - * - * - * @return the value of the 'Quantifier' attribute. - * @see org.eclipse.viatra.solver.language.solverLanguage.Quantifier - * @see #setQuantifier(Quantifier) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getQuantifiedExpression_Quantifier() - * @model - * @generated - */ - Quantifier getQuantifier(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.QuantifiedExpression#getQuantifier Quantifier}' attribute. - * - * - * @param value the new value of the 'Quantifier' attribute. - * @see org.eclipse.viatra.solver.language.solverLanguage.Quantifier - * @see #getQuantifier() - * @generated - */ - void setQuantifier(Quantifier value); - -} // QuantifiedExpression -- cgit v1.2.3-70-g09d2