From 7febe0b4781c5bb0fab34895ad642040ae143a8b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 27 Jun 2021 23:21:42 +0200 Subject: Add data constant support --- .../solver/language/model/problem/IntConstant.java | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 language-model/src/main/emf-gen/org/eclipse/viatra/solver/language/model/problem/IntConstant.java (limited to 'language-model/src/main/emf-gen/org/eclipse/viatra/solver/language/model/problem/IntConstant.java') diff --git a/language-model/src/main/emf-gen/org/eclipse/viatra/solver/language/model/problem/IntConstant.java b/language-model/src/main/emf-gen/org/eclipse/viatra/solver/language/model/problem/IntConstant.java new file mode 100644 index 00000000..8c42d183 --- /dev/null +++ b/language-model/src/main/emf-gen/org/eclipse/viatra/solver/language/model/problem/IntConstant.java @@ -0,0 +1,45 @@ +/** + */ +package org.eclipse.viatra.solver.language.model.problem; + +/** + * + * A representation of the model object 'Int Constant'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see org.eclipse.viatra.solver.language.model.problem.ProblemPackage#getIntConstant() + * @model + * @generated + */ +public interface IntConstant extends Constant { + /** + * Returns the value of the 'Int Value' attribute. + * The default value is "0". + * + * + * @return the value of the 'Int Value' attribute. + * @see #setIntValue(int) + * @see org.eclipse.viatra.solver.language.model.problem.ProblemPackage#getIntConstant_IntValue() + * @model default="0" + * @generated + */ + int getIntValue(); + + /** + * Sets the value of the '{@link org.eclipse.viatra.solver.language.model.problem.IntConstant#getIntValue Int Value}' attribute. + * + * + * @param value the new value of the 'Int Value' attribute. + * @see #getIntValue() + * @generated + */ + void setIntValue(int value); + +} // IntConstant -- cgit v1.2.3-70-g09d2