aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java147
1 files changed, 73 insertions, 74 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java
index 829c2893..c1ea25ae 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ThresholdEntry.java
@@ -1,74 +1,73 @@
1/** 1/**
2 * generated by Xtext 2.21.0 2 * generated by Xtext 2.21.0
3 */ 3 */
4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration;
5 5
6import java.math.BigDecimal; 6
7 7/**
8/** 8 * <!-- begin-user-doc -->
9 * <!-- begin-user-doc --> 9 * A representation of the model object '<em><b>Threshold Entry</b></em>'.
10 * A representation of the model object '<em><b>Threshold Entry</b></em>'. 10 * <!-- end-user-doc -->
11 * <!-- end-user-doc --> 11 *
12 * 12 * <p>
13 * <p> 13 * The following features are supported:
14 * The following features are supported: 14 * </p>
15 * </p> 15 * <ul>
16 * <ul> 16 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getOperator <em>Operator</em>}</li>
17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getOperator <em>Operator</em>}</li> 17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getThreshold <em>Threshold</em>}</li>
18 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getThreshold <em>Threshold</em>}</li> 18 * </ul>
19 * </ul> 19 *
20 * 20 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry()
21 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry() 21 * @model
22 * @model 22 * @generated
23 * @generated 23 */
24 */ 24public interface ThresholdEntry extends ObjectiveEntry
25public interface ThresholdEntry extends ObjectiveEntry 25{
26{ 26 /**
27 /** 27 * Returns the value of the '<em><b>Operator</b></em>' attribute.
28 * Returns the value of the '<em><b>Operator</b></em>' attribute. 28 * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator}.
29 * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator}. 29 * <!-- begin-user-doc -->
30 * <!-- begin-user-doc --> 30 * <!-- end-user-doc -->
31 * <!-- end-user-doc --> 31 * @return the value of the '<em>Operator</em>' attribute.
32 * @return the value of the '<em>Operator</em>' attribute. 32 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator
33 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator 33 * @see #setOperator(ComparisonOperator)
34 * @see #setOperator(ComparisonOperator) 34 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry_Operator()
35 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry_Operator() 35 * @model
36 * @model 36 * @generated
37 * @generated 37 */
38 */ 38 ComparisonOperator getOperator();
39 ComparisonOperator getOperator(); 39
40 40 /**
41 /** 41 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getOperator <em>Operator</em>}' attribute.
42 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getOperator <em>Operator</em>}' attribute. 42 * <!-- begin-user-doc -->
43 * <!-- begin-user-doc --> 43 * <!-- end-user-doc -->
44 * <!-- end-user-doc --> 44 * @param value the new value of the '<em>Operator</em>' attribute.
45 * @param value the new value of the '<em>Operator</em>' attribute. 45 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator
46 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ComparisonOperator 46 * @see #getOperator()
47 * @see #getOperator() 47 * @generated
48 * @generated 48 */
49 */ 49 void setOperator(ComparisonOperator value);
50 void setOperator(ComparisonOperator value); 50
51 51 /**
52 /** 52 * Returns the value of the '<em><b>Threshold</b></em>' attribute.
53 * Returns the value of the '<em><b>Threshold</b></em>' attribute. 53 * <!-- begin-user-doc -->
54 * <!-- begin-user-doc --> 54 * <!-- end-user-doc -->
55 * <!-- end-user-doc --> 55 * @return the value of the '<em>Threshold</em>' attribute.
56 * @return the value of the '<em>Threshold</em>' attribute. 56 * @see #setThreshold(double)
57 * @see #setThreshold(BigDecimal) 57 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry_Threshold()
58 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getThresholdEntry_Threshold() 58 * @model
59 * @model 59 * @generated
60 * @generated 60 */
61 */ 61 double getThreshold();
62 BigDecimal getThreshold(); 62
63 63 /**
64 /** 64 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getThreshold <em>Threshold</em>}' attribute.
65 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry#getThreshold <em>Threshold</em>}' attribute. 65 * <!-- begin-user-doc -->
66 * <!-- begin-user-doc --> 66 * <!-- end-user-doc -->
67 * <!-- end-user-doc --> 67 * @param value the new value of the '<em>Threshold</em>' attribute.
68 * @param value the new value of the '<em>Threshold</em>' attribute. 68 * @see #getThreshold()
69 * @see #getThreshold() 69 * @generated
70 * @generated 70 */
71 */ 71 void setThreshold(double value);
72 void setThreshold(BigDecimal value); 72
73 73} // ThresholdEntry
74} // ThresholdEntry