aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.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/TypeScope.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.java200
1 files changed, 94 insertions, 106 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.java
index 914aecae..6d114c22 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/TypeScope.java
@@ -1,106 +1,94 @@
1/** 1/**
2 * generated by Xtext 2.12.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 org.eclipse.emf.ecore.EObject; 6import org.eclipse.emf.ecore.EObject;
7 7
8/** 8/**
9 * <!-- begin-user-doc --> 9 * <!-- begin-user-doc -->
10 * A representation of the model object '<em><b>Type Scope</b></em>'. 10 * A representation of the model object '<em><b>Type Scope</b></em>'.
11 * <!-- end-user-doc --> 11 * <!-- end-user-doc -->
12 * 12 *
13 * <p> 13 * <p>
14 * The following features are supported: 14 * The following features are supported:
15 * </p> 15 * </p>
16 * <ul> 16 * <ul>
17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsNew <em>Sets New</em>}</li> 17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsNew <em>Sets New</em>}</li>
18 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsSum <em>Sets Sum</em>}</li> 18 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsSum <em>Sets Sum</em>}</li>
19 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#getNumber <em>Number</em>}</li> 19 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#getNumber <em>Number</em>}</li>
20 * </ul> 20 * </ul>
21 * 21 *
22 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope() 22 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope()
23 * @model 23 * @model
24 * @generated 24 * @generated
25 */ 25 */
26public interface TypeScope extends EObject 26public interface TypeScope extends EObject
27{ 27{
28 /** 28 /**
29 * Returns the value of the '<em><b>Sets New</b></em>' attribute. 29 * Returns the value of the '<em><b>Sets New</b></em>' attribute.
30 * <!-- begin-user-doc --> 30 * <!-- begin-user-doc -->
31 * <p> 31 * <!-- end-user-doc -->
32 * If the meaning of the '<em>Sets New</em>' attribute isn't clear, 32 * @return the value of the '<em>Sets New</em>' attribute.
33 * there really should be more of a description here... 33 * @see #setSetsNew(boolean)
34 * </p> 34 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_SetsNew()
35 * <!-- end-user-doc --> 35 * @model
36 * @return the value of the '<em>Sets New</em>' attribute. 36 * @generated
37 * @see #setSetsNew(boolean) 37 */
38 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_SetsNew() 38 boolean isSetsNew();
39 * @model 39
40 * @generated 40 /**
41 */ 41 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsNew <em>Sets New</em>}' attribute.
42 boolean isSetsNew(); 42 * <!-- begin-user-doc -->
43 43 * <!-- end-user-doc -->
44 /** 44 * @param value the new value of the '<em>Sets New</em>' attribute.
45 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsNew <em>Sets New</em>}' attribute. 45 * @see #isSetsNew()
46 * <!-- begin-user-doc --> 46 * @generated
47 * <!-- end-user-doc --> 47 */
48 * @param value the new value of the '<em>Sets New</em>' attribute. 48 void setSetsNew(boolean value);
49 * @see #isSetsNew() 49
50 * @generated 50 /**
51 */ 51 * Returns the value of the '<em><b>Sets Sum</b></em>' attribute.
52 void setSetsNew(boolean value); 52 * <!-- begin-user-doc -->
53 53 * <!-- end-user-doc -->
54 /** 54 * @return the value of the '<em>Sets Sum</em>' attribute.
55 * Returns the value of the '<em><b>Sets Sum</b></em>' attribute. 55 * @see #setSetsSum(boolean)
56 * <!-- begin-user-doc --> 56 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_SetsSum()
57 * <p> 57 * @model
58 * If the meaning of the '<em>Sets Sum</em>' attribute isn't clear, 58 * @generated
59 * there really should be more of a description here... 59 */
60 * </p> 60 boolean isSetsSum();
61 * <!-- end-user-doc --> 61
62 * @return the value of the '<em>Sets Sum</em>' attribute. 62 /**
63 * @see #setSetsSum(boolean) 63 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsSum <em>Sets Sum</em>}' attribute.
64 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_SetsSum() 64 * <!-- begin-user-doc -->
65 * @model 65 * <!-- end-user-doc -->
66 * @generated 66 * @param value the new value of the '<em>Sets Sum</em>' attribute.
67 */ 67 * @see #isSetsSum()
68 boolean isSetsSum(); 68 * @generated
69 69 */
70 /** 70 void setSetsSum(boolean value);
71 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#isSetsSum <em>Sets Sum</em>}' attribute. 71
72 * <!-- begin-user-doc --> 72 /**
73 * <!-- end-user-doc --> 73 * Returns the value of the '<em><b>Number</b></em>' containment reference.
74 * @param value the new value of the '<em>Sets Sum</em>' attribute. 74 * <!-- begin-user-doc -->
75 * @see #isSetsSum() 75 * <!-- end-user-doc -->
76 * @generated 76 * @return the value of the '<em>Number</em>' containment reference.
77 */ 77 * @see #setNumber(NumberSpecification)
78 void setSetsSum(boolean value); 78 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_Number()
79 79 * @model containment="true"
80 /** 80 * @generated
81 * Returns the value of the '<em><b>Number</b></em>' containment reference. 81 */
82 * <!-- begin-user-doc --> 82 NumberSpecification getNumber();
83 * <p> 83
84 * If the meaning of the '<em>Number</em>' containment reference isn't clear, 84 /**
85 * there really should be more of a description here... 85 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#getNumber <em>Number</em>}' containment reference.
86 * </p> 86 * <!-- begin-user-doc -->
87 * <!-- end-user-doc --> 87 * <!-- end-user-doc -->
88 * @return the value of the '<em>Number</em>' containment reference. 88 * @param value the new value of the '<em>Number</em>' containment reference.
89 * @see #setNumber(NumberSpecification) 89 * @see #getNumber()
90 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getTypeScope_Number() 90 * @generated
91 * @model containment="true" 91 */
92 * @generated 92 void setNumber(NumberSpecification value);
93 */ 93
94 NumberSpecification getNumber(); 94} // TypeScope
95
96 /**
97 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope#getNumber <em>Number</em>}' containment reference.
98 * <!-- begin-user-doc -->
99 * <!-- end-user-doc -->
100 * @param value the new value of the '<em>Number</em>' containment reference.
101 * @see #getNumber()
102 * @generated
103 */
104 void setNumber(NumberSpecification value);
105
106} // TypeScope