From 419e76265ecbdf65e960e0624be006d31ed1e191 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 8 May 2020 18:28:19 +0200 Subject: Update solver language grammar First version, still needs TokenSource and Linker to work. --- .../solver/language/solverLanguage/Constraint.java | 109 --------------------- 1 file changed, 109 deletions(-) delete mode 100644 Application/org.eclipse.viatra.solver.language/src-gen/org/eclipse/viatra/solver/language/solverLanguage/Constraint.java (limited to 'Application/org.eclipse.viatra.solver.language/src-gen/org/eclipse/viatra/solver/language/solverLanguage/Constraint.java') diff --git a/Application/org.eclipse.viatra.solver.language/src-gen/org/eclipse/viatra/solver/language/solverLanguage/Constraint.java b/Application/org.eclipse.viatra.solver.language/src-gen/org/eclipse/viatra/solver/language/solverLanguage/Constraint.java deleted file mode 100644 index 9c957def..00000000 --- a/Application/org.eclipse.viatra.solver.language/src-gen/org/eclipse/viatra/solver/language/solverLanguage/Constraint.java +++ /dev/null @@ -1,109 +0,0 @@ -/** - * generated by Xtext 2.18.0.M3 - */ -package org.eclipse.viatra.solver.language.solverLanguage; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EObject; - -/** - * - * A representation of the model object 'Constraint'. - * - * - *

- * The following features are supported: - *

- * - * - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getConstraint() - * @model - * @generated - */ -public interface Constraint extends EObject -{ - /** - * Returns the value of the 'Polarity' containment reference. - * - * - * @return the value of the 'Polarity' containment reference. - * @see #setPolarity(Polarity) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getConstraint_Polarity() - * @model containment="true" - * @generated - */ - Polarity getPolarity(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.Constraint#getPolarity Polarity}' containment reference. - * - * - * @param value the new value of the 'Polarity' containment reference. - * @see #getPolarity() - * @generated - */ - void setPolarity(Polarity value); - - /** - * Returns the value of the 'Symbol' containment reference. - * - * - * @return the value of the 'Symbol' containment reference. - * @see #setSymbol(ModelSymbol) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getConstraint_Symbol() - * @model containment="true" - * @generated - */ - ModelSymbol getSymbol(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.Constraint#getSymbol Symbol}' containment reference. - * - * - * @param value the new value of the 'Symbol' containment reference. - * @see #getSymbol() - * @generated - */ - void setSymbol(ModelSymbol value); - - /** - * Returns the value of the 'Params' containment reference list. - * The list contents are of type {@link org.eclipse.viatra.solver.language.solverLanguage.Literal}. - * - * - * @return the value of the 'Params' containment reference list. - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getConstraint_Params() - * @model containment="true" - * @generated - */ - EList getParams(); - - /** - * Returns the value of the 'Closure Type' containment reference. - * - * - * @return the value of the 'Closure Type' containment reference. - * @see #setClosureType(ClosureType) - * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getConstraint_ClosureType() - * @model containment="true" - * @generated - */ - ClosureType getClosureType(); - - /** - * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.Constraint#getClosureType Closure Type}' containment reference. - * - * - * @param value the new value of the 'Closure Type' containment reference. - * @see #getClosureType() - * @generated - */ - void setClosureType(ClosureType value); - -} // Constraint -- cgit v1.2.3-70-g09d2