aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ClassReferenceImpl.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/ClassReferenceImpl.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ClassReferenceImpl.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/ClassReferenceImpl.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ClassReferenceImpl.java
index d95d291d..2506ac73 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ClassReferenceImpl.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ClassReferenceImpl.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.ClassReference; 7import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference;
8import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement; 8import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement;
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>Class Reference</b></em>'. 20 * An implementation of the model object '<em><b>Class Reference</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.ClassReferenceImpl#getElement <em>Element</em>}</li> 26 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ClassReferenceImpl#getElement <em>Element</em>}</li>
27 * </ul> 27 * </ul>
28 * 28 *
29 * @generated 29 * @generated
30 */ 30 */
31public class ClassReferenceImpl extends TypeReferenceImpl implements ClassReference 31public class ClassReferenceImpl extends TypeReferenceImpl implements ClassReference
32{ 32{
33 /** 33 /**
34 * The cached value of the '{@link #getElement() <em>Element</em>}' containment reference. 34 * The cached value of the '{@link #getElement() <em>Element</em>}' containment reference.
35 * <!-- begin-user-doc --> 35 * <!-- begin-user-doc -->
36 * <!-- end-user-doc --> 36 * <!-- end-user-doc -->
37 * @see #getElement() 37 * @see #getElement()
38 * @generated 38 * @generated
39 * @ordered 39 * @ordered
40 */ 40 */
41 protected MetamodelElement element; 41 protected MetamodelElement element;
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 ClassReferenceImpl() 48 protected ClassReferenceImpl()
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.CLASS_REFERENCE; 61 return ApplicationConfigurationPackage.Literals.CLASS_REFERENCE;
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 MetamodelElement getElement() 69 @Override
70 { 70 public MetamodelElement getElement()
71 return element; 71 {
72 } 72 return element;
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 basicSetElement(MetamodelElement newElement, NotificationChain msgs) 79 */
80 { 80 public NotificationChain basicSetElement(MetamodelElement newElement, NotificationChain msgs)
81 MetamodelElement oldElement = element; 81 {
82 element = newElement; 82 MetamodelElement oldElement = element;
83 if (eNotificationRequired()) 83 element = newElement;
84 { 84 if (eNotificationRequired())
85 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, oldElement, newElement); 85 {
86 if (msgs == null) msgs = notification; else msgs.add(notification); 86 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, oldElement, newElement);
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 setElement(MetamodelElement newElement) 96 */
97 { 97 @Override
98 if (newElement != element) 98 public void setElement(MetamodelElement newElement)
99 { 99 {
100 NotificationChain msgs = null; 100 if (newElement != element)
101 if (element != null) 101 {
102 msgs = ((InternalEObject)element).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, null, msgs); 102 NotificationChain msgs = null;
103 if (newElement != null) 103 if (element != null)
104 msgs = ((InternalEObject)newElement).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, null, msgs); 104 msgs = ((InternalEObject)element).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, null, msgs);
105 msgs = basicSetElement(newElement, msgs); 105 if (newElement != null)
106 if (msgs != null) msgs.dispatch(); 106 msgs = ((InternalEObject)newElement).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, null, msgs);
107 } 107 msgs = basicSetElement(newElement, msgs);
108 else if (eNotificationRequired()) 108 if (msgs != null) msgs.dispatch();
109 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, newElement, newElement)); 109 }
110 } 110 else if (eNotificationRequired())
111 111 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT, newElement, newElement));
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.CLASS_REFERENCE__ELEMENT: 122 switch (featureID)
123 return basicSetElement(null, msgs); 123 {
124 } 124 case ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT:
125 return super.eInverseRemove(otherEnd, featureID, msgs); 125 return basicSetElement(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.CLASS_REFERENCE__ELEMENT: 138 switch (featureID)
139 return getElement(); 139 {
140 } 140 case ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT:
141 return super.eGet(featureID, resolve, coreType); 141 return getElement();
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.CLASS_REFERENCE__ELEMENT: 154 switch (featureID)
155 setElement((MetamodelElement)newValue); 155 {
156 return; 156 case ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT:
157 } 157 setElement((MetamodelElement)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.CLASS_REFERENCE__ELEMENT: 171 switch (featureID)
172 setElement((MetamodelElement)null); 172 {
173 return; 173 case ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT:
174 } 174 setElement((MetamodelElement)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.CLASS_REFERENCE__ELEMENT: 188 switch (featureID)
189 return element != null; 189 {
190 } 190 case ApplicationConfigurationPackage.CLASS_REFERENCE__ELEMENT:
191 return super.eIsSet(featureID); 191 return element != null;
192 } 192 }
193 193 return super.eIsSet(featureID);
194} //ClassReferenceImpl 194 }
195
196} //ClassReferenceImpl