aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.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/impl/ObjectTypeScopeImpl.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.java390
1 files changed, 196 insertions, 194 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.java
index 51b9262b..67a57d59 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ObjectTypeScopeImpl.java
@@ -1,194 +1,196 @@
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.impl; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl;
5 5
6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage; 6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage;
7import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference; 7import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference;
8import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope; 8import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope;
9 9
10import org.eclipse.emf.common.notify.Notification; 10import org.eclipse.emf.common.notify.Notification;
11import org.eclipse.emf.common.notify.NotificationChain; 11import org.eclipse.emf.common.notify.NotificationChain;
12 12
13import org.eclipse.emf.ecore.EClass; 13import org.eclipse.emf.ecore.EClass;
14import org.eclipse.emf.ecore.InternalEObject; 14import org.eclipse.emf.ecore.InternalEObject;
15 15
16import org.eclipse.emf.ecore.impl.ENotificationImpl; 16import org.eclipse.emf.ecore.impl.ENotificationImpl;
17 17
18/** 18/**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * An implementation of the model object '<em><b>Object Type Scope</b></em>'. 20 * An implementation of the model object '<em><b>Object Type Scope</b></em>'.
21 * <!-- end-user-doc --> 21 * <!-- end-user-doc -->
22 * <p> 22 * <p>
23 * The following features are implemented: 23 * The following features are implemented:
24 * </p> 24 * </p>
25 * <ul> 25 * <ul>
26 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ObjectTypeScopeImpl#getType <em>Type</em>}</li> 26 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ObjectTypeScopeImpl#getType <em>Type</em>}</li>
27 * </ul> 27 * </ul>
28 * 28 *
29 * @generated 29 * @generated
30 */ 30 */
31public class ObjectTypeScopeImpl extends TypeScopeImpl implements ObjectTypeScope 31public class ObjectTypeScopeImpl extends TypeScopeImpl implements ObjectTypeScope
32{ 32{
33 /** 33 /**
34 * The cached value of the '{@link #getType() <em>Type</em>}' containment reference. 34 * The cached value of the '{@link #getType() <em>Type</em>}' containment reference.
35 * <!-- begin-user-doc --> 35 * <!-- begin-user-doc -->
36 * <!-- end-user-doc --> 36 * <!-- end-user-doc -->
37 * @see #getType() 37 * @see #getType()
38 * @generated 38 * @generated
39 * @ordered 39 * @ordered
40 */ 40 */
41 protected ObjectReference type; 41 protected ObjectReference type;
42 42
43 /** 43 /**
44 * <!-- begin-user-doc --> 44 * <!-- begin-user-doc -->
45 * <!-- end-user-doc --> 45 * <!-- end-user-doc -->
46 * @generated 46 * @generated
47 */ 47 */
48 protected ObjectTypeScopeImpl() 48 protected ObjectTypeScopeImpl()
49 { 49 {
50 super(); 50 super();
51 } 51 }
52 52
53 /** 53 /**
54 * <!-- begin-user-doc --> 54 * <!-- begin-user-doc -->
55 * <!-- end-user-doc --> 55 * <!-- end-user-doc -->
56 * @generated 56 * @generated
57 */ 57 */
58 @Override 58 @Override
59 protected EClass eStaticClass() 59 protected EClass eStaticClass()
60 { 60 {
61 return ApplicationConfigurationPackage.Literals.OBJECT_TYPE_SCOPE; 61 return ApplicationConfigurationPackage.Literals.OBJECT_TYPE_SCOPE;
62 } 62 }
63 63
64 /** 64 /**
65 * <!-- begin-user-doc --> 65 * <!-- begin-user-doc -->
66 * <!-- end-user-doc --> 66 * <!-- end-user-doc -->
67 * @generated 67 * @generated
68 */ 68 */
69 public ObjectReference getType() 69 @Override
70 { 70 public ObjectReference getType()
71 return type; 71 {
72 } 72 return type;
73 73 }
74 /** 74
75 * <!-- begin-user-doc --> 75 /**
76 * <!-- end-user-doc --> 76 * <!-- begin-user-doc -->
77 * @generated 77 * <!-- end-user-doc -->
78 */ 78 * @generated
79 public NotificationChain basicSetType(ObjectReference newType, NotificationChain msgs) 79 */
80 { 80 public NotificationChain basicSetType(ObjectReference newType, NotificationChain msgs)
81 ObjectReference oldType = type; 81 {
82 type = newType; 82 ObjectReference oldType = type;
83 if (eNotificationRequired()) 83 type = newType;
84 { 84 if (eNotificationRequired())
85 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, oldType, newType); 85 {
86 if (msgs == null) msgs = notification; else msgs.add(notification); 86 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, oldType, newType);
87 } 87 if (msgs == null) msgs = notification; else msgs.add(notification);
88 return msgs; 88 }
89 } 89 return msgs;
90 90 }
91 /** 91
92 * <!-- begin-user-doc --> 92 /**
93 * <!-- end-user-doc --> 93 * <!-- begin-user-doc -->
94 * @generated 94 * <!-- end-user-doc -->
95 */ 95 * @generated
96 public void setType(ObjectReference newType) 96 */
97 { 97 @Override
98 if (newType != type) 98 public void setType(ObjectReference newType)
99 { 99 {
100 NotificationChain msgs = null; 100 if (newType != type)
101 if (type != null) 101 {
102 msgs = ((InternalEObject)type).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, null, msgs); 102 NotificationChain msgs = null;
103 if (newType != null) 103 if (type != null)
104 msgs = ((InternalEObject)newType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, null, msgs); 104 msgs = ((InternalEObject)type).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, null, msgs);
105 msgs = basicSetType(newType, msgs); 105 if (newType != null)
106 if (msgs != null) msgs.dispatch(); 106 msgs = ((InternalEObject)newType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, null, msgs);
107 } 107 msgs = basicSetType(newType, msgs);
108 else if (eNotificationRequired()) 108 if (msgs != null) msgs.dispatch();
109 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, newType, newType)); 109 }
110 } 110 else if (eNotificationRequired())
111 111 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE, newType, newType));
112 /** 112 }
113 * <!-- begin-user-doc --> 113
114 * <!-- end-user-doc --> 114 /**
115 * @generated 115 * <!-- begin-user-doc -->
116 */ 116 * <!-- end-user-doc -->
117 @Override 117 * @generated
118 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) 118 */
119 { 119 @Override
120 switch (featureID) 120 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
121 { 121 {
122 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE: 122 switch (featureID)
123 return basicSetType(null, msgs); 123 {
124 } 124 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE:
125 return super.eInverseRemove(otherEnd, featureID, msgs); 125 return basicSetType(null, msgs);
126 } 126 }
127 127 return super.eInverseRemove(otherEnd, featureID, msgs);
128 /** 128 }
129 * <!-- begin-user-doc --> 129
130 * <!-- end-user-doc --> 130 /**
131 * @generated 131 * <!-- begin-user-doc -->
132 */ 132 * <!-- end-user-doc -->
133 @Override 133 * @generated
134 public Object eGet(int featureID, boolean resolve, boolean coreType) 134 */
135 { 135 @Override
136 switch (featureID) 136 public Object eGet(int featureID, boolean resolve, boolean coreType)
137 { 137 {
138 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE: 138 switch (featureID)
139 return getType(); 139 {
140 } 140 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE:
141 return super.eGet(featureID, resolve, coreType); 141 return getType();
142 } 142 }
143 143 return super.eGet(featureID, resolve, coreType);
144 /** 144 }
145 * <!-- begin-user-doc --> 145
146 * <!-- end-user-doc --> 146 /**
147 * @generated 147 * <!-- begin-user-doc -->
148 */ 148 * <!-- end-user-doc -->
149 @Override 149 * @generated
150 public void eSet(int featureID, Object newValue) 150 */
151 { 151 @Override
152 switch (featureID) 152 public void eSet(int featureID, Object newValue)
153 { 153 {
154 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE: 154 switch (featureID)
155 setType((ObjectReference)newValue); 155 {
156 return; 156 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE:
157 } 157 setType((ObjectReference)newValue);
158 super.eSet(featureID, newValue); 158 return;
159 } 159 }
160 160 super.eSet(featureID, newValue);
161 /** 161 }
162 * <!-- begin-user-doc --> 162
163 * <!-- end-user-doc --> 163 /**
164 * @generated 164 * <!-- begin-user-doc -->
165 */ 165 * <!-- end-user-doc -->
166 @Override 166 * @generated
167 public void eUnset(int featureID) 167 */
168 { 168 @Override
169 switch (featureID) 169 public void eUnset(int featureID)
170 { 170 {
171 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE: 171 switch (featureID)
172 setType((ObjectReference)null); 172 {
173 return; 173 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE:
174 } 174 setType((ObjectReference)null);
175 super.eUnset(featureID); 175 return;
176 } 176 }
177 177 super.eUnset(featureID);
178 /** 178 }
179 * <!-- begin-user-doc --> 179
180 * <!-- end-user-doc --> 180 /**
181 * @generated 181 * <!-- begin-user-doc -->
182 */ 182 * <!-- end-user-doc -->
183 @Override 183 * @generated
184 public boolean eIsSet(int featureID) 184 */
185 { 185 @Override
186 switch (featureID) 186 public boolean eIsSet(int featureID)
187 { 187 {
188 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE: 188 switch (featureID)
189 return type != null; 189 {
190 } 190 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE__TYPE:
191 return super.eIsSet(featureID); 191 return type != null;
192 } 192 }
193 193 return super.eIsSet(featureID);
194} //ObjectTypeScopeImpl 194 }
195
196} //ObjectTypeScopeImpl