aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java3306
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java3872
2 files changed, 3589 insertions, 3589 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java
index 69d01a86..87cdf6f5 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java
@@ -1,1653 +1,1653 @@
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.util; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.util;
5 5
6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*; 6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*;
7 7
8import org.eclipse.emf.common.notify.Adapter; 8import org.eclipse.emf.common.notify.Adapter;
9import org.eclipse.emf.common.notify.Notifier; 9import org.eclipse.emf.common.notify.Notifier;
10 10
11import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; 11import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
12 12
13import org.eclipse.emf.ecore.EObject; 13import org.eclipse.emf.ecore.EObject;
14 14
15/** 15/**
16 * <!-- begin-user-doc --> 16 * <!-- begin-user-doc -->
17 * The <b>Adapter Factory</b> for the model. 17 * The <b>Adapter Factory</b> for the model.
18 * It provides an adapter <code>createXXX</code> method for each class of the model. 18 * It provides an adapter <code>createXXX</code> method for each class of the model.
19 * <!-- end-user-doc --> 19 * <!-- end-user-doc -->
20 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage 20 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage
21 * @generated 21 * @generated
22 */ 22 */
23public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl 23public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
24{ 24{
25 /** 25 /**
26 * The cached model package. 26 * The cached model package.
27 * <!-- begin-user-doc --> 27 * <!-- begin-user-doc -->
28 * <!-- end-user-doc --> 28 * <!-- end-user-doc -->
29 * @generated 29 * @generated
30 */ 30 */
31 protected static ApplicationConfigurationPackage modelPackage; 31 protected static ApplicationConfigurationPackage modelPackage;
32 32
33 /** 33 /**
34 * Creates an instance of the adapter factory. 34 * Creates an instance of the adapter factory.
35 * <!-- begin-user-doc --> 35 * <!-- begin-user-doc -->
36 * <!-- end-user-doc --> 36 * <!-- end-user-doc -->
37 * @generated 37 * @generated
38 */ 38 */
39 public ApplicationConfigurationAdapterFactory() 39 public ApplicationConfigurationAdapterFactory()
40 { 40 {
41 if (modelPackage == null) 41 if (modelPackage == null)
42 { 42 {
43 modelPackage = ApplicationConfigurationPackage.eINSTANCE; 43 modelPackage = ApplicationConfigurationPackage.eINSTANCE;
44 } 44 }
45 } 45 }
46 46
47 /** 47 /**
48 * Returns whether this factory is applicable for the type of the object. 48 * Returns whether this factory is applicable for the type of the object.
49 * <!-- begin-user-doc --> 49 * <!-- begin-user-doc -->
50 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model. 50 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
51 * <!-- end-user-doc --> 51 * <!-- end-user-doc -->
52 * @return whether this factory is applicable for the type of the object. 52 * @return whether this factory is applicable for the type of the object.
53 * @generated 53 * @generated
54 */ 54 */
55 @Override 55 @Override
56 public boolean isFactoryForType(Object object) 56 public boolean isFactoryForType(Object object)
57 { 57 {
58 if (object == modelPackage) 58 if (object == modelPackage)
59 { 59 {
60 return true; 60 return true;
61 } 61 }
62 if (object instanceof EObject) 62 if (object instanceof EObject)
63 { 63 {
64 return ((EObject)object).eClass().getEPackage() == modelPackage; 64 return ((EObject)object).eClass().getEPackage() == modelPackage;
65 } 65 }
66 return false; 66 return false;
67 } 67 }
68 68
69 /** 69 /**
70 * The switch that delegates to the <code>createXXX</code> methods. 70 * The switch that delegates to the <code>createXXX</code> methods.
71 * <!-- begin-user-doc --> 71 * <!-- begin-user-doc -->
72 * <!-- end-user-doc --> 72 * <!-- end-user-doc -->
73 * @generated 73 * @generated
74 */ 74 */
75 protected ApplicationConfigurationSwitch<Adapter> modelSwitch = 75 protected ApplicationConfigurationSwitch<Adapter> modelSwitch =
76 new ApplicationConfigurationSwitch<Adapter>() 76 new ApplicationConfigurationSwitch<Adapter>()
77 { 77 {
78 @Override 78 @Override
79 public Adapter caseConfigurationScript(ConfigurationScript object) 79 public Adapter caseConfigurationScript(ConfigurationScript object)
80 { 80 {
81 return createConfigurationScriptAdapter(); 81 return createConfigurationScriptAdapter();
82 } 82 }
83 @Override 83 @Override
84 public Adapter caseCommand(Command object) 84 public Adapter caseCommand(Command object)
85 { 85 {
86 return createCommandAdapter(); 86 return createCommandAdapter();
87 } 87 }
88 @Override 88 @Override
89 public Adapter caseImport(Import object) 89 public Adapter caseImport(Import object)
90 { 90 {
91 return createImportAdapter(); 91 return createImportAdapter();
92 } 92 }
93 @Override 93 @Override
94 public Adapter caseEPackageImport(EPackageImport object) 94 public Adapter caseEPackageImport(EPackageImport object)
95 { 95 {
96 return createEPackageImportAdapter(); 96 return createEPackageImportAdapter();
97 } 97 }
98 @Override 98 @Override
99 public Adapter caseViatraImport(ViatraImport object) 99 public Adapter caseViatraImport(ViatraImport object)
100 { 100 {
101 return createViatraImportAdapter(); 101 return createViatraImportAdapter();
102 } 102 }
103 @Override 103 @Override
104 public Adapter caseDeclaration(Declaration object) 104 public Adapter caseDeclaration(Declaration object)
105 { 105 {
106 return createDeclarationAdapter(); 106 return createDeclarationAdapter();
107 } 107 }
108 @Override 108 @Override
109 public Adapter caseFileSpecification(FileSpecification object) 109 public Adapter caseFileSpecification(FileSpecification object)
110 { 110 {
111 return createFileSpecificationAdapter(); 111 return createFileSpecificationAdapter();
112 } 112 }
113 @Override 113 @Override
114 public Adapter caseFileDeclaration(FileDeclaration object) 114 public Adapter caseFileDeclaration(FileDeclaration object)
115 { 115 {
116 return createFileDeclarationAdapter(); 116 return createFileDeclarationAdapter();
117 } 117 }
118 @Override 118 @Override
119 public Adapter caseFileReference(FileReference object) 119 public Adapter caseFileReference(FileReference object)
120 { 120 {
121 return createFileReferenceAdapter(); 121 return createFileReferenceAdapter();
122 } 122 }
123 @Override 123 @Override
124 public Adapter caseFile(File object) 124 public Adapter caseFile(File object)
125 { 125 {
126 return createFileAdapter(); 126 return createFileAdapter();
127 } 127 }
128 @Override 128 @Override
129 public Adapter caseMetamodelSpecification(MetamodelSpecification object) 129 public Adapter caseMetamodelSpecification(MetamodelSpecification object)
130 { 130 {
131 return createMetamodelSpecificationAdapter(); 131 return createMetamodelSpecificationAdapter();
132 } 132 }
133 @Override 133 @Override
134 public Adapter caseMetamodelEntry(MetamodelEntry object) 134 public Adapter caseMetamodelEntry(MetamodelEntry object)
135 { 135 {
136 return createMetamodelEntryAdapter(); 136 return createMetamodelEntryAdapter();
137 } 137 }
138 @Override 138 @Override
139 public Adapter caseAllPackageEntry(AllPackageEntry object) 139 public Adapter caseAllPackageEntry(AllPackageEntry object)
140 { 140 {
141 return createAllPackageEntryAdapter(); 141 return createAllPackageEntryAdapter();
142 } 142 }
143 @Override 143 @Override
144 public Adapter caseMetamodelElement(MetamodelElement object) 144 public Adapter caseMetamodelElement(MetamodelElement object)
145 { 145 {
146 return createMetamodelElementAdapter(); 146 return createMetamodelElementAdapter();
147 } 147 }
148 @Override 148 @Override
149 public Adapter caseMetamodelDeclaration(MetamodelDeclaration object) 149 public Adapter caseMetamodelDeclaration(MetamodelDeclaration object)
150 { 150 {
151 return createMetamodelDeclarationAdapter(); 151 return createMetamodelDeclarationAdapter();
152 } 152 }
153 @Override 153 @Override
154 public Adapter caseMetamodelReference(MetamodelReference object) 154 public Adapter caseMetamodelReference(MetamodelReference object)
155 { 155 {
156 return createMetamodelReferenceAdapter(); 156 return createMetamodelReferenceAdapter();
157 } 157 }
158 @Override 158 @Override
159 public Adapter caseMetamodel(Metamodel object) 159 public Adapter caseMetamodel(Metamodel object)
160 { 160 {
161 return createMetamodelAdapter(); 161 return createMetamodelAdapter();
162 } 162 }
163 @Override 163 @Override
164 public Adapter casePartialModelSpecification(PartialModelSpecification object) 164 public Adapter casePartialModelSpecification(PartialModelSpecification object)
165 { 165 {
166 return createPartialModelSpecificationAdapter(); 166 return createPartialModelSpecificationAdapter();
167 } 167 }
168 @Override 168 @Override
169 public Adapter casePartialModelEntry(PartialModelEntry object) 169 public Adapter casePartialModelEntry(PartialModelEntry object)
170 { 170 {
171 return createPartialModelEntryAdapter(); 171 return createPartialModelEntryAdapter();
172 } 172 }
173 @Override 173 @Override
174 public Adapter caseModelEntry(ModelEntry object) 174 public Adapter caseModelEntry(ModelEntry object)
175 { 175 {
176 return createModelEntryAdapter(); 176 return createModelEntryAdapter();
177 } 177 }
178 @Override 178 @Override
179 public Adapter caseFolderEntry(FolderEntry object) 179 public Adapter caseFolderEntry(FolderEntry object)
180 { 180 {
181 return createFolderEntryAdapter(); 181 return createFolderEntryAdapter();
182 } 182 }
183 @Override 183 @Override
184 public Adapter casePartialModelDeclaration(PartialModelDeclaration object) 184 public Adapter casePartialModelDeclaration(PartialModelDeclaration object)
185 { 185 {
186 return createPartialModelDeclarationAdapter(); 186 return createPartialModelDeclarationAdapter();
187 } 187 }
188 @Override 188 @Override
189 public Adapter casePartialModelReference(PartialModelReference object) 189 public Adapter casePartialModelReference(PartialModelReference object)
190 { 190 {
191 return createPartialModelReferenceAdapter(); 191 return createPartialModelReferenceAdapter();
192 } 192 }
193 @Override 193 @Override
194 public Adapter casePartialModel(PartialModel object) 194 public Adapter casePartialModel(PartialModel object)
195 { 195 {
196 return createPartialModelAdapter(); 196 return createPartialModelAdapter();
197 } 197 }
198 @Override 198 @Override
199 public Adapter casePatternSpecification(PatternSpecification object) 199 public Adapter casePatternSpecification(PatternSpecification object)
200 { 200 {
201 return createPatternSpecificationAdapter(); 201 return createPatternSpecificationAdapter();
202 } 202 }
203 @Override 203 @Override
204 public Adapter casePatternEntry(PatternEntry object) 204 public Adapter casePatternEntry(PatternEntry object)
205 { 205 {
206 return createPatternEntryAdapter(); 206 return createPatternEntryAdapter();
207 } 207 }
208 @Override 208 @Override
209 public Adapter caseAllPatternEntry(AllPatternEntry object) 209 public Adapter caseAllPatternEntry(AllPatternEntry object)
210 { 210 {
211 return createAllPatternEntryAdapter(); 211 return createAllPatternEntryAdapter();
212 } 212 }
213 @Override 213 @Override
214 public Adapter casePatternElement(PatternElement object) 214 public Adapter casePatternElement(PatternElement object)
215 { 215 {
216 return createPatternElementAdapter(); 216 return createPatternElementAdapter();
217 } 217 }
218 @Override 218 @Override
219 public Adapter caseGraphPatternDeclaration(GraphPatternDeclaration object) 219 public Adapter caseGraphPatternDeclaration(GraphPatternDeclaration object)
220 { 220 {
221 return createGraphPatternDeclarationAdapter(); 221 return createGraphPatternDeclarationAdapter();
222 } 222 }
223 @Override 223 @Override
224 public Adapter caseGraphPatternReference(GraphPatternReference object) 224 public Adapter caseGraphPatternReference(GraphPatternReference object)
225 { 225 {
226 return createGraphPatternReferenceAdapter(); 226 return createGraphPatternReferenceAdapter();
227 } 227 }
228 @Override 228 @Override
229 public Adapter caseGraphPattern(GraphPattern object) 229 public Adapter caseGraphPattern(GraphPattern object)
230 { 230 {
231 return createGraphPatternAdapter(); 231 return createGraphPatternAdapter();
232 } 232 }
233 @Override 233 @Override
234 public Adapter caseObjectiveSpecification(ObjectiveSpecification object) 234 public Adapter caseObjectiveSpecification(ObjectiveSpecification object)
235 { 235 {
236 return createObjectiveSpecificationAdapter(); 236 return createObjectiveSpecificationAdapter();
237 } 237 }
238 @Override 238 @Override
239 public Adapter caseObjectiveEntry(ObjectiveEntry object) 239 public Adapter caseObjectiveEntry(ObjectiveEntry object)
240 { 240 {
241 return createObjectiveEntryAdapter(); 241 return createObjectiveEntryAdapter();
242 } 242 }
243 @Override 243 @Override
244 public Adapter caseOptimizationEntry(OptimizationEntry object) 244 public Adapter caseOptimizationEntry(OptimizationEntry object)
245 { 245 {
246 return createOptimizationEntryAdapter(); 246 return createOptimizationEntryAdapter();
247 } 247 }
248 @Override 248 @Override
249 public Adapter caseThresholdEntry(ThresholdEntry object) 249 public Adapter caseThresholdEntry(ThresholdEntry object)
250 { 250 {
251 return createThresholdEntryAdapter(); 251 return createThresholdEntryAdapter();
252 } 252 }
253 @Override 253 @Override
254 public Adapter caseObjectiveFunction(ObjectiveFunction object) 254 public Adapter caseObjectiveFunction(ObjectiveFunction object)
255 { 255 {
256 return createObjectiveFunctionAdapter(); 256 return createObjectiveFunctionAdapter();
257 } 257 }
258 @Override 258 @Override
259 public Adapter caseCostObjectiveFunction(CostObjectiveFunction object) 259 public Adapter caseCostObjectiveFunction(CostObjectiveFunction object)
260 { 260 {
261 return createCostObjectiveFunctionAdapter(); 261 return createCostObjectiveFunctionAdapter();
262 } 262 }
263 @Override 263 @Override
264 public Adapter caseCostEntry(CostEntry object) 264 public Adapter caseCostEntry(CostEntry object)
265 { 265 {
266 return createCostEntryAdapter(); 266 return createCostEntryAdapter();
267 } 267 }
268 @Override 268 @Override
269 public Adapter caseObjectiveDeclaration(ObjectiveDeclaration object) 269 public Adapter caseObjectiveDeclaration(ObjectiveDeclaration object)
270 { 270 {
271 return createObjectiveDeclarationAdapter(); 271 return createObjectiveDeclarationAdapter();
272 } 272 }
273 @Override 273 @Override
274 public Adapter caseObjectiveReference(ObjectiveReference object) 274 public Adapter caseObjectiveReference(ObjectiveReference object)
275 { 275 {
276 return createObjectiveReferenceAdapter(); 276 return createObjectiveReferenceAdapter();
277 } 277 }
278 @Override 278 @Override
279 public Adapter caseObjective(Objective object) 279 public Adapter caseObjective(Objective object)
280 { 280 {
281 return createObjectiveAdapter(); 281 return createObjectiveAdapter();
282 } 282 }
283 @Override 283 @Override
284 public Adapter caseConfigSpecification(ConfigSpecification object) 284 public Adapter caseConfigSpecification(ConfigSpecification object)
285 { 285 {
286 return createConfigSpecificationAdapter(); 286 return createConfigSpecificationAdapter();
287 } 287 }
288 @Override 288 @Override
289 public Adapter caseConfigDeclaration(ConfigDeclaration object) 289 public Adapter caseConfigDeclaration(ConfigDeclaration object)
290 { 290 {
291 return createConfigDeclarationAdapter(); 291 return createConfigDeclarationAdapter();
292 } 292 }
293 @Override 293 @Override
294 public Adapter caseConfigEntry(ConfigEntry object) 294 public Adapter caseConfigEntry(ConfigEntry object)
295 { 295 {
296 return createConfigEntryAdapter(); 296 return createConfigEntryAdapter();
297 } 297 }
298 @Override 298 @Override
299 public Adapter caseDocumentationEntry(DocumentationEntry object) 299 public Adapter caseDocumentationEntry(DocumentationEntry object)
300 { 300 {
301 return createDocumentationEntryAdapter(); 301 return createDocumentationEntryAdapter();
302 } 302 }
303 @Override 303 @Override
304 public Adapter caseRuntimeEntry(RuntimeEntry object) 304 public Adapter caseRuntimeEntry(RuntimeEntry object)
305 { 305 {
306 return createRuntimeEntryAdapter(); 306 return createRuntimeEntryAdapter();
307 } 307 }
308 @Override 308 @Override
309 public Adapter caseMemoryEntry(MemoryEntry object) 309 public Adapter caseMemoryEntry(MemoryEntry object)
310 { 310 {
311 return createMemoryEntryAdapter(); 311 return createMemoryEntryAdapter();
312 } 312 }
313 @Override 313 @Override
314 public Adapter caseCustomEntry(CustomEntry object) 314 public Adapter caseCustomEntry(CustomEntry object)
315 { 315 {
316 return createCustomEntryAdapter(); 316 return createCustomEntryAdapter();
317 } 317 }
318 @Override 318 @Override
319 public Adapter caseConfigReference(ConfigReference object) 319 public Adapter caseConfigReference(ConfigReference object)
320 { 320 {
321 return createConfigReferenceAdapter(); 321 return createConfigReferenceAdapter();
322 } 322 }
323 @Override 323 @Override
324 public Adapter caseConfig(Config object) 324 public Adapter caseConfig(Config object)
325 { 325 {
326 return createConfigAdapter(); 326 return createConfigAdapter();
327 } 327 }
328 @Override 328 @Override
329 public Adapter caseScopeSpecification(ScopeSpecification object) 329 public Adapter caseScopeSpecification(ScopeSpecification object)
330 { 330 {
331 return createScopeSpecificationAdapter(); 331 return createScopeSpecificationAdapter();
332 } 332 }
333 @Override 333 @Override
334 public Adapter caseTypeScope(TypeScope object) 334 public Adapter caseTypeScope(TypeScope object)
335 { 335 {
336 return createTypeScopeAdapter(); 336 return createTypeScopeAdapter();
337 } 337 }
338 @Override 338 @Override
339 public Adapter caseClassTypeScope(ClassTypeScope object) 339 public Adapter caseClassTypeScope(ClassTypeScope object)
340 { 340 {
341 return createClassTypeScopeAdapter(); 341 return createClassTypeScopeAdapter();
342 } 342 }
343 @Override 343 @Override
344 public Adapter caseObjectTypeScope(ObjectTypeScope object) 344 public Adapter caseObjectTypeScope(ObjectTypeScope object)
345 { 345 {
346 return createObjectTypeScopeAdapter(); 346 return createObjectTypeScopeAdapter();
347 } 347 }
348 @Override 348 @Override
349 public Adapter caseIntegerTypeScope(IntegerTypeScope object) 349 public Adapter caseIntegerTypeScope(IntegerTypeScope object)
350 { 350 {
351 return createIntegerTypeScopeAdapter(); 351 return createIntegerTypeScopeAdapter();
352 } 352 }
353 @Override 353 @Override
354 public Adapter caseRealTypeScope(RealTypeScope object) 354 public Adapter caseRealTypeScope(RealTypeScope object)
355 { 355 {
356 return createRealTypeScopeAdapter(); 356 return createRealTypeScopeAdapter();
357 } 357 }
358 @Override 358 @Override
359 public Adapter caseStringTypeScope(StringTypeScope object) 359 public Adapter caseStringTypeScope(StringTypeScope object)
360 { 360 {
361 return createStringTypeScopeAdapter(); 361 return createStringTypeScopeAdapter();
362 } 362 }
363 @Override 363 @Override
364 public Adapter caseTypeReference(TypeReference object) 364 public Adapter caseTypeReference(TypeReference object)
365 { 365 {
366 return createTypeReferenceAdapter(); 366 return createTypeReferenceAdapter();
367 } 367 }
368 @Override 368 @Override
369 public Adapter caseClassReference(ClassReference object) 369 public Adapter caseClassReference(ClassReference object)
370 { 370 {
371 return createClassReferenceAdapter(); 371 return createClassReferenceAdapter();
372 } 372 }
373 @Override 373 @Override
374 public Adapter caseObjectReference(ObjectReference object) 374 public Adapter caseObjectReference(ObjectReference object)
375 { 375 {
376 return createObjectReferenceAdapter(); 376 return createObjectReferenceAdapter();
377 } 377 }
378 @Override 378 @Override
379 public Adapter caseIntegerReference(IntegerReference object) 379 public Adapter caseIntegerReference(IntegerReference object)
380 { 380 {
381 return createIntegerReferenceAdapter(); 381 return createIntegerReferenceAdapter();
382 } 382 }
383 @Override 383 @Override
384 public Adapter caseRealReference(RealReference object) 384 public Adapter caseRealReference(RealReference object)
385 { 385 {
386 return createRealReferenceAdapter(); 386 return createRealReferenceAdapter();
387 } 387 }
388 @Override 388 @Override
389 public Adapter caseStringReference(StringReference object) 389 public Adapter caseStringReference(StringReference object)
390 { 390 {
391 return createStringReferenceAdapter(); 391 return createStringReferenceAdapter();
392 } 392 }
393 @Override 393 @Override
394 public Adapter caseNumberSpecification(NumberSpecification object) 394 public Adapter caseNumberSpecification(NumberSpecification object)
395 { 395 {
396 return createNumberSpecificationAdapter(); 396 return createNumberSpecificationAdapter();
397 } 397 }
398 @Override 398 @Override
399 public Adapter caseExactNumber(ExactNumber object) 399 public Adapter caseExactNumber(ExactNumber object)
400 { 400 {
401 return createExactNumberAdapter(); 401 return createExactNumberAdapter();
402 } 402 }
403 @Override 403 @Override
404 public Adapter caseIntervallNumber(IntervallNumber object) 404 public Adapter caseIntervallNumber(IntervallNumber object)
405 { 405 {
406 return createIntervallNumberAdapter(); 406 return createIntervallNumberAdapter();
407 } 407 }
408 @Override 408 @Override
409 public Adapter caseIntEnumberation(IntEnumberation object) 409 public Adapter caseIntEnumberation(IntEnumberation object)
410 { 410 {
411 return createIntEnumberationAdapter(); 411 return createIntEnumberationAdapter();
412 } 412 }
413 @Override 413 @Override
414 public Adapter caseRealEnumeration(RealEnumeration object) 414 public Adapter caseRealEnumeration(RealEnumeration object)
415 { 415 {
416 return createRealEnumerationAdapter(); 416 return createRealEnumerationAdapter();
417 } 417 }
418 @Override 418 @Override
419 public Adapter caseStringEnumeration(StringEnumeration object) 419 public Adapter caseStringEnumeration(StringEnumeration object)
420 { 420 {
421 return createStringEnumerationAdapter(); 421 return createStringEnumerationAdapter();
422 } 422 }
423 @Override 423 @Override
424 public Adapter caseScopeDeclaration(ScopeDeclaration object) 424 public Adapter caseScopeDeclaration(ScopeDeclaration object)
425 { 425 {
426 return createScopeDeclarationAdapter(); 426 return createScopeDeclarationAdapter();
427 } 427 }
428 @Override 428 @Override
429 public Adapter caseScopeReference(ScopeReference object) 429 public Adapter caseScopeReference(ScopeReference object)
430 { 430 {
431 return createScopeReferenceAdapter(); 431 return createScopeReferenceAdapter();
432 } 432 }
433 @Override 433 @Override
434 public Adapter caseScope(Scope object) 434 public Adapter caseScope(Scope object)
435 { 435 {
436 return createScopeAdapter(); 436 return createScopeAdapter();
437 } 437 }
438 @Override 438 @Override
439 public Adapter caseTask(Task object) 439 public Adapter caseTask(Task object)
440 { 440 {
441 return createTaskAdapter(); 441 return createTaskAdapter();
442 } 442 }
443 @Override 443 @Override
444 public Adapter caseGenerationTask(GenerationTask object) 444 public Adapter caseGenerationTask(GenerationTask object)
445 { 445 {
446 return createGenerationTaskAdapter(); 446 return createGenerationTaskAdapter();
447 } 447 }
448 @Override 448 @Override
449 public Adapter caseIntegerScope(IntegerScope object) 449 public Adapter caseIntegerScope(IntegerScope object)
450 { 450 {
451 return createIntegerScopeAdapter(); 451 return createIntegerScopeAdapter();
452 } 452 }
453 @Override 453 @Override
454 public Adapter caseRealScope(RealScope object) 454 public Adapter caseRealScope(RealScope object)
455 { 455 {
456 return createRealScopeAdapter(); 456 return createRealScopeAdapter();
457 } 457 }
458 @Override 458 @Override
459 public Adapter caseStringScope(StringScope object) 459 public Adapter caseStringScope(StringScope object)
460 { 460 {
461 return createStringScopeAdapter(); 461 return createStringScopeAdapter();
462 } 462 }
463 @Override 463 @Override
464 public Adapter defaultCase(EObject object) 464 public Adapter defaultCase(EObject object)
465 { 465 {
466 return createEObjectAdapter(); 466 return createEObjectAdapter();
467 } 467 }
468 }; 468 };
469 469
470 /** 470 /**
471 * Creates an adapter for the <code>target</code>. 471 * Creates an adapter for the <code>target</code>.
472 * <!-- begin-user-doc --> 472 * <!-- begin-user-doc -->
473 * <!-- end-user-doc --> 473 * <!-- end-user-doc -->
474 * @param target the object to adapt. 474 * @param target the object to adapt.
475 * @return the adapter for the <code>target</code>. 475 * @return the adapter for the <code>target</code>.
476 * @generated 476 * @generated
477 */ 477 */
478 @Override 478 @Override
479 public Adapter createAdapter(Notifier target) 479 public Adapter createAdapter(Notifier target)
480 { 480 {
481 return modelSwitch.doSwitch((EObject)target); 481 return modelSwitch.doSwitch((EObject)target);
482 } 482 }
483 483
484 484
485 /** 485 /**
486 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript <em>Configuration Script</em>}'. 486 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript <em>Configuration Script</em>}'.
487 * <!-- begin-user-doc --> 487 * <!-- begin-user-doc -->
488 * This default implementation returns null so that we can easily ignore cases; 488 * This default implementation returns null so that we can easily ignore cases;
489 * it's useful to ignore a case when inheritance will catch all the cases anyway. 489 * it's useful to ignore a case when inheritance will catch all the cases anyway.
490 * <!-- end-user-doc --> 490 * <!-- end-user-doc -->
491 * @return the new adapter. 491 * @return the new adapter.
492 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript 492 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript
493 * @generated 493 * @generated
494 */ 494 */
495 public Adapter createConfigurationScriptAdapter() 495 public Adapter createConfigurationScriptAdapter()
496 { 496 {
497 return null; 497 return null;
498 } 498 }
499 499
500 /** 500 /**
501 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command <em>Command</em>}'. 501 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command <em>Command</em>}'.
502 * <!-- begin-user-doc --> 502 * <!-- begin-user-doc -->
503 * This default implementation returns null so that we can easily ignore cases; 503 * This default implementation returns null so that we can easily ignore cases;
504 * it's useful to ignore a case when inheritance will catch all the cases anyway. 504 * it's useful to ignore a case when inheritance will catch all the cases anyway.
505 * <!-- end-user-doc --> 505 * <!-- end-user-doc -->
506 * @return the new adapter. 506 * @return the new adapter.
507 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command 507 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command
508 * @generated 508 * @generated
509 */ 509 */
510 public Adapter createCommandAdapter() 510 public Adapter createCommandAdapter()
511 { 511 {
512 return null; 512 return null;
513 } 513 }
514 514
515 /** 515 /**
516 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'. 516 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'.
517 * <!-- begin-user-doc --> 517 * <!-- begin-user-doc -->
518 * This default implementation returns null so that we can easily ignore cases; 518 * This default implementation returns null so that we can easily ignore cases;
519 * it's useful to ignore a case when inheritance will catch all the cases anyway. 519 * it's useful to ignore a case when inheritance will catch all the cases anyway.
520 * <!-- end-user-doc --> 520 * <!-- end-user-doc -->
521 * @return the new adapter. 521 * @return the new adapter.
522 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import 522 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import
523 * @generated 523 * @generated
524 */ 524 */
525 public Adapter createImportAdapter() 525 public Adapter createImportAdapter()
526 { 526 {
527 return null; 527 return null;
528 } 528 }
529 529
530 /** 530 /**
531 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'. 531 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'.
532 * <!-- begin-user-doc --> 532 * <!-- begin-user-doc -->
533 * This default implementation returns null so that we can easily ignore cases; 533 * This default implementation returns null so that we can easily ignore cases;
534 * it's useful to ignore a case when inheritance will catch all the cases anyway. 534 * it's useful to ignore a case when inheritance will catch all the cases anyway.
535 * <!-- end-user-doc --> 535 * <!-- end-user-doc -->
536 * @return the new adapter. 536 * @return the new adapter.
537 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport 537 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport
538 * @generated 538 * @generated
539 */ 539 */
540 public Adapter createEPackageImportAdapter() 540 public Adapter createEPackageImportAdapter()
541 { 541 {
542 return null; 542 return null;
543 } 543 }
544 544
545 /** 545 /**
546 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'. 546 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'.
547 * <!-- begin-user-doc --> 547 * <!-- begin-user-doc -->
548 * This default implementation returns null so that we can easily ignore cases; 548 * This default implementation returns null so that we can easily ignore cases;
549 * it's useful to ignore a case when inheritance will catch all the cases anyway. 549 * it's useful to ignore a case when inheritance will catch all the cases anyway.
550 * <!-- end-user-doc --> 550 * <!-- end-user-doc -->
551 * @return the new adapter. 551 * @return the new adapter.
552 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport 552 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport
553 * @generated 553 * @generated
554 */ 554 */
555 public Adapter createViatraImportAdapter() 555 public Adapter createViatraImportAdapter()
556 { 556 {
557 return null; 557 return null;
558 } 558 }
559 559
560 /** 560 /**
561 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'. 561 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'.
562 * <!-- begin-user-doc --> 562 * <!-- begin-user-doc -->
563 * This default implementation returns null so that we can easily ignore cases; 563 * This default implementation returns null so that we can easily ignore cases;
564 * it's useful to ignore a case when inheritance will catch all the cases anyway. 564 * it's useful to ignore a case when inheritance will catch all the cases anyway.
565 * <!-- end-user-doc --> 565 * <!-- end-user-doc -->
566 * @return the new adapter. 566 * @return the new adapter.
567 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration 567 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration
568 * @generated 568 * @generated
569 */ 569 */
570 public Adapter createDeclarationAdapter() 570 public Adapter createDeclarationAdapter()
571 { 571 {
572 return null; 572 return null;
573 } 573 }
574 574
575 /** 575 /**
576 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification <em>File Specification</em>}'. 576 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification <em>File Specification</em>}'.
577 * <!-- begin-user-doc --> 577 * <!-- begin-user-doc -->
578 * This default implementation returns null so that we can easily ignore cases; 578 * This default implementation returns null so that we can easily ignore cases;
579 * it's useful to ignore a case when inheritance will catch all the cases anyway. 579 * it's useful to ignore a case when inheritance will catch all the cases anyway.
580 * <!-- end-user-doc --> 580 * <!-- end-user-doc -->
581 * @return the new adapter. 581 * @return the new adapter.
582 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification 582 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification
583 * @generated 583 * @generated
584 */ 584 */
585 public Adapter createFileSpecificationAdapter() 585 public Adapter createFileSpecificationAdapter()
586 { 586 {
587 return null; 587 return null;
588 } 588 }
589 589
590 /** 590 /**
591 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration <em>File Declaration</em>}'. 591 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration <em>File Declaration</em>}'.
592 * <!-- begin-user-doc --> 592 * <!-- begin-user-doc -->
593 * This default implementation returns null so that we can easily ignore cases; 593 * This default implementation returns null so that we can easily ignore cases;
594 * it's useful to ignore a case when inheritance will catch all the cases anyway. 594 * it's useful to ignore a case when inheritance will catch all the cases anyway.
595 * <!-- end-user-doc --> 595 * <!-- end-user-doc -->
596 * @return the new adapter. 596 * @return the new adapter.
597 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration 597 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration
598 * @generated 598 * @generated
599 */ 599 */
600 public Adapter createFileDeclarationAdapter() 600 public Adapter createFileDeclarationAdapter()
601 { 601 {
602 return null; 602 return null;
603 } 603 }
604 604
605 /** 605 /**
606 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference <em>File Reference</em>}'. 606 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference <em>File Reference</em>}'.
607 * <!-- begin-user-doc --> 607 * <!-- begin-user-doc -->
608 * This default implementation returns null so that we can easily ignore cases; 608 * This default implementation returns null so that we can easily ignore cases;
609 * it's useful to ignore a case when inheritance will catch all the cases anyway. 609 * it's useful to ignore a case when inheritance will catch all the cases anyway.
610 * <!-- end-user-doc --> 610 * <!-- end-user-doc -->
611 * @return the new adapter. 611 * @return the new adapter.
612 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference 612 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference
613 * @generated 613 * @generated
614 */ 614 */
615 public Adapter createFileReferenceAdapter() 615 public Adapter createFileReferenceAdapter()
616 { 616 {
617 return null; 617 return null;
618 } 618 }
619 619
620 /** 620 /**
621 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File <em>File</em>}'. 621 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File <em>File</em>}'.
622 * <!-- begin-user-doc --> 622 * <!-- begin-user-doc -->
623 * This default implementation returns null so that we can easily ignore cases; 623 * This default implementation returns null so that we can easily ignore cases;
624 * it's useful to ignore a case when inheritance will catch all the cases anyway. 624 * it's useful to ignore a case when inheritance will catch all the cases anyway.
625 * <!-- end-user-doc --> 625 * <!-- end-user-doc -->
626 * @return the new adapter. 626 * @return the new adapter.
627 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File 627 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File
628 * @generated 628 * @generated
629 */ 629 */
630 public Adapter createFileAdapter() 630 public Adapter createFileAdapter()
631 { 631 {
632 return null; 632 return null;
633 } 633 }
634 634
635 /** 635 /**
636 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification <em>Metamodel Specification</em>}'. 636 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification <em>Metamodel Specification</em>}'.
637 * <!-- begin-user-doc --> 637 * <!-- begin-user-doc -->
638 * This default implementation returns null so that we can easily ignore cases; 638 * This default implementation returns null so that we can easily ignore cases;
639 * it's useful to ignore a case when inheritance will catch all the cases anyway. 639 * it's useful to ignore a case when inheritance will catch all the cases anyway.
640 * <!-- end-user-doc --> 640 * <!-- end-user-doc -->
641 * @return the new adapter. 641 * @return the new adapter.
642 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification 642 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification
643 * @generated 643 * @generated
644 */ 644 */
645 public Adapter createMetamodelSpecificationAdapter() 645 public Adapter createMetamodelSpecificationAdapter()
646 { 646 {
647 return null; 647 return null;
648 } 648 }
649 649
650 /** 650 /**
651 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry <em>Metamodel Entry</em>}'. 651 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry <em>Metamodel Entry</em>}'.
652 * <!-- begin-user-doc --> 652 * <!-- begin-user-doc -->
653 * This default implementation returns null so that we can easily ignore cases; 653 * This default implementation returns null so that we can easily ignore cases;
654 * it's useful to ignore a case when inheritance will catch all the cases anyway. 654 * it's useful to ignore a case when inheritance will catch all the cases anyway.
655 * <!-- end-user-doc --> 655 * <!-- end-user-doc -->
656 * @return the new adapter. 656 * @return the new adapter.
657 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry 657 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry
658 * @generated 658 * @generated
659 */ 659 */
660 public Adapter createMetamodelEntryAdapter() 660 public Adapter createMetamodelEntryAdapter()
661 { 661 {
662 return null; 662 return null;
663 } 663 }
664 664
665 /** 665 /**
666 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry <em>All Package Entry</em>}'. 666 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry <em>All Package Entry</em>}'.
667 * <!-- begin-user-doc --> 667 * <!-- begin-user-doc -->
668 * This default implementation returns null so that we can easily ignore cases; 668 * This default implementation returns null so that we can easily ignore cases;
669 * it's useful to ignore a case when inheritance will catch all the cases anyway. 669 * it's useful to ignore a case when inheritance will catch all the cases anyway.
670 * <!-- end-user-doc --> 670 * <!-- end-user-doc -->
671 * @return the new adapter. 671 * @return the new adapter.
672 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry 672 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry
673 * @generated 673 * @generated
674 */ 674 */
675 public Adapter createAllPackageEntryAdapter() 675 public Adapter createAllPackageEntryAdapter()
676 { 676 {
677 return null; 677 return null;
678 } 678 }
679 679
680 /** 680 /**
681 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement <em>Metamodel Element</em>}'. 681 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement <em>Metamodel Element</em>}'.
682 * <!-- begin-user-doc --> 682 * <!-- begin-user-doc -->
683 * This default implementation returns null so that we can easily ignore cases; 683 * This default implementation returns null so that we can easily ignore cases;
684 * it's useful to ignore a case when inheritance will catch all the cases anyway. 684 * it's useful to ignore a case when inheritance will catch all the cases anyway.
685 * <!-- end-user-doc --> 685 * <!-- end-user-doc -->
686 * @return the new adapter. 686 * @return the new adapter.
687 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement 687 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement
688 * @generated 688 * @generated
689 */ 689 */
690 public Adapter createMetamodelElementAdapter() 690 public Adapter createMetamodelElementAdapter()
691 { 691 {
692 return null; 692 return null;
693 } 693 }
694 694
695 /** 695 /**
696 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration <em>Metamodel Declaration</em>}'. 696 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration <em>Metamodel Declaration</em>}'.
697 * <!-- begin-user-doc --> 697 * <!-- begin-user-doc -->
698 * This default implementation returns null so that we can easily ignore cases; 698 * This default implementation returns null so that we can easily ignore cases;
699 * it's useful to ignore a case when inheritance will catch all the cases anyway. 699 * it's useful to ignore a case when inheritance will catch all the cases anyway.
700 * <!-- end-user-doc --> 700 * <!-- end-user-doc -->
701 * @return the new adapter. 701 * @return the new adapter.
702 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration 702 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration
703 * @generated 703 * @generated
704 */ 704 */
705 public Adapter createMetamodelDeclarationAdapter() 705 public Adapter createMetamodelDeclarationAdapter()
706 { 706 {
707 return null; 707 return null;
708 } 708 }
709 709
710 /** 710 /**
711 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference <em>Metamodel Reference</em>}'. 711 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference <em>Metamodel Reference</em>}'.
712 * <!-- begin-user-doc --> 712 * <!-- begin-user-doc -->
713 * This default implementation returns null so that we can easily ignore cases; 713 * This default implementation returns null so that we can easily ignore cases;
714 * it's useful to ignore a case when inheritance will catch all the cases anyway. 714 * it's useful to ignore a case when inheritance will catch all the cases anyway.
715 * <!-- end-user-doc --> 715 * <!-- end-user-doc -->
716 * @return the new adapter. 716 * @return the new adapter.
717 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference 717 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference
718 * @generated 718 * @generated
719 */ 719 */
720 public Adapter createMetamodelReferenceAdapter() 720 public Adapter createMetamodelReferenceAdapter()
721 { 721 {
722 return null; 722 return null;
723 } 723 }
724 724
725 /** 725 /**
726 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel <em>Metamodel</em>}'. 726 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel <em>Metamodel</em>}'.
727 * <!-- begin-user-doc --> 727 * <!-- begin-user-doc -->
728 * This default implementation returns null so that we can easily ignore cases; 728 * This default implementation returns null so that we can easily ignore cases;
729 * it's useful to ignore a case when inheritance will catch all the cases anyway. 729 * it's useful to ignore a case when inheritance will catch all the cases anyway.
730 * <!-- end-user-doc --> 730 * <!-- end-user-doc -->
731 * @return the new adapter. 731 * @return the new adapter.
732 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel 732 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel
733 * @generated 733 * @generated
734 */ 734 */
735 public Adapter createMetamodelAdapter() 735 public Adapter createMetamodelAdapter()
736 { 736 {
737 return null; 737 return null;
738 } 738 }
739 739
740 /** 740 /**
741 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification <em>Partial Model Specification</em>}'. 741 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification <em>Partial Model Specification</em>}'.
742 * <!-- begin-user-doc --> 742 * <!-- begin-user-doc -->
743 * This default implementation returns null so that we can easily ignore cases; 743 * This default implementation returns null so that we can easily ignore cases;
744 * it's useful to ignore a case when inheritance will catch all the cases anyway. 744 * it's useful to ignore a case when inheritance will catch all the cases anyway.
745 * <!-- end-user-doc --> 745 * <!-- end-user-doc -->
746 * @return the new adapter. 746 * @return the new adapter.
747 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification 747 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification
748 * @generated 748 * @generated
749 */ 749 */
750 public Adapter createPartialModelSpecificationAdapter() 750 public Adapter createPartialModelSpecificationAdapter()
751 { 751 {
752 return null; 752 return null;
753 } 753 }
754 754
755 /** 755 /**
756 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry <em>Partial Model Entry</em>}'. 756 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry <em>Partial Model Entry</em>}'.
757 * <!-- begin-user-doc --> 757 * <!-- begin-user-doc -->
758 * This default implementation returns null so that we can easily ignore cases; 758 * This default implementation returns null so that we can easily ignore cases;
759 * it's useful to ignore a case when inheritance will catch all the cases anyway. 759 * it's useful to ignore a case when inheritance will catch all the cases anyway.
760 * <!-- end-user-doc --> 760 * <!-- end-user-doc -->
761 * @return the new adapter. 761 * @return the new adapter.
762 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry 762 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry
763 * @generated 763 * @generated
764 */ 764 */
765 public Adapter createPartialModelEntryAdapter() 765 public Adapter createPartialModelEntryAdapter()
766 { 766 {
767 return null; 767 return null;
768 } 768 }
769 769
770 /** 770 /**
771 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry <em>Model Entry</em>}'. 771 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry <em>Model Entry</em>}'.
772 * <!-- begin-user-doc --> 772 * <!-- begin-user-doc -->
773 * This default implementation returns null so that we can easily ignore cases; 773 * This default implementation returns null so that we can easily ignore cases;
774 * it's useful to ignore a case when inheritance will catch all the cases anyway. 774 * it's useful to ignore a case when inheritance will catch all the cases anyway.
775 * <!-- end-user-doc --> 775 * <!-- end-user-doc -->
776 * @return the new adapter. 776 * @return the new adapter.
777 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry 777 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry
778 * @generated 778 * @generated
779 */ 779 */
780 public Adapter createModelEntryAdapter() 780 public Adapter createModelEntryAdapter()
781 { 781 {
782 return null; 782 return null;
783 } 783 }
784 784
785 /** 785 /**
786 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry <em>Folder Entry</em>}'. 786 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry <em>Folder Entry</em>}'.
787 * <!-- begin-user-doc --> 787 * <!-- begin-user-doc -->
788 * This default implementation returns null so that we can easily ignore cases; 788 * This default implementation returns null so that we can easily ignore cases;
789 * it's useful to ignore a case when inheritance will catch all the cases anyway. 789 * it's useful to ignore a case when inheritance will catch all the cases anyway.
790 * <!-- end-user-doc --> 790 * <!-- end-user-doc -->
791 * @return the new adapter. 791 * @return the new adapter.
792 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry 792 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry
793 * @generated 793 * @generated
794 */ 794 */
795 public Adapter createFolderEntryAdapter() 795 public Adapter createFolderEntryAdapter()
796 { 796 {
797 return null; 797 return null;
798 } 798 }
799 799
800 /** 800 /**
801 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration <em>Partial Model Declaration</em>}'. 801 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration <em>Partial Model Declaration</em>}'.
802 * <!-- begin-user-doc --> 802 * <!-- begin-user-doc -->
803 * This default implementation returns null so that we can easily ignore cases; 803 * This default implementation returns null so that we can easily ignore cases;
804 * it's useful to ignore a case when inheritance will catch all the cases anyway. 804 * it's useful to ignore a case when inheritance will catch all the cases anyway.
805 * <!-- end-user-doc --> 805 * <!-- end-user-doc -->
806 * @return the new adapter. 806 * @return the new adapter.
807 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration 807 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration
808 * @generated 808 * @generated
809 */ 809 */
810 public Adapter createPartialModelDeclarationAdapter() 810 public Adapter createPartialModelDeclarationAdapter()
811 { 811 {
812 return null; 812 return null;
813 } 813 }
814 814
815 /** 815 /**
816 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference <em>Partial Model Reference</em>}'. 816 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference <em>Partial Model Reference</em>}'.
817 * <!-- begin-user-doc --> 817 * <!-- begin-user-doc -->
818 * This default implementation returns null so that we can easily ignore cases; 818 * This default implementation returns null so that we can easily ignore cases;
819 * it's useful to ignore a case when inheritance will catch all the cases anyway. 819 * it's useful to ignore a case when inheritance will catch all the cases anyway.
820 * <!-- end-user-doc --> 820 * <!-- end-user-doc -->
821 * @return the new adapter. 821 * @return the new adapter.
822 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference 822 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference
823 * @generated 823 * @generated
824 */ 824 */
825 public Adapter createPartialModelReferenceAdapter() 825 public Adapter createPartialModelReferenceAdapter()
826 { 826 {
827 return null; 827 return null;
828 } 828 }
829 829
830 /** 830 /**
831 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel <em>Partial Model</em>}'. 831 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel <em>Partial Model</em>}'.
832 * <!-- begin-user-doc --> 832 * <!-- begin-user-doc -->
833 * This default implementation returns null so that we can easily ignore cases; 833 * This default implementation returns null so that we can easily ignore cases;
834 * it's useful to ignore a case when inheritance will catch all the cases anyway. 834 * it's useful to ignore a case when inheritance will catch all the cases anyway.
835 * <!-- end-user-doc --> 835 * <!-- end-user-doc -->
836 * @return the new adapter. 836 * @return the new adapter.
837 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel 837 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel
838 * @generated 838 * @generated
839 */ 839 */
840 public Adapter createPartialModelAdapter() 840 public Adapter createPartialModelAdapter()
841 { 841 {
842 return null; 842 return null;
843 } 843 }
844 844
845 /** 845 /**
846 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification <em>Pattern Specification</em>}'. 846 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification <em>Pattern Specification</em>}'.
847 * <!-- begin-user-doc --> 847 * <!-- begin-user-doc -->
848 * This default implementation returns null so that we can easily ignore cases; 848 * This default implementation returns null so that we can easily ignore cases;
849 * it's useful to ignore a case when inheritance will catch all the cases anyway. 849 * it's useful to ignore a case when inheritance will catch all the cases anyway.
850 * <!-- end-user-doc --> 850 * <!-- end-user-doc -->
851 * @return the new adapter. 851 * @return the new adapter.
852 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification 852 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification
853 * @generated 853 * @generated
854 */ 854 */
855 public Adapter createPatternSpecificationAdapter() 855 public Adapter createPatternSpecificationAdapter()
856 { 856 {
857 return null; 857 return null;
858 } 858 }
859 859
860 /** 860 /**
861 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry <em>Pattern Entry</em>}'. 861 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry <em>Pattern Entry</em>}'.
862 * <!-- begin-user-doc --> 862 * <!-- begin-user-doc -->
863 * This default implementation returns null so that we can easily ignore cases; 863 * This default implementation returns null so that we can easily ignore cases;
864 * it's useful to ignore a case when inheritance will catch all the cases anyway. 864 * it's useful to ignore a case when inheritance will catch all the cases anyway.
865 * <!-- end-user-doc --> 865 * <!-- end-user-doc -->
866 * @return the new adapter. 866 * @return the new adapter.
867 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry 867 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry
868 * @generated 868 * @generated
869 */ 869 */
870 public Adapter createPatternEntryAdapter() 870 public Adapter createPatternEntryAdapter()
871 { 871 {
872 return null; 872 return null;
873 } 873 }
874 874
875 /** 875 /**
876 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry <em>All Pattern Entry</em>}'. 876 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry <em>All Pattern Entry</em>}'.
877 * <!-- begin-user-doc --> 877 * <!-- begin-user-doc -->
878 * This default implementation returns null so that we can easily ignore cases; 878 * This default implementation returns null so that we can easily ignore cases;
879 * it's useful to ignore a case when inheritance will catch all the cases anyway. 879 * it's useful to ignore a case when inheritance will catch all the cases anyway.
880 * <!-- end-user-doc --> 880 * <!-- end-user-doc -->
881 * @return the new adapter. 881 * @return the new adapter.
882 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry 882 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry
883 * @generated 883 * @generated
884 */ 884 */
885 public Adapter createAllPatternEntryAdapter() 885 public Adapter createAllPatternEntryAdapter()
886 { 886 {
887 return null; 887 return null;
888 } 888 }
889 889
890 /** 890 /**
891 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement <em>Pattern Element</em>}'. 891 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement <em>Pattern Element</em>}'.
892 * <!-- begin-user-doc --> 892 * <!-- begin-user-doc -->
893 * This default implementation returns null so that we can easily ignore cases; 893 * This default implementation returns null so that we can easily ignore cases;
894 * it's useful to ignore a case when inheritance will catch all the cases anyway. 894 * it's useful to ignore a case when inheritance will catch all the cases anyway.
895 * <!-- end-user-doc --> 895 * <!-- end-user-doc -->
896 * @return the new adapter. 896 * @return the new adapter.
897 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement 897 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement
898 * @generated 898 * @generated
899 */ 899 */
900 public Adapter createPatternElementAdapter() 900 public Adapter createPatternElementAdapter()
901 { 901 {
902 return null; 902 return null;
903 } 903 }
904 904
905 /** 905 /**
906 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration <em>Graph Pattern Declaration</em>}'. 906 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration <em>Graph Pattern Declaration</em>}'.
907 * <!-- begin-user-doc --> 907 * <!-- begin-user-doc -->
908 * This default implementation returns null so that we can easily ignore cases; 908 * This default implementation returns null so that we can easily ignore cases;
909 * it's useful to ignore a case when inheritance will catch all the cases anyway. 909 * it's useful to ignore a case when inheritance will catch all the cases anyway.
910 * <!-- end-user-doc --> 910 * <!-- end-user-doc -->
911 * @return the new adapter. 911 * @return the new adapter.
912 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration 912 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration
913 * @generated 913 * @generated
914 */ 914 */
915 public Adapter createGraphPatternDeclarationAdapter() 915 public Adapter createGraphPatternDeclarationAdapter()
916 { 916 {
917 return null; 917 return null;
918 } 918 }
919 919
920 /** 920 /**
921 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference <em>Graph Pattern Reference</em>}'. 921 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference <em>Graph Pattern Reference</em>}'.
922 * <!-- begin-user-doc --> 922 * <!-- begin-user-doc -->
923 * This default implementation returns null so that we can easily ignore cases; 923 * This default implementation returns null so that we can easily ignore cases;
924 * it's useful to ignore a case when inheritance will catch all the cases anyway. 924 * it's useful to ignore a case when inheritance will catch all the cases anyway.
925 * <!-- end-user-doc --> 925 * <!-- end-user-doc -->
926 * @return the new adapter. 926 * @return the new adapter.
927 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference 927 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference
928 * @generated 928 * @generated
929 */ 929 */
930 public Adapter createGraphPatternReferenceAdapter() 930 public Adapter createGraphPatternReferenceAdapter()
931 { 931 {
932 return null; 932 return null;
933 } 933 }
934 934
935 /** 935 /**
936 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern <em>Graph Pattern</em>}'. 936 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern <em>Graph Pattern</em>}'.
937 * <!-- begin-user-doc --> 937 * <!-- begin-user-doc -->
938 * This default implementation returns null so that we can easily ignore cases; 938 * This default implementation returns null so that we can easily ignore cases;
939 * it's useful to ignore a case when inheritance will catch all the cases anyway. 939 * it's useful to ignore a case when inheritance will catch all the cases anyway.
940 * <!-- end-user-doc --> 940 * <!-- end-user-doc -->
941 * @return the new adapter. 941 * @return the new adapter.
942 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern 942 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern
943 * @generated 943 * @generated
944 */ 944 */
945 public Adapter createGraphPatternAdapter() 945 public Adapter createGraphPatternAdapter()
946 { 946 {
947 return null; 947 return null;
948 } 948 }
949 949
950 /** 950 /**
951 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification <em>Objective Specification</em>}'. 951 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification <em>Objective Specification</em>}'.
952 * <!-- begin-user-doc --> 952 * <!-- begin-user-doc -->
953 * This default implementation returns null so that we can easily ignore cases; 953 * This default implementation returns null so that we can easily ignore cases;
954 * it's useful to ignore a case when inheritance will catch all the cases anyway. 954 * it's useful to ignore a case when inheritance will catch all the cases anyway.
955 * <!-- end-user-doc --> 955 * <!-- end-user-doc -->
956 * @return the new adapter. 956 * @return the new adapter.
957 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification 957 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification
958 * @generated 958 * @generated
959 */ 959 */
960 public Adapter createObjectiveSpecificationAdapter() 960 public Adapter createObjectiveSpecificationAdapter()
961 { 961 {
962 return null; 962 return null;
963 } 963 }
964 964
965 /** 965 /**
966 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry <em>Objective Entry</em>}'. 966 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry <em>Objective Entry</em>}'.
967 * <!-- begin-user-doc --> 967 * <!-- begin-user-doc -->
968 * This default implementation returns null so that we can easily ignore cases; 968 * This default implementation returns null so that we can easily ignore cases;
969 * it's useful to ignore a case when inheritance will catch all the cases anyway. 969 * it's useful to ignore a case when inheritance will catch all the cases anyway.
970 * <!-- end-user-doc --> 970 * <!-- end-user-doc -->
971 * @return the new adapter. 971 * @return the new adapter.
972 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry 972 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry
973 * @generated 973 * @generated
974 */ 974 */
975 public Adapter createObjectiveEntryAdapter() 975 public Adapter createObjectiveEntryAdapter()
976 { 976 {
977 return null; 977 return null;
978 } 978 }
979 979
980 /** 980 /**
981 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry <em>Optimization Entry</em>}'. 981 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry <em>Optimization Entry</em>}'.
982 * <!-- begin-user-doc --> 982 * <!-- begin-user-doc -->
983 * This default implementation returns null so that we can easily ignore cases; 983 * This default implementation returns null so that we can easily ignore cases;
984 * it's useful to ignore a case when inheritance will catch all the cases anyway. 984 * it's useful to ignore a case when inheritance will catch all the cases anyway.
985 * <!-- end-user-doc --> 985 * <!-- end-user-doc -->
986 * @return the new adapter. 986 * @return the new adapter.
987 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry 987 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry
988 * @generated 988 * @generated
989 */ 989 */
990 public Adapter createOptimizationEntryAdapter() 990 public Adapter createOptimizationEntryAdapter()
991 { 991 {
992 return null; 992 return null;
993 } 993 }
994 994
995 /** 995 /**
996 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry <em>Threshold Entry</em>}'. 996 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry <em>Threshold Entry</em>}'.
997 * <!-- begin-user-doc --> 997 * <!-- begin-user-doc -->
998 * This default implementation returns null so that we can easily ignore cases; 998 * This default implementation returns null so that we can easily ignore cases;
999 * it's useful to ignore a case when inheritance will catch all the cases anyway. 999 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1000 * <!-- end-user-doc --> 1000 * <!-- end-user-doc -->
1001 * @return the new adapter. 1001 * @return the new adapter.
1002 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry 1002 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry
1003 * @generated 1003 * @generated
1004 */ 1004 */
1005 public Adapter createThresholdEntryAdapter() 1005 public Adapter createThresholdEntryAdapter()
1006 { 1006 {
1007 return null; 1007 return null;
1008 } 1008 }
1009 1009
1010 /** 1010 /**
1011 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction <em>Objective Function</em>}'. 1011 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction <em>Objective Function</em>}'.
1012 * <!-- begin-user-doc --> 1012 * <!-- begin-user-doc -->
1013 * This default implementation returns null so that we can easily ignore cases; 1013 * This default implementation returns null so that we can easily ignore cases;
1014 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1014 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1015 * <!-- end-user-doc --> 1015 * <!-- end-user-doc -->
1016 * @return the new adapter. 1016 * @return the new adapter.
1017 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction 1017 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction
1018 * @generated 1018 * @generated
1019 */ 1019 */
1020 public Adapter createObjectiveFunctionAdapter() 1020 public Adapter createObjectiveFunctionAdapter()
1021 { 1021 {
1022 return null; 1022 return null;
1023 } 1023 }
1024 1024
1025 /** 1025 /**
1026 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction <em>Cost Objective Function</em>}'. 1026 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction <em>Cost Objective Function</em>}'.
1027 * <!-- begin-user-doc --> 1027 * <!-- begin-user-doc -->
1028 * This default implementation returns null so that we can easily ignore cases; 1028 * This default implementation returns null so that we can easily ignore cases;
1029 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1029 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1030 * <!-- end-user-doc --> 1030 * <!-- end-user-doc -->
1031 * @return the new adapter. 1031 * @return the new adapter.
1032 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction 1032 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction
1033 * @generated 1033 * @generated
1034 */ 1034 */
1035 public Adapter createCostObjectiveFunctionAdapter() 1035 public Adapter createCostObjectiveFunctionAdapter()
1036 { 1036 {
1037 return null; 1037 return null;
1038 } 1038 }
1039 1039
1040 /** 1040 /**
1041 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry <em>Cost Entry</em>}'. 1041 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry <em>Cost Entry</em>}'.
1042 * <!-- begin-user-doc --> 1042 * <!-- begin-user-doc -->
1043 * This default implementation returns null so that we can easily ignore cases; 1043 * This default implementation returns null so that we can easily ignore cases;
1044 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1044 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1045 * <!-- end-user-doc --> 1045 * <!-- end-user-doc -->
1046 * @return the new adapter. 1046 * @return the new adapter.
1047 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry 1047 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry
1048 * @generated 1048 * @generated
1049 */ 1049 */
1050 public Adapter createCostEntryAdapter() 1050 public Adapter createCostEntryAdapter()
1051 { 1051 {
1052 return null; 1052 return null;
1053 } 1053 }
1054 1054
1055 /** 1055 /**
1056 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration <em>Objective Declaration</em>}'. 1056 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration <em>Objective Declaration</em>}'.
1057 * <!-- begin-user-doc --> 1057 * <!-- begin-user-doc -->
1058 * This default implementation returns null so that we can easily ignore cases; 1058 * This default implementation returns null so that we can easily ignore cases;
1059 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1059 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1060 * <!-- end-user-doc --> 1060 * <!-- end-user-doc -->
1061 * @return the new adapter. 1061 * @return the new adapter.
1062 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration 1062 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration
1063 * @generated 1063 * @generated
1064 */ 1064 */
1065 public Adapter createObjectiveDeclarationAdapter() 1065 public Adapter createObjectiveDeclarationAdapter()
1066 { 1066 {
1067 return null; 1067 return null;
1068 } 1068 }
1069 1069
1070 /** 1070 /**
1071 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference <em>Objective Reference</em>}'. 1071 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference <em>Objective Reference</em>}'.
1072 * <!-- begin-user-doc --> 1072 * <!-- begin-user-doc -->
1073 * This default implementation returns null so that we can easily ignore cases; 1073 * This default implementation returns null so that we can easily ignore cases;
1074 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1074 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1075 * <!-- end-user-doc --> 1075 * <!-- end-user-doc -->
1076 * @return the new adapter. 1076 * @return the new adapter.
1077 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference 1077 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference
1078 * @generated 1078 * @generated
1079 */ 1079 */
1080 public Adapter createObjectiveReferenceAdapter() 1080 public Adapter createObjectiveReferenceAdapter()
1081 { 1081 {
1082 return null; 1082 return null;
1083 } 1083 }
1084 1084
1085 /** 1085 /**
1086 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective <em>Objective</em>}'. 1086 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective <em>Objective</em>}'.
1087 * <!-- begin-user-doc --> 1087 * <!-- begin-user-doc -->
1088 * This default implementation returns null so that we can easily ignore cases; 1088 * This default implementation returns null so that we can easily ignore cases;
1089 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1089 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1090 * <!-- end-user-doc --> 1090 * <!-- end-user-doc -->
1091 * @return the new adapter. 1091 * @return the new adapter.
1092 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective 1092 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective
1093 * @generated 1093 * @generated
1094 */ 1094 */
1095 public Adapter createObjectiveAdapter() 1095 public Adapter createObjectiveAdapter()
1096 { 1096 {
1097 return null; 1097 return null;
1098 } 1098 }
1099 1099
1100 /** 1100 /**
1101 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification <em>Config Specification</em>}'. 1101 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification <em>Config Specification</em>}'.
1102 * <!-- begin-user-doc --> 1102 * <!-- begin-user-doc -->
1103 * This default implementation returns null so that we can easily ignore cases; 1103 * This default implementation returns null so that we can easily ignore cases;
1104 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1104 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1105 * <!-- end-user-doc --> 1105 * <!-- end-user-doc -->
1106 * @return the new adapter. 1106 * @return the new adapter.
1107 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification 1107 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification
1108 * @generated 1108 * @generated
1109 */ 1109 */
1110 public Adapter createConfigSpecificationAdapter() 1110 public Adapter createConfigSpecificationAdapter()
1111 { 1111 {
1112 return null; 1112 return null;
1113 } 1113 }
1114 1114
1115 /** 1115 /**
1116 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration <em>Config Declaration</em>}'. 1116 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration <em>Config Declaration</em>}'.
1117 * <!-- begin-user-doc --> 1117 * <!-- begin-user-doc -->
1118 * This default implementation returns null so that we can easily ignore cases; 1118 * This default implementation returns null so that we can easily ignore cases;
1119 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1119 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1120 * <!-- end-user-doc --> 1120 * <!-- end-user-doc -->
1121 * @return the new adapter. 1121 * @return the new adapter.
1122 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration 1122 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration
1123 * @generated 1123 * @generated
1124 */ 1124 */
1125 public Adapter createConfigDeclarationAdapter() 1125 public Adapter createConfigDeclarationAdapter()
1126 { 1126 {
1127 return null; 1127 return null;
1128 } 1128 }
1129 1129
1130 /** 1130 /**
1131 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry <em>Config Entry</em>}'. 1131 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry <em>Config Entry</em>}'.
1132 * <!-- begin-user-doc --> 1132 * <!-- begin-user-doc -->
1133 * This default implementation returns null so that we can easily ignore cases; 1133 * This default implementation returns null so that we can easily ignore cases;
1134 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1134 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1135 * <!-- end-user-doc --> 1135 * <!-- end-user-doc -->
1136 * @return the new adapter. 1136 * @return the new adapter.
1137 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry 1137 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry
1138 * @generated 1138 * @generated
1139 */ 1139 */
1140 public Adapter createConfigEntryAdapter() 1140 public Adapter createConfigEntryAdapter()
1141 { 1141 {
1142 return null; 1142 return null;
1143 } 1143 }
1144 1144
1145 /** 1145 /**
1146 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry <em>Documentation Entry</em>}'. 1146 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry <em>Documentation Entry</em>}'.
1147 * <!-- begin-user-doc --> 1147 * <!-- begin-user-doc -->
1148 * This default implementation returns null so that we can easily ignore cases; 1148 * This default implementation returns null so that we can easily ignore cases;
1149 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1149 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1150 * <!-- end-user-doc --> 1150 * <!-- end-user-doc -->
1151 * @return the new adapter. 1151 * @return the new adapter.
1152 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry 1152 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry
1153 * @generated 1153 * @generated
1154 */ 1154 */
1155 public Adapter createDocumentationEntryAdapter() 1155 public Adapter createDocumentationEntryAdapter()
1156 { 1156 {
1157 return null; 1157 return null;
1158 } 1158 }
1159 1159
1160 /** 1160 /**
1161 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry <em>Runtime Entry</em>}'. 1161 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry <em>Runtime Entry</em>}'.
1162 * <!-- begin-user-doc --> 1162 * <!-- begin-user-doc -->
1163 * This default implementation returns null so that we can easily ignore cases; 1163 * This default implementation returns null so that we can easily ignore cases;
1164 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1164 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1165 * <!-- end-user-doc --> 1165 * <!-- end-user-doc -->
1166 * @return the new adapter. 1166 * @return the new adapter.
1167 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry 1167 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry
1168 * @generated 1168 * @generated
1169 */ 1169 */
1170 public Adapter createRuntimeEntryAdapter() 1170 public Adapter createRuntimeEntryAdapter()
1171 { 1171 {
1172 return null; 1172 return null;
1173 } 1173 }
1174 1174
1175 /** 1175 /**
1176 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry <em>Memory Entry</em>}'. 1176 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry <em>Memory Entry</em>}'.
1177 * <!-- begin-user-doc --> 1177 * <!-- begin-user-doc -->
1178 * This default implementation returns null so that we can easily ignore cases; 1178 * This default implementation returns null so that we can easily ignore cases;
1179 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1179 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1180 * <!-- end-user-doc --> 1180 * <!-- end-user-doc -->
1181 * @return the new adapter. 1181 * @return the new adapter.
1182 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry 1182 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry
1183 * @generated 1183 * @generated
1184 */ 1184 */
1185 public Adapter createMemoryEntryAdapter() 1185 public Adapter createMemoryEntryAdapter()
1186 { 1186 {
1187 return null; 1187 return null;
1188 } 1188 }
1189 1189
1190 /** 1190 /**
1191 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry <em>Custom Entry</em>}'. 1191 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry <em>Custom Entry</em>}'.
1192 * <!-- begin-user-doc --> 1192 * <!-- begin-user-doc -->
1193 * This default implementation returns null so that we can easily ignore cases; 1193 * This default implementation returns null so that we can easily ignore cases;
1194 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1194 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1195 * <!-- end-user-doc --> 1195 * <!-- end-user-doc -->
1196 * @return the new adapter. 1196 * @return the new adapter.
1197 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry 1197 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry
1198 * @generated 1198 * @generated
1199 */ 1199 */
1200 public Adapter createCustomEntryAdapter() 1200 public Adapter createCustomEntryAdapter()
1201 { 1201 {
1202 return null; 1202 return null;
1203 } 1203 }
1204 1204
1205 /** 1205 /**
1206 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'. 1206 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'.
1207 * <!-- begin-user-doc --> 1207 * <!-- begin-user-doc -->
1208 * This default implementation returns null so that we can easily ignore cases; 1208 * This default implementation returns null so that we can easily ignore cases;
1209 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1209 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1210 * <!-- end-user-doc --> 1210 * <!-- end-user-doc -->
1211 * @return the new adapter. 1211 * @return the new adapter.
1212 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference 1212 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference
1213 * @generated 1213 * @generated
1214 */ 1214 */
1215 public Adapter createConfigReferenceAdapter() 1215 public Adapter createConfigReferenceAdapter()
1216 { 1216 {
1217 return null; 1217 return null;
1218 } 1218 }
1219 1219
1220 /** 1220 /**
1221 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config <em>Config</em>}'. 1221 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config <em>Config</em>}'.
1222 * <!-- begin-user-doc --> 1222 * <!-- begin-user-doc -->
1223 * This default implementation returns null so that we can easily ignore cases; 1223 * This default implementation returns null so that we can easily ignore cases;
1224 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1224 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1225 * <!-- end-user-doc --> 1225 * <!-- end-user-doc -->
1226 * @return the new adapter. 1226 * @return the new adapter.
1227 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config 1227 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config
1228 * @generated 1228 * @generated
1229 */ 1229 */
1230 public Adapter createConfigAdapter() 1230 public Adapter createConfigAdapter()
1231 { 1231 {
1232 return null; 1232 return null;
1233 } 1233 }
1234 1234
1235 /** 1235 /**
1236 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification <em>Scope Specification</em>}'. 1236 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification <em>Scope Specification</em>}'.
1237 * <!-- begin-user-doc --> 1237 * <!-- begin-user-doc -->
1238 * This default implementation returns null so that we can easily ignore cases; 1238 * This default implementation returns null so that we can easily ignore cases;
1239 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1239 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1240 * <!-- end-user-doc --> 1240 * <!-- end-user-doc -->
1241 * @return the new adapter. 1241 * @return the new adapter.
1242 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification 1242 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification
1243 * @generated 1243 * @generated
1244 */ 1244 */
1245 public Adapter createScopeSpecificationAdapter() 1245 public Adapter createScopeSpecificationAdapter()
1246 { 1246 {
1247 return null; 1247 return null;
1248 } 1248 }
1249 1249
1250 /** 1250 /**
1251 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope <em>Type Scope</em>}'. 1251 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope <em>Type Scope</em>}'.
1252 * <!-- begin-user-doc --> 1252 * <!-- begin-user-doc -->
1253 * This default implementation returns null so that we can easily ignore cases; 1253 * This default implementation returns null so that we can easily ignore cases;
1254 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1254 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1255 * <!-- end-user-doc --> 1255 * <!-- end-user-doc -->
1256 * @return the new adapter. 1256 * @return the new adapter.
1257 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope 1257 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope
1258 * @generated 1258 * @generated
1259 */ 1259 */
1260 public Adapter createTypeScopeAdapter() 1260 public Adapter createTypeScopeAdapter()
1261 { 1261 {
1262 return null; 1262 return null;
1263 } 1263 }
1264 1264
1265 /** 1265 /**
1266 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope <em>Class Type Scope</em>}'. 1266 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope <em>Class Type Scope</em>}'.
1267 * <!-- begin-user-doc --> 1267 * <!-- begin-user-doc -->
1268 * This default implementation returns null so that we can easily ignore cases; 1268 * This default implementation returns null so that we can easily ignore cases;
1269 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1269 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1270 * <!-- end-user-doc --> 1270 * <!-- end-user-doc -->
1271 * @return the new adapter. 1271 * @return the new adapter.
1272 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope 1272 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope
1273 * @generated 1273 * @generated
1274 */ 1274 */
1275 public Adapter createClassTypeScopeAdapter() 1275 public Adapter createClassTypeScopeAdapter()
1276 { 1276 {
1277 return null; 1277 return null;
1278 } 1278 }
1279 1279
1280 /** 1280 /**
1281 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope <em>Object Type Scope</em>}'. 1281 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope <em>Object Type Scope</em>}'.
1282 * <!-- begin-user-doc --> 1282 * <!-- begin-user-doc -->
1283 * This default implementation returns null so that we can easily ignore cases; 1283 * This default implementation returns null so that we can easily ignore cases;
1284 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1284 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1285 * <!-- end-user-doc --> 1285 * <!-- end-user-doc -->
1286 * @return the new adapter. 1286 * @return the new adapter.
1287 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope 1287 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope
1288 * @generated 1288 * @generated
1289 */ 1289 */
1290 public Adapter createObjectTypeScopeAdapter() 1290 public Adapter createObjectTypeScopeAdapter()
1291 { 1291 {
1292 return null; 1292 return null;
1293 } 1293 }
1294 1294
1295 /** 1295 /**
1296 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope <em>Integer Type Scope</em>}'. 1296 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope <em>Integer Type Scope</em>}'.
1297 * <!-- begin-user-doc --> 1297 * <!-- begin-user-doc -->
1298 * This default implementation returns null so that we can easily ignore cases; 1298 * This default implementation returns null so that we can easily ignore cases;
1299 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1299 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1300 * <!-- end-user-doc --> 1300 * <!-- end-user-doc -->
1301 * @return the new adapter. 1301 * @return the new adapter.
1302 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope 1302 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope
1303 * @generated 1303 * @generated
1304 */ 1304 */
1305 public Adapter createIntegerTypeScopeAdapter() 1305 public Adapter createIntegerTypeScopeAdapter()
1306 { 1306 {
1307 return null; 1307 return null;
1308 } 1308 }
1309 1309
1310 /** 1310 /**
1311 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope <em>Real Type Scope</em>}'. 1311 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope <em>Real Type Scope</em>}'.
1312 * <!-- begin-user-doc --> 1312 * <!-- begin-user-doc -->
1313 * This default implementation returns null so that we can easily ignore cases; 1313 * This default implementation returns null so that we can easily ignore cases;
1314 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1314 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1315 * <!-- end-user-doc --> 1315 * <!-- end-user-doc -->
1316 * @return the new adapter. 1316 * @return the new adapter.
1317 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope 1317 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope
1318 * @generated 1318 * @generated
1319 */ 1319 */
1320 public Adapter createRealTypeScopeAdapter() 1320 public Adapter createRealTypeScopeAdapter()
1321 { 1321 {
1322 return null; 1322 return null;
1323 } 1323 }
1324 1324
1325 /** 1325 /**
1326 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope <em>String Type Scope</em>}'. 1326 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope <em>String Type Scope</em>}'.
1327 * <!-- begin-user-doc --> 1327 * <!-- begin-user-doc -->
1328 * This default implementation returns null so that we can easily ignore cases; 1328 * This default implementation returns null so that we can easily ignore cases;
1329 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1329 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1330 * <!-- end-user-doc --> 1330 * <!-- end-user-doc -->
1331 * @return the new adapter. 1331 * @return the new adapter.
1332 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope 1332 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope
1333 * @generated 1333 * @generated
1334 */ 1334 */
1335 public Adapter createStringTypeScopeAdapter() 1335 public Adapter createStringTypeScopeAdapter()
1336 { 1336 {
1337 return null; 1337 return null;
1338 } 1338 }
1339 1339
1340 /** 1340 /**
1341 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference <em>Type Reference</em>}'. 1341 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference <em>Type Reference</em>}'.
1342 * <!-- begin-user-doc --> 1342 * <!-- begin-user-doc -->
1343 * This default implementation returns null so that we can easily ignore cases; 1343 * This default implementation returns null so that we can easily ignore cases;
1344 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1344 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1345 * <!-- end-user-doc --> 1345 * <!-- end-user-doc -->
1346 * @return the new adapter. 1346 * @return the new adapter.
1347 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference 1347 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference
1348 * @generated 1348 * @generated
1349 */ 1349 */
1350 public Adapter createTypeReferenceAdapter() 1350 public Adapter createTypeReferenceAdapter()
1351 { 1351 {
1352 return null; 1352 return null;
1353 } 1353 }
1354 1354
1355 /** 1355 /**
1356 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference <em>Class Reference</em>}'. 1356 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference <em>Class Reference</em>}'.
1357 * <!-- begin-user-doc --> 1357 * <!-- begin-user-doc -->
1358 * This default implementation returns null so that we can easily ignore cases; 1358 * This default implementation returns null so that we can easily ignore cases;
1359 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1359 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1360 * <!-- end-user-doc --> 1360 * <!-- end-user-doc -->
1361 * @return the new adapter. 1361 * @return the new adapter.
1362 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference 1362 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference
1363 * @generated 1363 * @generated
1364 */ 1364 */
1365 public Adapter createClassReferenceAdapter() 1365 public Adapter createClassReferenceAdapter()
1366 { 1366 {
1367 return null; 1367 return null;
1368 } 1368 }
1369 1369
1370 /** 1370 /**
1371 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference <em>Object Reference</em>}'. 1371 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference <em>Object Reference</em>}'.
1372 * <!-- begin-user-doc --> 1372 * <!-- begin-user-doc -->
1373 * This default implementation returns null so that we can easily ignore cases; 1373 * This default implementation returns null so that we can easily ignore cases;
1374 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1374 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1375 * <!-- end-user-doc --> 1375 * <!-- end-user-doc -->
1376 * @return the new adapter. 1376 * @return the new adapter.
1377 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference 1377 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference
1378 * @generated 1378 * @generated
1379 */ 1379 */
1380 public Adapter createObjectReferenceAdapter() 1380 public Adapter createObjectReferenceAdapter()
1381 { 1381 {
1382 return null; 1382 return null;
1383 } 1383 }
1384 1384
1385 /** 1385 /**
1386 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference <em>Integer Reference</em>}'. 1386 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference <em>Integer Reference</em>}'.
1387 * <!-- begin-user-doc --> 1387 * <!-- begin-user-doc -->
1388 * This default implementation returns null so that we can easily ignore cases; 1388 * This default implementation returns null so that we can easily ignore cases;
1389 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1389 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1390 * <!-- end-user-doc --> 1390 * <!-- end-user-doc -->
1391 * @return the new adapter. 1391 * @return the new adapter.
1392 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference 1392 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference
1393 * @generated 1393 * @generated
1394 */ 1394 */
1395 public Adapter createIntegerReferenceAdapter() 1395 public Adapter createIntegerReferenceAdapter()
1396 { 1396 {
1397 return null; 1397 return null;
1398 } 1398 }
1399 1399
1400 /** 1400 /**
1401 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference <em>Real Reference</em>}'. 1401 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference <em>Real Reference</em>}'.
1402 * <!-- begin-user-doc --> 1402 * <!-- begin-user-doc -->
1403 * This default implementation returns null so that we can easily ignore cases; 1403 * This default implementation returns null so that we can easily ignore cases;
1404 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1404 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1405 * <!-- end-user-doc --> 1405 * <!-- end-user-doc -->
1406 * @return the new adapter. 1406 * @return the new adapter.
1407 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference 1407 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference
1408 * @generated 1408 * @generated
1409 */ 1409 */
1410 public Adapter createRealReferenceAdapter() 1410 public Adapter createRealReferenceAdapter()
1411 { 1411 {
1412 return null; 1412 return null;
1413 } 1413 }
1414 1414
1415 /** 1415 /**
1416 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference <em>String Reference</em>}'. 1416 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference <em>String Reference</em>}'.
1417 * <!-- begin-user-doc --> 1417 * <!-- begin-user-doc -->
1418 * This default implementation returns null so that we can easily ignore cases; 1418 * This default implementation returns null so that we can easily ignore cases;
1419 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1419 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1420 * <!-- end-user-doc --> 1420 * <!-- end-user-doc -->
1421 * @return the new adapter. 1421 * @return the new adapter.
1422 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference 1422 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference
1423 * @generated 1423 * @generated
1424 */ 1424 */
1425 public Adapter createStringReferenceAdapter() 1425 public Adapter createStringReferenceAdapter()
1426 { 1426 {
1427 return null; 1427 return null;
1428 } 1428 }
1429 1429
1430 /** 1430 /**
1431 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification <em>Number Specification</em>}'. 1431 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification <em>Number Specification</em>}'.
1432 * <!-- begin-user-doc --> 1432 * <!-- begin-user-doc -->
1433 * This default implementation returns null so that we can easily ignore cases; 1433 * This default implementation returns null so that we can easily ignore cases;
1434 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1434 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1435 * <!-- end-user-doc --> 1435 * <!-- end-user-doc -->
1436 * @return the new adapter. 1436 * @return the new adapter.
1437 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification 1437 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification
1438 * @generated 1438 * @generated
1439 */ 1439 */
1440 public Adapter createNumberSpecificationAdapter() 1440 public Adapter createNumberSpecificationAdapter()
1441 { 1441 {
1442 return null; 1442 return null;
1443 } 1443 }
1444 1444
1445 /** 1445 /**
1446 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber <em>Exact Number</em>}'. 1446 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber <em>Exact Number</em>}'.
1447 * <!-- begin-user-doc --> 1447 * <!-- begin-user-doc -->
1448 * This default implementation returns null so that we can easily ignore cases; 1448 * This default implementation returns null so that we can easily ignore cases;
1449 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1449 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1450 * <!-- end-user-doc --> 1450 * <!-- end-user-doc -->
1451 * @return the new adapter. 1451 * @return the new adapter.
1452 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber 1452 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber
1453 * @generated 1453 * @generated
1454 */ 1454 */
1455 public Adapter createExactNumberAdapter() 1455 public Adapter createExactNumberAdapter()
1456 { 1456 {
1457 return null; 1457 return null;
1458 } 1458 }
1459 1459
1460 /** 1460 /**
1461 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber <em>Intervall Number</em>}'. 1461 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber <em>Intervall Number</em>}'.
1462 * <!-- begin-user-doc --> 1462 * <!-- begin-user-doc -->
1463 * This default implementation returns null so that we can easily ignore cases; 1463 * This default implementation returns null so that we can easily ignore cases;
1464 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1464 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1465 * <!-- end-user-doc --> 1465 * <!-- end-user-doc -->
1466 * @return the new adapter. 1466 * @return the new adapter.
1467 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber 1467 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber
1468 * @generated 1468 * @generated
1469 */ 1469 */
1470 public Adapter createIntervallNumberAdapter() 1470 public Adapter createIntervallNumberAdapter()
1471 { 1471 {
1472 return null; 1472 return null;
1473 } 1473 }
1474 1474
1475 /** 1475 /**
1476 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation <em>Int Enumberation</em>}'. 1476 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation <em>Int Enumberation</em>}'.
1477 * <!-- begin-user-doc --> 1477 * <!-- begin-user-doc -->
1478 * This default implementation returns null so that we can easily ignore cases; 1478 * This default implementation returns null so that we can easily ignore cases;
1479 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1479 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1480 * <!-- end-user-doc --> 1480 * <!-- end-user-doc -->
1481 * @return the new adapter. 1481 * @return the new adapter.
1482 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation 1482 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation
1483 * @generated 1483 * @generated
1484 */ 1484 */
1485 public Adapter createIntEnumberationAdapter() 1485 public Adapter createIntEnumberationAdapter()
1486 { 1486 {
1487 return null; 1487 return null;
1488 } 1488 }
1489 1489
1490 /** 1490 /**
1491 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration <em>Real Enumeration</em>}'. 1491 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration <em>Real Enumeration</em>}'.
1492 * <!-- begin-user-doc --> 1492 * <!-- begin-user-doc -->
1493 * This default implementation returns null so that we can easily ignore cases; 1493 * This default implementation returns null so that we can easily ignore cases;
1494 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1494 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1495 * <!-- end-user-doc --> 1495 * <!-- end-user-doc -->
1496 * @return the new adapter. 1496 * @return the new adapter.
1497 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration 1497 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration
1498 * @generated 1498 * @generated
1499 */ 1499 */
1500 public Adapter createRealEnumerationAdapter() 1500 public Adapter createRealEnumerationAdapter()
1501 { 1501 {
1502 return null; 1502 return null;
1503 } 1503 }
1504 1504
1505 /** 1505 /**
1506 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration <em>String Enumeration</em>}'. 1506 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration <em>String Enumeration</em>}'.
1507 * <!-- begin-user-doc --> 1507 * <!-- begin-user-doc -->
1508 * This default implementation returns null so that we can easily ignore cases; 1508 * This default implementation returns null so that we can easily ignore cases;
1509 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1509 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1510 * <!-- end-user-doc --> 1510 * <!-- end-user-doc -->
1511 * @return the new adapter. 1511 * @return the new adapter.
1512 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration 1512 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration
1513 * @generated 1513 * @generated
1514 */ 1514 */
1515 public Adapter createStringEnumerationAdapter() 1515 public Adapter createStringEnumerationAdapter()
1516 { 1516 {
1517 return null; 1517 return null;
1518 } 1518 }
1519 1519
1520 /** 1520 /**
1521 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration <em>Scope Declaration</em>}'. 1521 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration <em>Scope Declaration</em>}'.
1522 * <!-- begin-user-doc --> 1522 * <!-- begin-user-doc -->
1523 * This default implementation returns null so that we can easily ignore cases; 1523 * This default implementation returns null so that we can easily ignore cases;
1524 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1524 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1525 * <!-- end-user-doc --> 1525 * <!-- end-user-doc -->
1526 * @return the new adapter. 1526 * @return the new adapter.
1527 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration 1527 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration
1528 * @generated 1528 * @generated
1529 */ 1529 */
1530 public Adapter createScopeDeclarationAdapter() 1530 public Adapter createScopeDeclarationAdapter()
1531 { 1531 {
1532 return null; 1532 return null;
1533 } 1533 }
1534 1534
1535 /** 1535 /**
1536 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference <em>Scope Reference</em>}'. 1536 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference <em>Scope Reference</em>}'.
1537 * <!-- begin-user-doc --> 1537 * <!-- begin-user-doc -->
1538 * This default implementation returns null so that we can easily ignore cases; 1538 * This default implementation returns null so that we can easily ignore cases;
1539 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1539 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1540 * <!-- end-user-doc --> 1540 * <!-- end-user-doc -->
1541 * @return the new adapter. 1541 * @return the new adapter.
1542 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference 1542 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference
1543 * @generated 1543 * @generated
1544 */ 1544 */
1545 public Adapter createScopeReferenceAdapter() 1545 public Adapter createScopeReferenceAdapter()
1546 { 1546 {
1547 return null; 1547 return null;
1548 } 1548 }
1549 1549
1550 /** 1550 /**
1551 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope <em>Scope</em>}'. 1551 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope <em>Scope</em>}'.
1552 * <!-- begin-user-doc --> 1552 * <!-- begin-user-doc -->
1553 * This default implementation returns null so that we can easily ignore cases; 1553 * This default implementation returns null so that we can easily ignore cases;
1554 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1554 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1555 * <!-- end-user-doc --> 1555 * <!-- end-user-doc -->
1556 * @return the new adapter. 1556 * @return the new adapter.
1557 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope 1557 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope
1558 * @generated 1558 * @generated
1559 */ 1559 */
1560 public Adapter createScopeAdapter() 1560 public Adapter createScopeAdapter()
1561 { 1561 {
1562 return null; 1562 return null;
1563 } 1563 }
1564 1564
1565 /** 1565 /**
1566 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task <em>Task</em>}'. 1566 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task <em>Task</em>}'.
1567 * <!-- begin-user-doc --> 1567 * <!-- begin-user-doc -->
1568 * This default implementation returns null so that we can easily ignore cases; 1568 * This default implementation returns null so that we can easily ignore cases;
1569 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1569 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1570 * <!-- end-user-doc --> 1570 * <!-- end-user-doc -->
1571 * @return the new adapter. 1571 * @return the new adapter.
1572 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task 1572 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task
1573 * @generated 1573 * @generated
1574 */ 1574 */
1575 public Adapter createTaskAdapter() 1575 public Adapter createTaskAdapter()
1576 { 1576 {
1577 return null; 1577 return null;
1578 } 1578 }
1579 1579
1580 /** 1580 /**
1581 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask <em>Generation Task</em>}'. 1581 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask <em>Generation Task</em>}'.
1582 * <!-- begin-user-doc --> 1582 * <!-- begin-user-doc -->
1583 * This default implementation returns null so that we can easily ignore cases; 1583 * This default implementation returns null so that we can easily ignore cases;
1584 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1584 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1585 * <!-- end-user-doc --> 1585 * <!-- end-user-doc -->
1586 * @return the new adapter. 1586 * @return the new adapter.
1587 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask 1587 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask
1588 * @generated 1588 * @generated
1589 */ 1589 */
1590 public Adapter createGenerationTaskAdapter() 1590 public Adapter createGenerationTaskAdapter()
1591 { 1591 {
1592 return null; 1592 return null;
1593 } 1593 }
1594 1594
1595 /** 1595 /**
1596 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope <em>Integer Scope</em>}'. 1596 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope <em>Integer Scope</em>}'.
1597 * <!-- begin-user-doc --> 1597 * <!-- begin-user-doc -->
1598 * This default implementation returns null so that we can easily ignore cases; 1598 * This default implementation returns null so that we can easily ignore cases;
1599 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1599 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1600 * <!-- end-user-doc --> 1600 * <!-- end-user-doc -->
1601 * @return the new adapter. 1601 * @return the new adapter.
1602 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope 1602 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope
1603 * @generated 1603 * @generated
1604 */ 1604 */
1605 public Adapter createIntegerScopeAdapter() 1605 public Adapter createIntegerScopeAdapter()
1606 { 1606 {
1607 return null; 1607 return null;
1608 } 1608 }
1609 1609
1610 /** 1610 /**
1611 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope <em>Real Scope</em>}'. 1611 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope <em>Real Scope</em>}'.
1612 * <!-- begin-user-doc --> 1612 * <!-- begin-user-doc -->
1613 * This default implementation returns null so that we can easily ignore cases; 1613 * This default implementation returns null so that we can easily ignore cases;
1614 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1614 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1615 * <!-- end-user-doc --> 1615 * <!-- end-user-doc -->
1616 * @return the new adapter. 1616 * @return the new adapter.
1617 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope 1617 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope
1618 * @generated 1618 * @generated
1619 */ 1619 */
1620 public Adapter createRealScopeAdapter() 1620 public Adapter createRealScopeAdapter()
1621 { 1621 {
1622 return null; 1622 return null;
1623 } 1623 }
1624 1624
1625 /** 1625 /**
1626 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope <em>String Scope</em>}'. 1626 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope <em>String Scope</em>}'.
1627 * <!-- begin-user-doc --> 1627 * <!-- begin-user-doc -->
1628 * This default implementation returns null so that we can easily ignore cases; 1628 * This default implementation returns null so that we can easily ignore cases;
1629 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1629 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1630 * <!-- end-user-doc --> 1630 * <!-- end-user-doc -->
1631 * @return the new adapter. 1631 * @return the new adapter.
1632 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope 1632 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope
1633 * @generated 1633 * @generated
1634 */ 1634 */
1635 public Adapter createStringScopeAdapter() 1635 public Adapter createStringScopeAdapter()
1636 { 1636 {
1637 return null; 1637 return null;
1638 } 1638 }
1639 1639
1640 /** 1640 /**
1641 * Creates a new adapter for the default case. 1641 * Creates a new adapter for the default case.
1642 * <!-- begin-user-doc --> 1642 * <!-- begin-user-doc -->
1643 * This default implementation returns null. 1643 * This default implementation returns null.
1644 * <!-- end-user-doc --> 1644 * <!-- end-user-doc -->
1645 * @return the new adapter. 1645 * @return the new adapter.
1646 * @generated 1646 * @generated
1647 */ 1647 */
1648 public Adapter createEObjectAdapter() 1648 public Adapter createEObjectAdapter()
1649 { 1649 {
1650 return null; 1650 return null;
1651 } 1651 }
1652 1652
1653} //ApplicationConfigurationAdapterFactory 1653} //ApplicationConfigurationAdapterFactory
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
index e526fac8..cc80500e 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
@@ -1,1936 +1,1936 @@
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.util; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.util;
5 5
6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*; 6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*;
7 7
8import org.eclipse.emf.ecore.EObject; 8import org.eclipse.emf.ecore.EObject;
9import org.eclipse.emf.ecore.EPackage; 9import org.eclipse.emf.ecore.EPackage;
10 10
11import org.eclipse.emf.ecore.util.Switch; 11import org.eclipse.emf.ecore.util.Switch;
12 12
13/** 13/**
14 * <!-- begin-user-doc --> 14 * <!-- begin-user-doc -->
15 * The <b>Switch</b> for the model's inheritance hierarchy. 15 * The <b>Switch</b> for the model's inheritance hierarchy.
16 * It supports the call {@link #doSwitch(EObject) doSwitch(object)} 16 * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
17 * to invoke the <code>caseXXX</code> method for each class of the model, 17 * to invoke the <code>caseXXX</code> method for each class of the model,
18 * starting with the actual class of the object 18 * starting with the actual class of the object
19 * and proceeding up the inheritance hierarchy 19 * and proceeding up the inheritance hierarchy
20 * until a non-null result is returned, 20 * until a non-null result is returned,
21 * which is the result of the switch. 21 * which is the result of the switch.
22 * <!-- end-user-doc --> 22 * <!-- end-user-doc -->
23 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage 23 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage
24 * @generated 24 * @generated
25 */ 25 */
26public class ApplicationConfigurationSwitch<T> extends Switch<T> 26public class ApplicationConfigurationSwitch<T> extends Switch<T>
27{ 27{
28 /** 28 /**
29 * The cached model package 29 * The cached model package
30 * <!-- begin-user-doc --> 30 * <!-- begin-user-doc -->
31 * <!-- end-user-doc --> 31 * <!-- end-user-doc -->
32 * @generated 32 * @generated
33 */ 33 */
34 protected static ApplicationConfigurationPackage modelPackage; 34 protected static ApplicationConfigurationPackage modelPackage;
35 35
36 /** 36 /**
37 * Creates an instance of the switch. 37 * Creates an instance of the switch.
38 * <!-- begin-user-doc --> 38 * <!-- begin-user-doc -->
39 * <!-- end-user-doc --> 39 * <!-- end-user-doc -->
40 * @generated 40 * @generated
41 */ 41 */
42 public ApplicationConfigurationSwitch() 42 public ApplicationConfigurationSwitch()
43 { 43 {
44 if (modelPackage == null) 44 if (modelPackage == null)
45 { 45 {
46 modelPackage = ApplicationConfigurationPackage.eINSTANCE; 46 modelPackage = ApplicationConfigurationPackage.eINSTANCE;
47 } 47 }
48 } 48 }
49 49
50 /** 50 /**
51 * Checks whether this is a switch for the given package. 51 * Checks whether this is a switch for the given package.
52 * <!-- begin-user-doc --> 52 * <!-- begin-user-doc -->
53 * <!-- end-user-doc --> 53 * <!-- end-user-doc -->
54 * @param ePackage the package in question. 54 * @param ePackage the package in question.
55 * @return whether this is a switch for the given package. 55 * @return whether this is a switch for the given package.
56 * @generated 56 * @generated
57 */ 57 */
58 @Override 58 @Override
59 protected boolean isSwitchFor(EPackage ePackage) 59 protected boolean isSwitchFor(EPackage ePackage)
60 { 60 {
61 return ePackage == modelPackage; 61 return ePackage == modelPackage;
62 } 62 }
63 63
64 /** 64 /**
65 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result. 65 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
66 * <!-- begin-user-doc --> 66 * <!-- begin-user-doc -->
67 * <!-- end-user-doc --> 67 * <!-- end-user-doc -->
68 * @return the first non-null result returned by a <code>caseXXX</code> call. 68 * @return the first non-null result returned by a <code>caseXXX</code> call.
69 * @generated 69 * @generated
70 */ 70 */
71 @Override 71 @Override
72 protected T doSwitch(int classifierID, EObject theEObject) 72 protected T doSwitch(int classifierID, EObject theEObject)
73 { 73 {
74 switch (classifierID) 74 switch (classifierID)
75 { 75 {
76 case ApplicationConfigurationPackage.CONFIGURATION_SCRIPT: 76 case ApplicationConfigurationPackage.CONFIGURATION_SCRIPT:
77 { 77 {
78 ConfigurationScript configurationScript = (ConfigurationScript)theEObject; 78 ConfigurationScript configurationScript = (ConfigurationScript)theEObject;
79 T result = caseConfigurationScript(configurationScript); 79 T result = caseConfigurationScript(configurationScript);
80 if (result == null) result = defaultCase(theEObject); 80 if (result == null) result = defaultCase(theEObject);
81 return result; 81 return result;
82 } 82 }
83 case ApplicationConfigurationPackage.COMMAND: 83 case ApplicationConfigurationPackage.COMMAND:
84 { 84 {
85 Command command = (Command)theEObject; 85 Command command = (Command)theEObject;
86 T result = caseCommand(command); 86 T result = caseCommand(command);
87 if (result == null) result = defaultCase(theEObject); 87 if (result == null) result = defaultCase(theEObject);
88 return result; 88 return result;
89 } 89 }
90 case ApplicationConfigurationPackage.IMPORT: 90 case ApplicationConfigurationPackage.IMPORT:
91 { 91 {
92 Import import_ = (Import)theEObject; 92 Import import_ = (Import)theEObject;
93 T result = caseImport(import_); 93 T result = caseImport(import_);
94 if (result == null) result = defaultCase(theEObject); 94 if (result == null) result = defaultCase(theEObject);
95 return result; 95 return result;
96 } 96 }
97 case ApplicationConfigurationPackage.EPACKAGE_IMPORT: 97 case ApplicationConfigurationPackage.EPACKAGE_IMPORT:
98 { 98 {
99 EPackageImport ePackageImport = (EPackageImport)theEObject; 99 EPackageImport ePackageImport = (EPackageImport)theEObject;
100 T result = caseEPackageImport(ePackageImport); 100 T result = caseEPackageImport(ePackageImport);
101 if (result == null) result = caseImport(ePackageImport); 101 if (result == null) result = caseImport(ePackageImport);
102 if (result == null) result = defaultCase(theEObject); 102 if (result == null) result = defaultCase(theEObject);
103 return result; 103 return result;
104 } 104 }
105 case ApplicationConfigurationPackage.VIATRA_IMPORT: 105 case ApplicationConfigurationPackage.VIATRA_IMPORT:
106 { 106 {
107 ViatraImport viatraImport = (ViatraImport)theEObject; 107 ViatraImport viatraImport = (ViatraImport)theEObject;
108 T result = caseViatraImport(viatraImport); 108 T result = caseViatraImport(viatraImport);
109 if (result == null) result = caseImport(viatraImport); 109 if (result == null) result = caseImport(viatraImport);
110 if (result == null) result = defaultCase(theEObject); 110 if (result == null) result = defaultCase(theEObject);
111 return result; 111 return result;
112 } 112 }
113 case ApplicationConfigurationPackage.DECLARATION: 113 case ApplicationConfigurationPackage.DECLARATION:
114 { 114 {
115 Declaration declaration = (Declaration)theEObject; 115 Declaration declaration = (Declaration)theEObject;
116 T result = caseDeclaration(declaration); 116 T result = caseDeclaration(declaration);
117 if (result == null) result = caseCommand(declaration); 117 if (result == null) result = caseCommand(declaration);
118 if (result == null) result = defaultCase(theEObject); 118 if (result == null) result = defaultCase(theEObject);
119 return result; 119 return result;
120 } 120 }
121 case ApplicationConfigurationPackage.FILE_SPECIFICATION: 121 case ApplicationConfigurationPackage.FILE_SPECIFICATION:
122 { 122 {
123 FileSpecification fileSpecification = (FileSpecification)theEObject; 123 FileSpecification fileSpecification = (FileSpecification)theEObject;
124 T result = caseFileSpecification(fileSpecification); 124 T result = caseFileSpecification(fileSpecification);
125 if (result == null) result = caseFile(fileSpecification); 125 if (result == null) result = caseFile(fileSpecification);
126 if (result == null) result = defaultCase(theEObject); 126 if (result == null) result = defaultCase(theEObject);
127 return result; 127 return result;
128 } 128 }
129 case ApplicationConfigurationPackage.FILE_DECLARATION: 129 case ApplicationConfigurationPackage.FILE_DECLARATION:
130 { 130 {
131 FileDeclaration fileDeclaration = (FileDeclaration)theEObject; 131 FileDeclaration fileDeclaration = (FileDeclaration)theEObject;
132 T result = caseFileDeclaration(fileDeclaration); 132 T result = caseFileDeclaration(fileDeclaration);
133 if (result == null) result = caseDeclaration(fileDeclaration); 133 if (result == null) result = caseDeclaration(fileDeclaration);
134 if (result == null) result = caseCommand(fileDeclaration); 134 if (result == null) result = caseCommand(fileDeclaration);
135 if (result == null) result = defaultCase(theEObject); 135 if (result == null) result = defaultCase(theEObject);
136 return result; 136 return result;
137 } 137 }
138 case ApplicationConfigurationPackage.FILE_REFERENCE: 138 case ApplicationConfigurationPackage.FILE_REFERENCE:
139 { 139 {
140 FileReference fileReference = (FileReference)theEObject; 140 FileReference fileReference = (FileReference)theEObject;
141 T result = caseFileReference(fileReference); 141 T result = caseFileReference(fileReference);
142 if (result == null) result = caseFile(fileReference); 142 if (result == null) result = caseFile(fileReference);
143 if (result == null) result = defaultCase(theEObject); 143 if (result == null) result = defaultCase(theEObject);
144 return result; 144 return result;
145 } 145 }
146 case ApplicationConfigurationPackage.FILE: 146 case ApplicationConfigurationPackage.FILE:
147 { 147 {
148 File file = (File)theEObject; 148 File file = (File)theEObject;
149 T result = caseFile(file); 149 T result = caseFile(file);
150 if (result == null) result = defaultCase(theEObject); 150 if (result == null) result = defaultCase(theEObject);
151 return result; 151 return result;
152 } 152 }
153 case ApplicationConfigurationPackage.METAMODEL_SPECIFICATION: 153 case ApplicationConfigurationPackage.METAMODEL_SPECIFICATION:
154 { 154 {
155 MetamodelSpecification metamodelSpecification = (MetamodelSpecification)theEObject; 155 MetamodelSpecification metamodelSpecification = (MetamodelSpecification)theEObject;
156 T result = caseMetamodelSpecification(metamodelSpecification); 156 T result = caseMetamodelSpecification(metamodelSpecification);
157 if (result == null) result = caseMetamodel(metamodelSpecification); 157 if (result == null) result = caseMetamodel(metamodelSpecification);
158 if (result == null) result = defaultCase(theEObject); 158 if (result == null) result = defaultCase(theEObject);
159 return result; 159 return result;
160 } 160 }
161 case ApplicationConfigurationPackage.METAMODEL_ENTRY: 161 case ApplicationConfigurationPackage.METAMODEL_ENTRY:
162 { 162 {
163 MetamodelEntry metamodelEntry = (MetamodelEntry)theEObject; 163 MetamodelEntry metamodelEntry = (MetamodelEntry)theEObject;
164 T result = caseMetamodelEntry(metamodelEntry); 164 T result = caseMetamodelEntry(metamodelEntry);
165 if (result == null) result = defaultCase(theEObject); 165 if (result == null) result = defaultCase(theEObject);
166 return result; 166 return result;
167 } 167 }
168 case ApplicationConfigurationPackage.ALL_PACKAGE_ENTRY: 168 case ApplicationConfigurationPackage.ALL_PACKAGE_ENTRY:
169 { 169 {
170 AllPackageEntry allPackageEntry = (AllPackageEntry)theEObject; 170 AllPackageEntry allPackageEntry = (AllPackageEntry)theEObject;
171 T result = caseAllPackageEntry(allPackageEntry); 171 T result = caseAllPackageEntry(allPackageEntry);
172 if (result == null) result = caseMetamodelEntry(allPackageEntry); 172 if (result == null) result = caseMetamodelEntry(allPackageEntry);
173 if (result == null) result = defaultCase(theEObject); 173 if (result == null) result = defaultCase(theEObject);
174 return result; 174 return result;
175 } 175 }
176 case ApplicationConfigurationPackage.METAMODEL_ELEMENT: 176 case ApplicationConfigurationPackage.METAMODEL_ELEMENT:
177 { 177 {
178 MetamodelElement metamodelElement = (MetamodelElement)theEObject; 178 MetamodelElement metamodelElement = (MetamodelElement)theEObject;
179 T result = caseMetamodelElement(metamodelElement); 179 T result = caseMetamodelElement(metamodelElement);
180 if (result == null) result = caseMetamodelEntry(metamodelElement); 180 if (result == null) result = caseMetamodelEntry(metamodelElement);
181 if (result == null) result = defaultCase(theEObject); 181 if (result == null) result = defaultCase(theEObject);
182 return result; 182 return result;
183 } 183 }
184 case ApplicationConfigurationPackage.METAMODEL_DECLARATION: 184 case ApplicationConfigurationPackage.METAMODEL_DECLARATION:
185 { 185 {
186 MetamodelDeclaration metamodelDeclaration = (MetamodelDeclaration)theEObject; 186 MetamodelDeclaration metamodelDeclaration = (MetamodelDeclaration)theEObject;
187 T result = caseMetamodelDeclaration(metamodelDeclaration); 187 T result = caseMetamodelDeclaration(metamodelDeclaration);
188 if (result == null) result = caseDeclaration(metamodelDeclaration); 188 if (result == null) result = caseDeclaration(metamodelDeclaration);
189 if (result == null) result = caseCommand(metamodelDeclaration); 189 if (result == null) result = caseCommand(metamodelDeclaration);
190 if (result == null) result = defaultCase(theEObject); 190 if (result == null) result = defaultCase(theEObject);
191 return result; 191 return result;
192 } 192 }
193 case ApplicationConfigurationPackage.METAMODEL_REFERENCE: 193 case ApplicationConfigurationPackage.METAMODEL_REFERENCE:
194 { 194 {
195 MetamodelReference metamodelReference = (MetamodelReference)theEObject; 195 MetamodelReference metamodelReference = (MetamodelReference)theEObject;
196 T result = caseMetamodelReference(metamodelReference); 196 T result = caseMetamodelReference(metamodelReference);
197 if (result == null) result = caseMetamodel(metamodelReference); 197 if (result == null) result = caseMetamodel(metamodelReference);
198 if (result == null) result = defaultCase(theEObject); 198 if (result == null) result = defaultCase(theEObject);
199 return result; 199 return result;
200 } 200 }
201 case ApplicationConfigurationPackage.METAMODEL: 201 case ApplicationConfigurationPackage.METAMODEL:
202 { 202 {
203 Metamodel metamodel = (Metamodel)theEObject; 203 Metamodel metamodel = (Metamodel)theEObject;
204 T result = caseMetamodel(metamodel); 204 T result = caseMetamodel(metamodel);
205 if (result == null) result = defaultCase(theEObject); 205 if (result == null) result = defaultCase(theEObject);
206 return result; 206 return result;
207 } 207 }
208 case ApplicationConfigurationPackage.PARTIAL_MODEL_SPECIFICATION: 208 case ApplicationConfigurationPackage.PARTIAL_MODEL_SPECIFICATION:
209 { 209 {
210 PartialModelSpecification partialModelSpecification = (PartialModelSpecification)theEObject; 210 PartialModelSpecification partialModelSpecification = (PartialModelSpecification)theEObject;
211 T result = casePartialModelSpecification(partialModelSpecification); 211 T result = casePartialModelSpecification(partialModelSpecification);
212 if (result == null) result = casePartialModel(partialModelSpecification); 212 if (result == null) result = casePartialModel(partialModelSpecification);
213 if (result == null) result = defaultCase(theEObject); 213 if (result == null) result = defaultCase(theEObject);
214 return result; 214 return result;
215 } 215 }
216 case ApplicationConfigurationPackage.PARTIAL_MODEL_ENTRY: 216 case ApplicationConfigurationPackage.PARTIAL_MODEL_ENTRY:
217 { 217 {
218 PartialModelEntry partialModelEntry = (PartialModelEntry)theEObject; 218 PartialModelEntry partialModelEntry = (PartialModelEntry)theEObject;
219 T result = casePartialModelEntry(partialModelEntry); 219 T result = casePartialModelEntry(partialModelEntry);
220 if (result == null) result = defaultCase(theEObject); 220 if (result == null) result = defaultCase(theEObject);
221 return result; 221 return result;
222 } 222 }
223 case ApplicationConfigurationPackage.MODEL_ENTRY: 223 case ApplicationConfigurationPackage.MODEL_ENTRY:
224 { 224 {
225 ModelEntry modelEntry = (ModelEntry)theEObject; 225 ModelEntry modelEntry = (ModelEntry)theEObject;
226 T result = caseModelEntry(modelEntry); 226 T result = caseModelEntry(modelEntry);
227 if (result == null) result = casePartialModelEntry(modelEntry); 227 if (result == null) result = casePartialModelEntry(modelEntry);
228 if (result == null) result = defaultCase(theEObject); 228 if (result == null) result = defaultCase(theEObject);
229 return result; 229 return result;
230 } 230 }
231 case ApplicationConfigurationPackage.FOLDER_ENTRY: 231 case ApplicationConfigurationPackage.FOLDER_ENTRY:
232 { 232 {
233 FolderEntry folderEntry = (FolderEntry)theEObject; 233 FolderEntry folderEntry = (FolderEntry)theEObject;
234 T result = caseFolderEntry(folderEntry); 234 T result = caseFolderEntry(folderEntry);
235 if (result == null) result = casePartialModelEntry(folderEntry); 235 if (result == null) result = casePartialModelEntry(folderEntry);
236 if (result == null) result = defaultCase(theEObject); 236 if (result == null) result = defaultCase(theEObject);
237 return result; 237 return result;
238 } 238 }
239 case ApplicationConfigurationPackage.PARTIAL_MODEL_DECLARATION: 239 case ApplicationConfigurationPackage.PARTIAL_MODEL_DECLARATION:
240 { 240 {
241 PartialModelDeclaration partialModelDeclaration = (PartialModelDeclaration)theEObject; 241 PartialModelDeclaration partialModelDeclaration = (PartialModelDeclaration)theEObject;
242 T result = casePartialModelDeclaration(partialModelDeclaration); 242 T result = casePartialModelDeclaration(partialModelDeclaration);
243 if (result == null) result = caseDeclaration(partialModelDeclaration); 243 if (result == null) result = caseDeclaration(partialModelDeclaration);
244 if (result == null) result = caseCommand(partialModelDeclaration); 244 if (result == null) result = caseCommand(partialModelDeclaration);
245 if (result == null) result = defaultCase(theEObject); 245 if (result == null) result = defaultCase(theEObject);
246 return result; 246 return result;
247 } 247 }
248 case ApplicationConfigurationPackage.PARTIAL_MODEL_REFERENCE: 248 case ApplicationConfigurationPackage.PARTIAL_MODEL_REFERENCE:
249 { 249 {
250 PartialModelReference partialModelReference = (PartialModelReference)theEObject; 250 PartialModelReference partialModelReference = (PartialModelReference)theEObject;
251 T result = casePartialModelReference(partialModelReference); 251 T result = casePartialModelReference(partialModelReference);
252 if (result == null) result = casePartialModel(partialModelReference); 252 if (result == null) result = casePartialModel(partialModelReference);
253 if (result == null) result = defaultCase(theEObject); 253 if (result == null) result = defaultCase(theEObject);
254 return result; 254 return result;
255 } 255 }
256 case ApplicationConfigurationPackage.PARTIAL_MODEL: 256 case ApplicationConfigurationPackage.PARTIAL_MODEL:
257 { 257 {
258 PartialModel partialModel = (PartialModel)theEObject; 258 PartialModel partialModel = (PartialModel)theEObject;
259 T result = casePartialModel(partialModel); 259 T result = casePartialModel(partialModel);
260 if (result == null) result = defaultCase(theEObject); 260 if (result == null) result = defaultCase(theEObject);
261 return result; 261 return result;
262 } 262 }
263 case ApplicationConfigurationPackage.PATTERN_SPECIFICATION: 263 case ApplicationConfigurationPackage.PATTERN_SPECIFICATION:
264 { 264 {
265 PatternSpecification patternSpecification = (PatternSpecification)theEObject; 265 PatternSpecification patternSpecification = (PatternSpecification)theEObject;
266 T result = casePatternSpecification(patternSpecification); 266 T result = casePatternSpecification(patternSpecification);
267 if (result == null) result = caseGraphPattern(patternSpecification); 267 if (result == null) result = caseGraphPattern(patternSpecification);
268 if (result == null) result = defaultCase(theEObject); 268 if (result == null) result = defaultCase(theEObject);
269 return result; 269 return result;
270 } 270 }
271 case ApplicationConfigurationPackage.PATTERN_ENTRY: 271 case ApplicationConfigurationPackage.PATTERN_ENTRY:
272 { 272 {
273 PatternEntry patternEntry = (PatternEntry)theEObject; 273 PatternEntry patternEntry = (PatternEntry)theEObject;
274 T result = casePatternEntry(patternEntry); 274 T result = casePatternEntry(patternEntry);
275 if (result == null) result = defaultCase(theEObject); 275 if (result == null) result = defaultCase(theEObject);
276 return result; 276 return result;
277 } 277 }
278 case ApplicationConfigurationPackage.ALL_PATTERN_ENTRY: 278 case ApplicationConfigurationPackage.ALL_PATTERN_ENTRY:
279 { 279 {
280 AllPatternEntry allPatternEntry = (AllPatternEntry)theEObject; 280 AllPatternEntry allPatternEntry = (AllPatternEntry)theEObject;
281 T result = caseAllPatternEntry(allPatternEntry); 281 T result = caseAllPatternEntry(allPatternEntry);
282 if (result == null) result = casePatternEntry(allPatternEntry); 282 if (result == null) result = casePatternEntry(allPatternEntry);
283 if (result == null) result = defaultCase(theEObject); 283 if (result == null) result = defaultCase(theEObject);
284 return result; 284 return result;
285 } 285 }
286 case ApplicationConfigurationPackage.PATTERN_ELEMENT: 286 case ApplicationConfigurationPackage.PATTERN_ELEMENT:
287 { 287 {
288 PatternElement patternElement = (PatternElement)theEObject; 288 PatternElement patternElement = (PatternElement)theEObject;
289 T result = casePatternElement(patternElement); 289 T result = casePatternElement(patternElement);
290 if (result == null) result = casePatternEntry(patternElement); 290 if (result == null) result = casePatternEntry(patternElement);
291 if (result == null) result = defaultCase(theEObject); 291 if (result == null) result = defaultCase(theEObject);
292 return result; 292 return result;
293 } 293 }
294 case ApplicationConfigurationPackage.GRAPH_PATTERN_DECLARATION: 294 case ApplicationConfigurationPackage.GRAPH_PATTERN_DECLARATION:
295 { 295 {
296 GraphPatternDeclaration graphPatternDeclaration = (GraphPatternDeclaration)theEObject; 296 GraphPatternDeclaration graphPatternDeclaration = (GraphPatternDeclaration)theEObject;
297 T result = caseGraphPatternDeclaration(graphPatternDeclaration); 297 T result = caseGraphPatternDeclaration(graphPatternDeclaration);
298 if (result == null) result = caseDeclaration(graphPatternDeclaration); 298 if (result == null) result = caseDeclaration(graphPatternDeclaration);
299 if (result == null) result = caseCommand(graphPatternDeclaration); 299 if (result == null) result = caseCommand(graphPatternDeclaration);
300 if (result == null) result = defaultCase(theEObject); 300 if (result == null) result = defaultCase(theEObject);
301 return result; 301 return result;
302 } 302 }
303 case ApplicationConfigurationPackage.GRAPH_PATTERN_REFERENCE: 303 case ApplicationConfigurationPackage.GRAPH_PATTERN_REFERENCE:
304 { 304 {
305 GraphPatternReference graphPatternReference = (GraphPatternReference)theEObject; 305 GraphPatternReference graphPatternReference = (GraphPatternReference)theEObject;
306 T result = caseGraphPatternReference(graphPatternReference); 306 T result = caseGraphPatternReference(graphPatternReference);
307 if (result == null) result = caseGraphPattern(graphPatternReference); 307 if (result == null) result = caseGraphPattern(graphPatternReference);
308 if (result == null) result = defaultCase(theEObject); 308 if (result == null) result = defaultCase(theEObject);
309 return result; 309 return result;
310 } 310 }
311 case ApplicationConfigurationPackage.GRAPH_PATTERN: 311 case ApplicationConfigurationPackage.GRAPH_PATTERN:
312 { 312 {
313 GraphPattern graphPattern = (GraphPattern)theEObject; 313 GraphPattern graphPattern = (GraphPattern)theEObject;
314 T result = caseGraphPattern(graphPattern); 314 T result = caseGraphPattern(graphPattern);
315 if (result == null) result = defaultCase(theEObject); 315 if (result == null) result = defaultCase(theEObject);
316 return result; 316 return result;
317 } 317 }
318 case ApplicationConfigurationPackage.OBJECTIVE_SPECIFICATION: 318 case ApplicationConfigurationPackage.OBJECTIVE_SPECIFICATION:
319 { 319 {
320 ObjectiveSpecification objectiveSpecification = (ObjectiveSpecification)theEObject; 320 ObjectiveSpecification objectiveSpecification = (ObjectiveSpecification)theEObject;
321 T result = caseObjectiveSpecification(objectiveSpecification); 321 T result = caseObjectiveSpecification(objectiveSpecification);
322 if (result == null) result = caseObjective(objectiveSpecification); 322 if (result == null) result = caseObjective(objectiveSpecification);
323 if (result == null) result = defaultCase(theEObject); 323 if (result == null) result = defaultCase(theEObject);
324 return result; 324 return result;
325 } 325 }
326 case ApplicationConfigurationPackage.OBJECTIVE_ENTRY: 326 case ApplicationConfigurationPackage.OBJECTIVE_ENTRY:
327 { 327 {
328 ObjectiveEntry objectiveEntry = (ObjectiveEntry)theEObject; 328 ObjectiveEntry objectiveEntry = (ObjectiveEntry)theEObject;
329 T result = caseObjectiveEntry(objectiveEntry); 329 T result = caseObjectiveEntry(objectiveEntry);
330 if (result == null) result = defaultCase(theEObject); 330 if (result == null) result = defaultCase(theEObject);
331 return result; 331 return result;
332 } 332 }
333 case ApplicationConfigurationPackage.OPTIMIZATION_ENTRY: 333 case ApplicationConfigurationPackage.OPTIMIZATION_ENTRY:
334 { 334 {
335 OptimizationEntry optimizationEntry = (OptimizationEntry)theEObject; 335 OptimizationEntry optimizationEntry = (OptimizationEntry)theEObject;
336 T result = caseOptimizationEntry(optimizationEntry); 336 T result = caseOptimizationEntry(optimizationEntry);
337 if (result == null) result = caseObjectiveEntry(optimizationEntry); 337 if (result == null) result = caseObjectiveEntry(optimizationEntry);
338 if (result == null) result = defaultCase(theEObject); 338 if (result == null) result = defaultCase(theEObject);
339 return result; 339 return result;
340 } 340 }
341 case ApplicationConfigurationPackage.THRESHOLD_ENTRY: 341 case ApplicationConfigurationPackage.THRESHOLD_ENTRY:
342 { 342 {
343 ThresholdEntry thresholdEntry = (ThresholdEntry)theEObject; 343 ThresholdEntry thresholdEntry = (ThresholdEntry)theEObject;
344 T result = caseThresholdEntry(thresholdEntry); 344 T result = caseThresholdEntry(thresholdEntry);
345 if (result == null) result = caseObjectiveEntry(thresholdEntry); 345 if (result == null) result = caseObjectiveEntry(thresholdEntry);
346 if (result == null) result = defaultCase(theEObject); 346 if (result == null) result = defaultCase(theEObject);
347 return result; 347 return result;
348 } 348 }
349 case ApplicationConfigurationPackage.OBJECTIVE_FUNCTION: 349 case ApplicationConfigurationPackage.OBJECTIVE_FUNCTION:
350 { 350 {
351 ObjectiveFunction objectiveFunction = (ObjectiveFunction)theEObject; 351 ObjectiveFunction objectiveFunction = (ObjectiveFunction)theEObject;
352 T result = caseObjectiveFunction(objectiveFunction); 352 T result = caseObjectiveFunction(objectiveFunction);
353 if (result == null) result = defaultCase(theEObject); 353 if (result == null) result = defaultCase(theEObject);
354 return result; 354 return result;
355 } 355 }
356 case ApplicationConfigurationPackage.COST_OBJECTIVE_FUNCTION: 356 case ApplicationConfigurationPackage.COST_OBJECTIVE_FUNCTION:
357 { 357 {
358 CostObjectiveFunction costObjectiveFunction = (CostObjectiveFunction)theEObject; 358 CostObjectiveFunction costObjectiveFunction = (CostObjectiveFunction)theEObject;
359 T result = caseCostObjectiveFunction(costObjectiveFunction); 359 T result = caseCostObjectiveFunction(costObjectiveFunction);
360 if (result == null) result = caseObjectiveFunction(costObjectiveFunction); 360 if (result == null) result = caseObjectiveFunction(costObjectiveFunction);
361 if (result == null) result = defaultCase(theEObject); 361 if (result == null) result = defaultCase(theEObject);
362 return result; 362 return result;
363 } 363 }
364 case ApplicationConfigurationPackage.COST_ENTRY: 364 case ApplicationConfigurationPackage.COST_ENTRY:
365 { 365 {
366 CostEntry costEntry = (CostEntry)theEObject; 366 CostEntry costEntry = (CostEntry)theEObject;
367 T result = caseCostEntry(costEntry); 367 T result = caseCostEntry(costEntry);
368 if (result == null) result = defaultCase(theEObject); 368 if (result == null) result = defaultCase(theEObject);
369 return result; 369 return result;
370 } 370 }
371 case ApplicationConfigurationPackage.OBJECTIVE_DECLARATION: 371 case ApplicationConfigurationPackage.OBJECTIVE_DECLARATION:
372 { 372 {
373 ObjectiveDeclaration objectiveDeclaration = (ObjectiveDeclaration)theEObject; 373 ObjectiveDeclaration objectiveDeclaration = (ObjectiveDeclaration)theEObject;
374 T result = caseObjectiveDeclaration(objectiveDeclaration); 374 T result = caseObjectiveDeclaration(objectiveDeclaration);
375 if (result == null) result = caseDeclaration(objectiveDeclaration); 375 if (result == null) result = caseDeclaration(objectiveDeclaration);
376 if (result == null) result = caseCommand(objectiveDeclaration); 376 if (result == null) result = caseCommand(objectiveDeclaration);
377 if (result == null) result = defaultCase(theEObject); 377 if (result == null) result = defaultCase(theEObject);
378 return result; 378 return result;
379 } 379 }
380 case ApplicationConfigurationPackage.OBJECTIVE_REFERENCE: 380 case ApplicationConfigurationPackage.OBJECTIVE_REFERENCE:
381 { 381 {
382 ObjectiveReference objectiveReference = (ObjectiveReference)theEObject; 382 ObjectiveReference objectiveReference = (ObjectiveReference)theEObject;
383 T result = caseObjectiveReference(objectiveReference); 383 T result = caseObjectiveReference(objectiveReference);
384 if (result == null) result = caseObjective(objectiveReference); 384 if (result == null) result = caseObjective(objectiveReference);
385 if (result == null) result = defaultCase(theEObject); 385 if (result == null) result = defaultCase(theEObject);
386 return result; 386 return result;
387 } 387 }
388 case ApplicationConfigurationPackage.OBJECTIVE: 388 case ApplicationConfigurationPackage.OBJECTIVE:
389 { 389 {
390 Objective objective = (Objective)theEObject; 390 Objective objective = (Objective)theEObject;
391 T result = caseObjective(objective); 391 T result = caseObjective(objective);
392 if (result == null) result = defaultCase(theEObject); 392 if (result == null) result = defaultCase(theEObject);
393 return result; 393 return result;
394 } 394 }
395 case ApplicationConfigurationPackage.CONFIG_SPECIFICATION: 395 case ApplicationConfigurationPackage.CONFIG_SPECIFICATION:
396 { 396 {
397 ConfigSpecification configSpecification = (ConfigSpecification)theEObject; 397 ConfigSpecification configSpecification = (ConfigSpecification)theEObject;
398 T result = caseConfigSpecification(configSpecification); 398 T result = caseConfigSpecification(configSpecification);
399 if (result == null) result = caseConfig(configSpecification); 399 if (result == null) result = caseConfig(configSpecification);
400 if (result == null) result = defaultCase(theEObject); 400 if (result == null) result = defaultCase(theEObject);
401 return result; 401 return result;
402 } 402 }
403 case ApplicationConfigurationPackage.CONFIG_DECLARATION: 403 case ApplicationConfigurationPackage.CONFIG_DECLARATION:
404 { 404 {
405 ConfigDeclaration configDeclaration = (ConfigDeclaration)theEObject; 405 ConfigDeclaration configDeclaration = (ConfigDeclaration)theEObject;
406 T result = caseConfigDeclaration(configDeclaration); 406 T result = caseConfigDeclaration(configDeclaration);
407 if (result == null) result = caseDeclaration(configDeclaration); 407 if (result == null) result = caseDeclaration(configDeclaration);
408 if (result == null) result = caseCommand(configDeclaration); 408 if (result == null) result = caseCommand(configDeclaration);
409 if (result == null) result = defaultCase(theEObject); 409 if (result == null) result = defaultCase(theEObject);
410 return result; 410 return result;
411 } 411 }
412 case ApplicationConfigurationPackage.CONFIG_ENTRY: 412 case ApplicationConfigurationPackage.CONFIG_ENTRY:
413 { 413 {
414 ConfigEntry configEntry = (ConfigEntry)theEObject; 414 ConfigEntry configEntry = (ConfigEntry)theEObject;
415 T result = caseConfigEntry(configEntry); 415 T result = caseConfigEntry(configEntry);
416 if (result == null) result = defaultCase(theEObject); 416 if (result == null) result = defaultCase(theEObject);
417 return result; 417 return result;
418 } 418 }
419 case ApplicationConfigurationPackage.DOCUMENTATION_ENTRY: 419 case ApplicationConfigurationPackage.DOCUMENTATION_ENTRY:
420 { 420 {
421 DocumentationEntry documentationEntry = (DocumentationEntry)theEObject; 421 DocumentationEntry documentationEntry = (DocumentationEntry)theEObject;
422 T result = caseDocumentationEntry(documentationEntry); 422 T result = caseDocumentationEntry(documentationEntry);
423 if (result == null) result = caseConfigEntry(documentationEntry); 423 if (result == null) result = caseConfigEntry(documentationEntry);
424 if (result == null) result = defaultCase(theEObject); 424 if (result == null) result = defaultCase(theEObject);
425 return result; 425 return result;
426 } 426 }
427 case ApplicationConfigurationPackage.RUNTIME_ENTRY: 427 case ApplicationConfigurationPackage.RUNTIME_ENTRY:
428 { 428 {
429 RuntimeEntry runtimeEntry = (RuntimeEntry)theEObject; 429 RuntimeEntry runtimeEntry = (RuntimeEntry)theEObject;
430 T result = caseRuntimeEntry(runtimeEntry); 430 T result = caseRuntimeEntry(runtimeEntry);
431 if (result == null) result = caseConfigEntry(runtimeEntry); 431 if (result == null) result = caseConfigEntry(runtimeEntry);
432 if (result == null) result = defaultCase(theEObject); 432 if (result == null) result = defaultCase(theEObject);
433 return result; 433 return result;
434 } 434 }
435 case ApplicationConfigurationPackage.MEMORY_ENTRY: 435 case ApplicationConfigurationPackage.MEMORY_ENTRY:
436 { 436 {
437 MemoryEntry memoryEntry = (MemoryEntry)theEObject; 437 MemoryEntry memoryEntry = (MemoryEntry)theEObject;
438 T result = caseMemoryEntry(memoryEntry); 438 T result = caseMemoryEntry(memoryEntry);
439 if (result == null) result = caseConfigEntry(memoryEntry); 439 if (result == null) result = caseConfigEntry(memoryEntry);
440 if (result == null) result = defaultCase(theEObject); 440 if (result == null) result = defaultCase(theEObject);
441 return result; 441 return result;
442 } 442 }
443 case ApplicationConfigurationPackage.CUSTOM_ENTRY: 443 case ApplicationConfigurationPackage.CUSTOM_ENTRY:
444 { 444 {
445 CustomEntry customEntry = (CustomEntry)theEObject; 445 CustomEntry customEntry = (CustomEntry)theEObject;
446 T result = caseCustomEntry(customEntry); 446 T result = caseCustomEntry(customEntry);
447 if (result == null) result = caseConfigEntry(customEntry); 447 if (result == null) result = caseConfigEntry(customEntry);
448 if (result == null) result = defaultCase(theEObject); 448 if (result == null) result = defaultCase(theEObject);
449 return result; 449 return result;
450 } 450 }
451 case ApplicationConfigurationPackage.CONFIG_REFERENCE: 451 case ApplicationConfigurationPackage.CONFIG_REFERENCE:
452 { 452 {
453 ConfigReference configReference = (ConfigReference)theEObject; 453 ConfigReference configReference = (ConfigReference)theEObject;
454 T result = caseConfigReference(configReference); 454 T result = caseConfigReference(configReference);
455 if (result == null) result = caseConfig(configReference); 455 if (result == null) result = caseConfig(configReference);
456 if (result == null) result = defaultCase(theEObject); 456 if (result == null) result = defaultCase(theEObject);
457 return result; 457 return result;
458 } 458 }
459 case ApplicationConfigurationPackage.CONFIG: 459 case ApplicationConfigurationPackage.CONFIG:
460 { 460 {
461 Config config = (Config)theEObject; 461 Config config = (Config)theEObject;
462 T result = caseConfig(config); 462 T result = caseConfig(config);
463 if (result == null) result = defaultCase(theEObject); 463 if (result == null) result = defaultCase(theEObject);
464 return result; 464 return result;
465 } 465 }
466 case ApplicationConfigurationPackage.SCOPE_SPECIFICATION: 466 case ApplicationConfigurationPackage.SCOPE_SPECIFICATION:
467 { 467 {
468 ScopeSpecification scopeSpecification = (ScopeSpecification)theEObject; 468 ScopeSpecification scopeSpecification = (ScopeSpecification)theEObject;
469 T result = caseScopeSpecification(scopeSpecification); 469 T result = caseScopeSpecification(scopeSpecification);
470 if (result == null) result = caseScope(scopeSpecification); 470 if (result == null) result = caseScope(scopeSpecification);
471 if (result == null) result = defaultCase(theEObject); 471 if (result == null) result = defaultCase(theEObject);
472 return result; 472 return result;
473 } 473 }
474 case ApplicationConfigurationPackage.TYPE_SCOPE: 474 case ApplicationConfigurationPackage.TYPE_SCOPE:
475 { 475 {
476 TypeScope typeScope = (TypeScope)theEObject; 476 TypeScope typeScope = (TypeScope)theEObject;
477 T result = caseTypeScope(typeScope); 477 T result = caseTypeScope(typeScope);
478 if (result == null) result = defaultCase(theEObject); 478 if (result == null) result = defaultCase(theEObject);
479 return result; 479 return result;
480 } 480 }
481 case ApplicationConfigurationPackage.CLASS_TYPE_SCOPE: 481 case ApplicationConfigurationPackage.CLASS_TYPE_SCOPE:
482 { 482 {
483 ClassTypeScope classTypeScope = (ClassTypeScope)theEObject; 483 ClassTypeScope classTypeScope = (ClassTypeScope)theEObject;
484 T result = caseClassTypeScope(classTypeScope); 484 T result = caseClassTypeScope(classTypeScope);
485 if (result == null) result = caseTypeScope(classTypeScope); 485 if (result == null) result = caseTypeScope(classTypeScope);
486 if (result == null) result = defaultCase(theEObject); 486 if (result == null) result = defaultCase(theEObject);
487 return result; 487 return result;
488 } 488 }
489 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE: 489 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE:
490 { 490 {
491 ObjectTypeScope objectTypeScope = (ObjectTypeScope)theEObject; 491 ObjectTypeScope objectTypeScope = (ObjectTypeScope)theEObject;
492 T result = caseObjectTypeScope(objectTypeScope); 492 T result = caseObjectTypeScope(objectTypeScope);
493 if (result == null) result = caseTypeScope(objectTypeScope); 493 if (result == null) result = caseTypeScope(objectTypeScope);
494 if (result == null) result = defaultCase(theEObject); 494 if (result == null) result = defaultCase(theEObject);
495 return result; 495 return result;
496 } 496 }
497 case ApplicationConfigurationPackage.INTEGER_TYPE_SCOPE: 497 case ApplicationConfigurationPackage.INTEGER_TYPE_SCOPE:
498 { 498 {
499 IntegerTypeScope integerTypeScope = (IntegerTypeScope)theEObject; 499 IntegerTypeScope integerTypeScope = (IntegerTypeScope)theEObject;
500 T result = caseIntegerTypeScope(integerTypeScope); 500 T result = caseIntegerTypeScope(integerTypeScope);
501 if (result == null) result = caseTypeScope(integerTypeScope); 501 if (result == null) result = caseTypeScope(integerTypeScope);
502 if (result == null) result = defaultCase(theEObject); 502 if (result == null) result = defaultCase(theEObject);
503 return result; 503 return result;
504 } 504 }
505 case ApplicationConfigurationPackage.REAL_TYPE_SCOPE: 505 case ApplicationConfigurationPackage.REAL_TYPE_SCOPE:
506 { 506 {
507 RealTypeScope realTypeScope = (RealTypeScope)theEObject; 507 RealTypeScope realTypeScope = (RealTypeScope)theEObject;
508 T result = caseRealTypeScope(realTypeScope); 508 T result = caseRealTypeScope(realTypeScope);
509 if (result == null) result = caseTypeScope(realTypeScope); 509 if (result == null) result = caseTypeScope(realTypeScope);
510 if (result == null) result = defaultCase(theEObject); 510 if (result == null) result = defaultCase(theEObject);
511 return result; 511 return result;
512 } 512 }
513 case ApplicationConfigurationPackage.STRING_TYPE_SCOPE: 513 case ApplicationConfigurationPackage.STRING_TYPE_SCOPE:
514 { 514 {
515 StringTypeScope stringTypeScope = (StringTypeScope)theEObject; 515 StringTypeScope stringTypeScope = (StringTypeScope)theEObject;
516 T result = caseStringTypeScope(stringTypeScope); 516 T result = caseStringTypeScope(stringTypeScope);
517 if (result == null) result = caseTypeScope(stringTypeScope); 517 if (result == null) result = caseTypeScope(stringTypeScope);
518 if (result == null) result = defaultCase(theEObject); 518 if (result == null) result = defaultCase(theEObject);
519 return result; 519 return result;
520 } 520 }
521 case ApplicationConfigurationPackage.TYPE_REFERENCE: 521 case ApplicationConfigurationPackage.TYPE_REFERENCE:
522 { 522 {
523 TypeReference typeReference = (TypeReference)theEObject; 523 TypeReference typeReference = (TypeReference)theEObject;
524 T result = caseTypeReference(typeReference); 524 T result = caseTypeReference(typeReference);
525 if (result == null) result = defaultCase(theEObject); 525 if (result == null) result = defaultCase(theEObject);
526 return result; 526 return result;
527 } 527 }
528 case ApplicationConfigurationPackage.CLASS_REFERENCE: 528 case ApplicationConfigurationPackage.CLASS_REFERENCE:
529 { 529 {
530 ClassReference classReference = (ClassReference)theEObject; 530 ClassReference classReference = (ClassReference)theEObject;
531 T result = caseClassReference(classReference); 531 T result = caseClassReference(classReference);
532 if (result == null) result = caseTypeReference(classReference); 532 if (result == null) result = caseTypeReference(classReference);
533 if (result == null) result = defaultCase(theEObject); 533 if (result == null) result = defaultCase(theEObject);
534 return result; 534 return result;
535 } 535 }
536 case ApplicationConfigurationPackage.OBJECT_REFERENCE: 536 case ApplicationConfigurationPackage.OBJECT_REFERENCE:
537 { 537 {
538 ObjectReference objectReference = (ObjectReference)theEObject; 538 ObjectReference objectReference = (ObjectReference)theEObject;
539 T result = caseObjectReference(objectReference); 539 T result = caseObjectReference(objectReference);
540 if (result == null) result = caseTypeReference(objectReference); 540 if (result == null) result = caseTypeReference(objectReference);
541 if (result == null) result = defaultCase(theEObject); 541 if (result == null) result = defaultCase(theEObject);
542 return result; 542 return result;
543 } 543 }
544 case ApplicationConfigurationPackage.INTEGER_REFERENCE: 544 case ApplicationConfigurationPackage.INTEGER_REFERENCE:
545 { 545 {
546 IntegerReference integerReference = (IntegerReference)theEObject; 546 IntegerReference integerReference = (IntegerReference)theEObject;
547 T result = caseIntegerReference(integerReference); 547 T result = caseIntegerReference(integerReference);
548 if (result == null) result = caseTypeReference(integerReference); 548 if (result == null) result = caseTypeReference(integerReference);
549 if (result == null) result = defaultCase(theEObject); 549 if (result == null) result = defaultCase(theEObject);
550 return result; 550 return result;
551 } 551 }
552 case ApplicationConfigurationPackage.REAL_REFERENCE: 552 case ApplicationConfigurationPackage.REAL_REFERENCE:
553 { 553 {
554 RealReference realReference = (RealReference)theEObject; 554 RealReference realReference = (RealReference)theEObject;
555 T result = caseRealReference(realReference); 555 T result = caseRealReference(realReference);
556 if (result == null) result = caseTypeReference(realReference); 556 if (result == null) result = caseTypeReference(realReference);
557 if (result == null) result = defaultCase(theEObject); 557 if (result == null) result = defaultCase(theEObject);
558 return result; 558 return result;
559 } 559 }
560 case ApplicationConfigurationPackage.STRING_REFERENCE: 560 case ApplicationConfigurationPackage.STRING_REFERENCE:
561 { 561 {
562 StringReference stringReference = (StringReference)theEObject; 562 StringReference stringReference = (StringReference)theEObject;
563 T result = caseStringReference(stringReference); 563 T result = caseStringReference(stringReference);
564 if (result == null) result = caseTypeReference(stringReference); 564 if (result == null) result = caseTypeReference(stringReference);
565 if (result == null) result = defaultCase(theEObject); 565 if (result == null) result = defaultCase(theEObject);
566 return result; 566 return result;
567 } 567 }
568 case ApplicationConfigurationPackage.NUMBER_SPECIFICATION: 568 case ApplicationConfigurationPackage.NUMBER_SPECIFICATION:
569 { 569 {
570 NumberSpecification numberSpecification = (NumberSpecification)theEObject; 570 NumberSpecification numberSpecification = (NumberSpecification)theEObject;
571 T result = caseNumberSpecification(numberSpecification); 571 T result = caseNumberSpecification(numberSpecification);
572 if (result == null) result = defaultCase(theEObject); 572 if (result == null) result = defaultCase(theEObject);
573 return result; 573 return result;
574 } 574 }
575 case ApplicationConfigurationPackage.EXACT_NUMBER: 575 case ApplicationConfigurationPackage.EXACT_NUMBER:
576 { 576 {
577 ExactNumber exactNumber = (ExactNumber)theEObject; 577 ExactNumber exactNumber = (ExactNumber)theEObject;
578 T result = caseExactNumber(exactNumber); 578 T result = caseExactNumber(exactNumber);
579 if (result == null) result = caseNumberSpecification(exactNumber); 579 if (result == null) result = caseNumberSpecification(exactNumber);
580 if (result == null) result = defaultCase(theEObject); 580 if (result == null) result = defaultCase(theEObject);
581 return result; 581 return result;
582 } 582 }
583 case ApplicationConfigurationPackage.INTERVALL_NUMBER: 583 case ApplicationConfigurationPackage.INTERVALL_NUMBER:
584 { 584 {
585 IntervallNumber intervallNumber = (IntervallNumber)theEObject; 585 IntervallNumber intervallNumber = (IntervallNumber)theEObject;
586 T result = caseIntervallNumber(intervallNumber); 586 T result = caseIntervallNumber(intervallNumber);
587 if (result == null) result = caseNumberSpecification(intervallNumber); 587 if (result == null) result = caseNumberSpecification(intervallNumber);
588 if (result == null) result = defaultCase(theEObject); 588 if (result == null) result = defaultCase(theEObject);
589 return result; 589 return result;
590 } 590 }
591 case ApplicationConfigurationPackage.INT_ENUMBERATION: 591 case ApplicationConfigurationPackage.INT_ENUMBERATION:
592 { 592 {
593 IntEnumberation intEnumberation = (IntEnumberation)theEObject; 593 IntEnumberation intEnumberation = (IntEnumberation)theEObject;
594 T result = caseIntEnumberation(intEnumberation); 594 T result = caseIntEnumberation(intEnumberation);
595 if (result == null) result = caseNumberSpecification(intEnumberation); 595 if (result == null) result = caseNumberSpecification(intEnumberation);
596 if (result == null) result = defaultCase(theEObject); 596 if (result == null) result = defaultCase(theEObject);
597 return result; 597 return result;
598 } 598 }
599 case ApplicationConfigurationPackage.REAL_ENUMERATION: 599 case ApplicationConfigurationPackage.REAL_ENUMERATION:
600 { 600 {
601 RealEnumeration realEnumeration = (RealEnumeration)theEObject; 601 RealEnumeration realEnumeration = (RealEnumeration)theEObject;
602 T result = caseRealEnumeration(realEnumeration); 602 T result = caseRealEnumeration(realEnumeration);
603 if (result == null) result = caseNumberSpecification(realEnumeration); 603 if (result == null) result = caseNumberSpecification(realEnumeration);
604 if (result == null) result = defaultCase(theEObject); 604 if (result == null) result = defaultCase(theEObject);
605 return result; 605 return result;
606 } 606 }
607 case ApplicationConfigurationPackage.STRING_ENUMERATION: 607 case ApplicationConfigurationPackage.STRING_ENUMERATION:
608 { 608 {
609 StringEnumeration stringEnumeration = (StringEnumeration)theEObject; 609 StringEnumeration stringEnumeration = (StringEnumeration)theEObject;
610 T result = caseStringEnumeration(stringEnumeration); 610 T result = caseStringEnumeration(stringEnumeration);
611 if (result == null) result = caseNumberSpecification(stringEnumeration); 611 if (result == null) result = caseNumberSpecification(stringEnumeration);
612 if (result == null) result = defaultCase(theEObject); 612 if (result == null) result = defaultCase(theEObject);
613 return result; 613 return result;
614 } 614 }
615 case ApplicationConfigurationPackage.SCOPE_DECLARATION: 615 case ApplicationConfigurationPackage.SCOPE_DECLARATION:
616 { 616 {
617 ScopeDeclaration scopeDeclaration = (ScopeDeclaration)theEObject; 617 ScopeDeclaration scopeDeclaration = (ScopeDeclaration)theEObject;
618 T result = caseScopeDeclaration(scopeDeclaration); 618 T result = caseScopeDeclaration(scopeDeclaration);
619 if (result == null) result = caseDeclaration(scopeDeclaration); 619 if (result == null) result = caseDeclaration(scopeDeclaration);
620 if (result == null) result = caseCommand(scopeDeclaration); 620 if (result == null) result = caseCommand(scopeDeclaration);
621 if (result == null) result = defaultCase(theEObject); 621 if (result == null) result = defaultCase(theEObject);
622 return result; 622 return result;
623 } 623 }
624 case ApplicationConfigurationPackage.SCOPE_REFERENCE: 624 case ApplicationConfigurationPackage.SCOPE_REFERENCE:
625 { 625 {
626 ScopeReference scopeReference = (ScopeReference)theEObject; 626 ScopeReference scopeReference = (ScopeReference)theEObject;
627 T result = caseScopeReference(scopeReference); 627 T result = caseScopeReference(scopeReference);
628 if (result == null) result = caseScope(scopeReference); 628 if (result == null) result = caseScope(scopeReference);
629 if (result == null) result = defaultCase(theEObject); 629 if (result == null) result = defaultCase(theEObject);
630 return result; 630 return result;
631 } 631 }
632 case ApplicationConfigurationPackage.SCOPE: 632 case ApplicationConfigurationPackage.SCOPE:
633 { 633 {
634 Scope scope = (Scope)theEObject; 634 Scope scope = (Scope)theEObject;
635 T result = caseScope(scope); 635 T result = caseScope(scope);
636 if (result == null) result = defaultCase(theEObject); 636 if (result == null) result = defaultCase(theEObject);
637 return result; 637 return result;
638 } 638 }
639 case ApplicationConfigurationPackage.TASK: 639 case ApplicationConfigurationPackage.TASK:
640 { 640 {
641 Task task = (Task)theEObject; 641 Task task = (Task)theEObject;
642 T result = caseTask(task); 642 T result = caseTask(task);
643 if (result == null) result = caseCommand(task); 643 if (result == null) result = caseCommand(task);
644 if (result == null) result = defaultCase(theEObject); 644 if (result == null) result = defaultCase(theEObject);
645 return result; 645 return result;
646 } 646 }
647 case ApplicationConfigurationPackage.GENERATION_TASK: 647 case ApplicationConfigurationPackage.GENERATION_TASK:
648 { 648 {
649 GenerationTask generationTask = (GenerationTask)theEObject; 649 GenerationTask generationTask = (GenerationTask)theEObject;
650 T result = caseGenerationTask(generationTask); 650 T result = caseGenerationTask(generationTask);
651 if (result == null) result = caseTask(generationTask); 651 if (result == null) result = caseTask(generationTask);
652 if (result == null) result = caseCommand(generationTask); 652 if (result == null) result = caseCommand(generationTask);
653 if (result == null) result = defaultCase(theEObject); 653 if (result == null) result = defaultCase(theEObject);
654 return result; 654 return result;
655 } 655 }
656 case ApplicationConfigurationPackage.INTEGER_SCOPE: 656 case ApplicationConfigurationPackage.INTEGER_SCOPE:
657 { 657 {
658 IntegerScope integerScope = (IntegerScope)theEObject; 658 IntegerScope integerScope = (IntegerScope)theEObject;
659 T result = caseIntegerScope(integerScope); 659 T result = caseIntegerScope(integerScope);
660 if (result == null) result = caseIntegerReference(integerScope); 660 if (result == null) result = caseIntegerReference(integerScope);
661 if (result == null) result = caseTypeReference(integerScope); 661 if (result == null) result = caseTypeReference(integerScope);
662 if (result == null) result = defaultCase(theEObject); 662 if (result == null) result = defaultCase(theEObject);
663 return result; 663 return result;
664 } 664 }
665 case ApplicationConfigurationPackage.REAL_SCOPE: 665 case ApplicationConfigurationPackage.REAL_SCOPE:
666 { 666 {
667 RealScope realScope = (RealScope)theEObject; 667 RealScope realScope = (RealScope)theEObject;
668 T result = caseRealScope(realScope); 668 T result = caseRealScope(realScope);
669 if (result == null) result = caseRealReference(realScope); 669 if (result == null) result = caseRealReference(realScope);
670 if (result == null) result = caseTypeReference(realScope); 670 if (result == null) result = caseTypeReference(realScope);
671 if (result == null) result = defaultCase(theEObject); 671 if (result == null) result = defaultCase(theEObject);
672 return result; 672 return result;
673 } 673 }
674 case ApplicationConfigurationPackage.STRING_SCOPE: 674 case ApplicationConfigurationPackage.STRING_SCOPE:
675 { 675 {
676 StringScope stringScope = (StringScope)theEObject; 676 StringScope stringScope = (StringScope)theEObject;
677 T result = caseStringScope(stringScope); 677 T result = caseStringScope(stringScope);
678 if (result == null) result = caseStringReference(stringScope); 678 if (result == null) result = caseStringReference(stringScope);
679 if (result == null) result = caseTypeReference(stringScope); 679 if (result == null) result = caseTypeReference(stringScope);
680 if (result == null) result = defaultCase(theEObject); 680 if (result == null) result = defaultCase(theEObject);
681 return result; 681 return result;
682 } 682 }
683 default: return defaultCase(theEObject); 683 default: return defaultCase(theEObject);
684 } 684 }
685 } 685 }
686 686
687 /** 687 /**
688 * Returns the result of interpreting the object as an instance of '<em>Configuration Script</em>'. 688 * Returns the result of interpreting the object as an instance of '<em>Configuration Script</em>'.
689 * <!-- begin-user-doc --> 689 * <!-- begin-user-doc -->
690 * This implementation returns null; 690 * This implementation returns null;
691 * returning a non-null result will terminate the switch. 691 * returning a non-null result will terminate the switch.
692 * <!-- end-user-doc --> 692 * <!-- end-user-doc -->
693 * @param object the target of the switch. 693 * @param object the target of the switch.
694 * @return the result of interpreting the object as an instance of '<em>Configuration Script</em>'. 694 * @return the result of interpreting the object as an instance of '<em>Configuration Script</em>'.
695 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 695 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
696 * @generated 696 * @generated
697 */ 697 */
698 public T caseConfigurationScript(ConfigurationScript object) 698 public T caseConfigurationScript(ConfigurationScript object)
699 { 699 {
700 return null; 700 return null;
701 } 701 }
702 702
703 /** 703 /**
704 * Returns the result of interpreting the object as an instance of '<em>Command</em>'. 704 * Returns the result of interpreting the object as an instance of '<em>Command</em>'.
705 * <!-- begin-user-doc --> 705 * <!-- begin-user-doc -->
706 * This implementation returns null; 706 * This implementation returns null;
707 * returning a non-null result will terminate the switch. 707 * returning a non-null result will terminate the switch.
708 * <!-- end-user-doc --> 708 * <!-- end-user-doc -->
709 * @param object the target of the switch. 709 * @param object the target of the switch.
710 * @return the result of interpreting the object as an instance of '<em>Command</em>'. 710 * @return the result of interpreting the object as an instance of '<em>Command</em>'.
711 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 711 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
712 * @generated 712 * @generated
713 */ 713 */
714 public T caseCommand(Command object) 714 public T caseCommand(Command object)
715 { 715 {
716 return null; 716 return null;
717 } 717 }
718 718
719 /** 719 /**
720 * Returns the result of interpreting the object as an instance of '<em>Import</em>'. 720 * Returns the result of interpreting the object as an instance of '<em>Import</em>'.
721 * <!-- begin-user-doc --> 721 * <!-- begin-user-doc -->
722 * This implementation returns null; 722 * This implementation returns null;
723 * returning a non-null result will terminate the switch. 723 * returning a non-null result will terminate the switch.
724 * <!-- end-user-doc --> 724 * <!-- end-user-doc -->
725 * @param object the target of the switch. 725 * @param object the target of the switch.
726 * @return the result of interpreting the object as an instance of '<em>Import</em>'. 726 * @return the result of interpreting the object as an instance of '<em>Import</em>'.
727 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 727 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
728 * @generated 728 * @generated
729 */ 729 */
730 public T caseImport(Import object) 730 public T caseImport(Import object)
731 { 731 {
732 return null; 732 return null;
733 } 733 }
734 734
735 /** 735 /**
736 * Returns the result of interpreting the object as an instance of '<em>EPackage Import</em>'. 736 * Returns the result of interpreting the object as an instance of '<em>EPackage Import</em>'.
737 * <!-- begin-user-doc --> 737 * <!-- begin-user-doc -->
738 * This implementation returns null; 738 * This implementation returns null;
739 * returning a non-null result will terminate the switch. 739 * returning a non-null result will terminate the switch.
740 * <!-- end-user-doc --> 740 * <!-- end-user-doc -->
741 * @param object the target of the switch. 741 * @param object the target of the switch.
742 * @return the result of interpreting the object as an instance of '<em>EPackage Import</em>'. 742 * @return the result of interpreting the object as an instance of '<em>EPackage Import</em>'.
743 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 743 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
744 * @generated 744 * @generated
745 */ 745 */
746 public T caseEPackageImport(EPackageImport object) 746 public T caseEPackageImport(EPackageImport object)
747 { 747 {
748 return null; 748 return null;
749 } 749 }
750 750
751 /** 751 /**
752 * Returns the result of interpreting the object as an instance of '<em>Viatra Import</em>'. 752 * Returns the result of interpreting the object as an instance of '<em>Viatra Import</em>'.
753 * <!-- begin-user-doc --> 753 * <!-- begin-user-doc -->
754 * This implementation returns null; 754 * This implementation returns null;
755 * returning a non-null result will terminate the switch. 755 * returning a non-null result will terminate the switch.
756 * <!-- end-user-doc --> 756 * <!-- end-user-doc -->
757 * @param object the target of the switch. 757 * @param object the target of the switch.
758 * @return the result of interpreting the object as an instance of '<em>Viatra Import</em>'. 758 * @return the result of interpreting the object as an instance of '<em>Viatra Import</em>'.
759 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 759 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
760 * @generated 760 * @generated
761 */ 761 */
762 public T caseViatraImport(ViatraImport object) 762 public T caseViatraImport(ViatraImport object)
763 { 763 {
764 return null; 764 return null;
765 } 765 }
766 766
767 /** 767 /**
768 * Returns the result of interpreting the object as an instance of '<em>Declaration</em>'. 768 * Returns the result of interpreting the object as an instance of '<em>Declaration</em>'.
769 * <!-- begin-user-doc --> 769 * <!-- begin-user-doc -->
770 * This implementation returns null; 770 * This implementation returns null;
771 * returning a non-null result will terminate the switch. 771 * returning a non-null result will terminate the switch.
772 * <!-- end-user-doc --> 772 * <!-- end-user-doc -->
773 * @param object the target of the switch. 773 * @param object the target of the switch.
774 * @return the result of interpreting the object as an instance of '<em>Declaration</em>'. 774 * @return the result of interpreting the object as an instance of '<em>Declaration</em>'.
775 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 775 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
776 * @generated 776 * @generated
777 */ 777 */
778 public T caseDeclaration(Declaration object) 778 public T caseDeclaration(Declaration object)
779 { 779 {
780 return null; 780 return null;
781 } 781 }
782 782
783 /** 783 /**
784 * Returns the result of interpreting the object as an instance of '<em>File Specification</em>'. 784 * Returns the result of interpreting the object as an instance of '<em>File Specification</em>'.
785 * <!-- begin-user-doc --> 785 * <!-- begin-user-doc -->
786 * This implementation returns null; 786 * This implementation returns null;
787 * returning a non-null result will terminate the switch. 787 * returning a non-null result will terminate the switch.
788 * <!-- end-user-doc --> 788 * <!-- end-user-doc -->
789 * @param object the target of the switch. 789 * @param object the target of the switch.
790 * @return the result of interpreting the object as an instance of '<em>File Specification</em>'. 790 * @return the result of interpreting the object as an instance of '<em>File Specification</em>'.
791 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 791 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
792 * @generated 792 * @generated
793 */ 793 */
794 public T caseFileSpecification(FileSpecification object) 794 public T caseFileSpecification(FileSpecification object)
795 { 795 {
796 return null; 796 return null;
797 } 797 }
798 798
799 /** 799 /**
800 * Returns the result of interpreting the object as an instance of '<em>File Declaration</em>'. 800 * Returns the result of interpreting the object as an instance of '<em>File Declaration</em>'.
801 * <!-- begin-user-doc --> 801 * <!-- begin-user-doc -->
802 * This implementation returns null; 802 * This implementation returns null;
803 * returning a non-null result will terminate the switch. 803 * returning a non-null result will terminate the switch.
804 * <!-- end-user-doc --> 804 * <!-- end-user-doc -->
805 * @param object the target of the switch. 805 * @param object the target of the switch.
806 * @return the result of interpreting the object as an instance of '<em>File Declaration</em>'. 806 * @return the result of interpreting the object as an instance of '<em>File Declaration</em>'.
807 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 807 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
808 * @generated 808 * @generated
809 */ 809 */
810 public T caseFileDeclaration(FileDeclaration object) 810 public T caseFileDeclaration(FileDeclaration object)
811 { 811 {
812 return null; 812 return null;
813 } 813 }
814 814
815 /** 815 /**
816 * Returns the result of interpreting the object as an instance of '<em>File Reference</em>'. 816 * Returns the result of interpreting the object as an instance of '<em>File Reference</em>'.
817 * <!-- begin-user-doc --> 817 * <!-- begin-user-doc -->
818 * This implementation returns null; 818 * This implementation returns null;
819 * returning a non-null result will terminate the switch. 819 * returning a non-null result will terminate the switch.
820 * <!-- end-user-doc --> 820 * <!-- end-user-doc -->
821 * @param object the target of the switch. 821 * @param object the target of the switch.
822 * @return the result of interpreting the object as an instance of '<em>File Reference</em>'. 822 * @return the result of interpreting the object as an instance of '<em>File Reference</em>'.
823 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 823 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
824 * @generated 824 * @generated
825 */ 825 */
826 public T caseFileReference(FileReference object) 826 public T caseFileReference(FileReference object)
827 { 827 {
828 return null; 828 return null;
829 } 829 }
830 830
831 /** 831 /**
832 * Returns the result of interpreting the object as an instance of '<em>File</em>'. 832 * Returns the result of interpreting the object as an instance of '<em>File</em>'.
833 * <!-- begin-user-doc --> 833 * <!-- begin-user-doc -->
834 * This implementation returns null; 834 * This implementation returns null;
835 * returning a non-null result will terminate the switch. 835 * returning a non-null result will terminate the switch.
836 * <!-- end-user-doc --> 836 * <!-- end-user-doc -->
837 * @param object the target of the switch. 837 * @param object the target of the switch.
838 * @return the result of interpreting the object as an instance of '<em>File</em>'. 838 * @return the result of interpreting the object as an instance of '<em>File</em>'.
839 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 839 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
840 * @generated 840 * @generated
841 */ 841 */
842 public T caseFile(File object) 842 public T caseFile(File object)
843 { 843 {
844 return null; 844 return null;
845 } 845 }
846 846
847 /** 847 /**
848 * Returns the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'. 848 * Returns the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'.
849 * <!-- begin-user-doc --> 849 * <!-- begin-user-doc -->
850 * This implementation returns null; 850 * This implementation returns null;
851 * returning a non-null result will terminate the switch. 851 * returning a non-null result will terminate the switch.
852 * <!-- end-user-doc --> 852 * <!-- end-user-doc -->
853 * @param object the target of the switch. 853 * @param object the target of the switch.
854 * @return the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'. 854 * @return the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'.
855 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 855 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
856 * @generated 856 * @generated
857 */ 857 */
858 public T caseMetamodelSpecification(MetamodelSpecification object) 858 public T caseMetamodelSpecification(MetamodelSpecification object)
859 { 859 {
860 return null; 860 return null;
861 } 861 }
862 862
863 /** 863 /**
864 * Returns the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'. 864 * Returns the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'.
865 * <!-- begin-user-doc --> 865 * <!-- begin-user-doc -->
866 * This implementation returns null; 866 * This implementation returns null;
867 * returning a non-null result will terminate the switch. 867 * returning a non-null result will terminate the switch.
868 * <!-- end-user-doc --> 868 * <!-- end-user-doc -->
869 * @param object the target of the switch. 869 * @param object the target of the switch.
870 * @return the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'. 870 * @return the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'.
871 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 871 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
872 * @generated 872 * @generated
873 */ 873 */
874 public T caseMetamodelEntry(MetamodelEntry object) 874 public T caseMetamodelEntry(MetamodelEntry object)
875 { 875 {
876 return null; 876 return null;
877 } 877 }
878 878
879 /** 879 /**
880 * Returns the result of interpreting the object as an instance of '<em>All Package Entry</em>'. 880 * Returns the result of interpreting the object as an instance of '<em>All Package Entry</em>'.
881 * <!-- begin-user-doc --> 881 * <!-- begin-user-doc -->
882 * This implementation returns null; 882 * This implementation returns null;
883 * returning a non-null result will terminate the switch. 883 * returning a non-null result will terminate the switch.
884 * <!-- end-user-doc --> 884 * <!-- end-user-doc -->
885 * @param object the target of the switch. 885 * @param object the target of the switch.
886 * @return the result of interpreting the object as an instance of '<em>All Package Entry</em>'. 886 * @return the result of interpreting the object as an instance of '<em>All Package Entry</em>'.
887 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 887 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
888 * @generated 888 * @generated
889 */ 889 */
890 public T caseAllPackageEntry(AllPackageEntry object) 890 public T caseAllPackageEntry(AllPackageEntry object)
891 { 891 {
892 return null; 892 return null;
893 } 893 }
894 894
895 /** 895 /**
896 * Returns the result of interpreting the object as an instance of '<em>Metamodel Element</em>'. 896 * Returns the result of interpreting the object as an instance of '<em>Metamodel Element</em>'.
897 * <!-- begin-user-doc --> 897 * <!-- begin-user-doc -->
898 * This implementation returns null; 898 * This implementation returns null;
899 * returning a non-null result will terminate the switch. 899 * returning a non-null result will terminate the switch.
900 * <!-- end-user-doc --> 900 * <!-- end-user-doc -->
901 * @param object the target of the switch. 901 * @param object the target of the switch.
902 * @return the result of interpreting the object as an instance of '<em>Metamodel Element</em>'. 902 * @return the result of interpreting the object as an instance of '<em>Metamodel Element</em>'.
903 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 903 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
904 * @generated 904 * @generated
905 */ 905 */
906 public T caseMetamodelElement(MetamodelElement object) 906 public T caseMetamodelElement(MetamodelElement object)
907 { 907 {
908 return null; 908 return null;
909 } 909 }
910 910
911 /** 911 /**
912 * Returns the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'. 912 * Returns the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'.
913 * <!-- begin-user-doc --> 913 * <!-- begin-user-doc -->
914 * This implementation returns null; 914 * This implementation returns null;
915 * returning a non-null result will terminate the switch. 915 * returning a non-null result will terminate the switch.
916 * <!-- end-user-doc --> 916 * <!-- end-user-doc -->
917 * @param object the target of the switch. 917 * @param object the target of the switch.
918 * @return the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'. 918 * @return the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'.
919 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 919 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
920 * @generated 920 * @generated
921 */ 921 */
922 public T caseMetamodelDeclaration(MetamodelDeclaration object) 922 public T caseMetamodelDeclaration(MetamodelDeclaration object)
923 { 923 {
924 return null; 924 return null;
925 } 925 }
926 926
927 /** 927 /**
928 * Returns the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'. 928 * Returns the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'.
929 * <!-- begin-user-doc --> 929 * <!-- begin-user-doc -->
930 * This implementation returns null; 930 * This implementation returns null;
931 * returning a non-null result will terminate the switch. 931 * returning a non-null result will terminate the switch.
932 * <!-- end-user-doc --> 932 * <!-- end-user-doc -->
933 * @param object the target of the switch. 933 * @param object the target of the switch.
934 * @return the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'. 934 * @return the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'.
935 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 935 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
936 * @generated 936 * @generated
937 */ 937 */
938 public T caseMetamodelReference(MetamodelReference object) 938 public T caseMetamodelReference(MetamodelReference object)
939 { 939 {
940 return null; 940 return null;
941 } 941 }
942 942
943 /** 943 /**
944 * Returns the result of interpreting the object as an instance of '<em>Metamodel</em>'. 944 * Returns the result of interpreting the object as an instance of '<em>Metamodel</em>'.
945 * <!-- begin-user-doc --> 945 * <!-- begin-user-doc -->
946 * This implementation returns null; 946 * This implementation returns null;
947 * returning a non-null result will terminate the switch. 947 * returning a non-null result will terminate the switch.
948 * <!-- end-user-doc --> 948 * <!-- end-user-doc -->
949 * @param object the target of the switch. 949 * @param object the target of the switch.
950 * @return the result of interpreting the object as an instance of '<em>Metamodel</em>'. 950 * @return the result of interpreting the object as an instance of '<em>Metamodel</em>'.
951 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 951 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
952 * @generated 952 * @generated
953 */ 953 */
954 public T caseMetamodel(Metamodel object) 954 public T caseMetamodel(Metamodel object)
955 { 955 {
956 return null; 956 return null;
957 } 957 }
958 958
959 /** 959 /**
960 * Returns the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'. 960 * Returns the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'.
961 * <!-- begin-user-doc --> 961 * <!-- begin-user-doc -->
962 * This implementation returns null; 962 * This implementation returns null;
963 * returning a non-null result will terminate the switch. 963 * returning a non-null result will terminate the switch.
964 * <!-- end-user-doc --> 964 * <!-- end-user-doc -->
965 * @param object the target of the switch. 965 * @param object the target of the switch.
966 * @return the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'. 966 * @return the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'.
967 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 967 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
968 * @generated 968 * @generated
969 */ 969 */
970 public T casePartialModelSpecification(PartialModelSpecification object) 970 public T casePartialModelSpecification(PartialModelSpecification object)
971 { 971 {
972 return null; 972 return null;
973 } 973 }
974 974
975 /** 975 /**
976 * Returns the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'. 976 * Returns the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'.
977 * <!-- begin-user-doc --> 977 * <!-- begin-user-doc -->
978 * This implementation returns null; 978 * This implementation returns null;
979 * returning a non-null result will terminate the switch. 979 * returning a non-null result will terminate the switch.
980 * <!-- end-user-doc --> 980 * <!-- end-user-doc -->
981 * @param object the target of the switch. 981 * @param object the target of the switch.
982 * @return the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'. 982 * @return the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'.
983 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 983 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
984 * @generated 984 * @generated
985 */ 985 */
986 public T casePartialModelEntry(PartialModelEntry object) 986 public T casePartialModelEntry(PartialModelEntry object)
987 { 987 {
988 return null; 988 return null;
989 } 989 }
990 990
991 /** 991 /**
992 * Returns the result of interpreting the object as an instance of '<em>Model Entry</em>'. 992 * Returns the result of interpreting the object as an instance of '<em>Model Entry</em>'.
993 * <!-- begin-user-doc --> 993 * <!-- begin-user-doc -->
994 * This implementation returns null; 994 * This implementation returns null;
995 * returning a non-null result will terminate the switch. 995 * returning a non-null result will terminate the switch.
996 * <!-- end-user-doc --> 996 * <!-- end-user-doc -->
997 * @param object the target of the switch. 997 * @param object the target of the switch.
998 * @return the result of interpreting the object as an instance of '<em>Model Entry</em>'. 998 * @return the result of interpreting the object as an instance of '<em>Model Entry</em>'.
999 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 999 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1000 * @generated 1000 * @generated
1001 */ 1001 */
1002 public T caseModelEntry(ModelEntry object) 1002 public T caseModelEntry(ModelEntry object)
1003 { 1003 {
1004 return null; 1004 return null;
1005 } 1005 }
1006 1006
1007 /** 1007 /**
1008 * Returns the result of interpreting the object as an instance of '<em>Folder Entry</em>'. 1008 * Returns the result of interpreting the object as an instance of '<em>Folder Entry</em>'.
1009 * <!-- begin-user-doc --> 1009 * <!-- begin-user-doc -->
1010 * This implementation returns null; 1010 * This implementation returns null;
1011 * returning a non-null result will terminate the switch. 1011 * returning a non-null result will terminate the switch.
1012 * <!-- end-user-doc --> 1012 * <!-- end-user-doc -->
1013 * @param object the target of the switch. 1013 * @param object the target of the switch.
1014 * @return the result of interpreting the object as an instance of '<em>Folder Entry</em>'. 1014 * @return the result of interpreting the object as an instance of '<em>Folder Entry</em>'.
1015 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1015 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1016 * @generated 1016 * @generated
1017 */ 1017 */
1018 public T caseFolderEntry(FolderEntry object) 1018 public T caseFolderEntry(FolderEntry object)
1019 { 1019 {
1020 return null; 1020 return null;
1021 } 1021 }
1022 1022
1023 /** 1023 /**
1024 * Returns the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'. 1024 * Returns the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'.
1025 * <!-- begin-user-doc --> 1025 * <!-- begin-user-doc -->
1026 * This implementation returns null; 1026 * This implementation returns null;
1027 * returning a non-null result will terminate the switch. 1027 * returning a non-null result will terminate the switch.
1028 * <!-- end-user-doc --> 1028 * <!-- end-user-doc -->
1029 * @param object the target of the switch. 1029 * @param object the target of the switch.
1030 * @return the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'. 1030 * @return the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'.
1031 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1031 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1032 * @generated 1032 * @generated
1033 */ 1033 */
1034 public T casePartialModelDeclaration(PartialModelDeclaration object) 1034 public T casePartialModelDeclaration(PartialModelDeclaration object)
1035 { 1035 {
1036 return null; 1036 return null;
1037 } 1037 }
1038 1038
1039 /** 1039 /**
1040 * Returns the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'. 1040 * Returns the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'.
1041 * <!-- begin-user-doc --> 1041 * <!-- begin-user-doc -->
1042 * This implementation returns null; 1042 * This implementation returns null;
1043 * returning a non-null result will terminate the switch. 1043 * returning a non-null result will terminate the switch.
1044 * <!-- end-user-doc --> 1044 * <!-- end-user-doc -->
1045 * @param object the target of the switch. 1045 * @param object the target of the switch.
1046 * @return the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'. 1046 * @return the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'.
1047 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1047 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1048 * @generated 1048 * @generated
1049 */ 1049 */
1050 public T casePartialModelReference(PartialModelReference object) 1050 public T casePartialModelReference(PartialModelReference object)
1051 { 1051 {
1052 return null; 1052 return null;
1053 } 1053 }
1054 1054
1055 /** 1055 /**
1056 * Returns the result of interpreting the object as an instance of '<em>Partial Model</em>'. 1056 * Returns the result of interpreting the object as an instance of '<em>Partial Model</em>'.
1057 * <!-- begin-user-doc --> 1057 * <!-- begin-user-doc -->
1058 * This implementation returns null; 1058 * This implementation returns null;
1059 * returning a non-null result will terminate the switch. 1059 * returning a non-null result will terminate the switch.
1060 * <!-- end-user-doc --> 1060 * <!-- end-user-doc -->
1061 * @param object the target of the switch. 1061 * @param object the target of the switch.
1062 * @return the result of interpreting the object as an instance of '<em>Partial Model</em>'. 1062 * @return the result of interpreting the object as an instance of '<em>Partial Model</em>'.
1063 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1063 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1064 * @generated 1064 * @generated
1065 */ 1065 */
1066 public T casePartialModel(PartialModel object) 1066 public T casePartialModel(PartialModel object)
1067 { 1067 {
1068 return null; 1068 return null;
1069 } 1069 }
1070 1070
1071 /** 1071 /**
1072 * Returns the result of interpreting the object as an instance of '<em>Pattern Specification</em>'. 1072 * Returns the result of interpreting the object as an instance of '<em>Pattern Specification</em>'.
1073 * <!-- begin-user-doc --> 1073 * <!-- begin-user-doc -->
1074 * This implementation returns null; 1074 * This implementation returns null;
1075 * returning a non-null result will terminate the switch. 1075 * returning a non-null result will terminate the switch.
1076 * <!-- end-user-doc --> 1076 * <!-- end-user-doc -->
1077 * @param object the target of the switch. 1077 * @param object the target of the switch.
1078 * @return the result of interpreting the object as an instance of '<em>Pattern Specification</em>'. 1078 * @return the result of interpreting the object as an instance of '<em>Pattern Specification</em>'.
1079 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1079 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1080 * @generated 1080 * @generated
1081 */ 1081 */
1082 public T casePatternSpecification(PatternSpecification object) 1082 public T casePatternSpecification(PatternSpecification object)
1083 { 1083 {
1084 return null; 1084 return null;
1085 } 1085 }
1086 1086
1087 /** 1087 /**
1088 * Returns the result of interpreting the object as an instance of '<em>Pattern Entry</em>'. 1088 * Returns the result of interpreting the object as an instance of '<em>Pattern Entry</em>'.
1089 * <!-- begin-user-doc --> 1089 * <!-- begin-user-doc -->
1090 * This implementation returns null; 1090 * This implementation returns null;
1091 * returning a non-null result will terminate the switch. 1091 * returning a non-null result will terminate the switch.
1092 * <!-- end-user-doc --> 1092 * <!-- end-user-doc -->
1093 * @param object the target of the switch. 1093 * @param object the target of the switch.
1094 * @return the result of interpreting the object as an instance of '<em>Pattern Entry</em>'. 1094 * @return the result of interpreting the object as an instance of '<em>Pattern Entry</em>'.
1095 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1095 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1096 * @generated 1096 * @generated
1097 */ 1097 */
1098 public T casePatternEntry(PatternEntry object) 1098 public T casePatternEntry(PatternEntry object)
1099 { 1099 {
1100 return null; 1100 return null;
1101 } 1101 }
1102 1102
1103 /** 1103 /**
1104 * Returns the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'. 1104 * Returns the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'.
1105 * <!-- begin-user-doc --> 1105 * <!-- begin-user-doc -->
1106 * This implementation returns null; 1106 * This implementation returns null;
1107 * returning a non-null result will terminate the switch. 1107 * returning a non-null result will terminate the switch.
1108 * <!-- end-user-doc --> 1108 * <!-- end-user-doc -->
1109 * @param object the target of the switch. 1109 * @param object the target of the switch.
1110 * @return the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'. 1110 * @return the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'.
1111 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1111 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1112 * @generated 1112 * @generated
1113 */ 1113 */
1114 public T caseAllPatternEntry(AllPatternEntry object) 1114 public T caseAllPatternEntry(AllPatternEntry object)
1115 { 1115 {
1116 return null; 1116 return null;
1117 } 1117 }
1118 1118
1119 /** 1119 /**
1120 * Returns the result of interpreting the object as an instance of '<em>Pattern Element</em>'. 1120 * Returns the result of interpreting the object as an instance of '<em>Pattern Element</em>'.
1121 * <!-- begin-user-doc --> 1121 * <!-- begin-user-doc -->
1122 * This implementation returns null; 1122 * This implementation returns null;
1123 * returning a non-null result will terminate the switch. 1123 * returning a non-null result will terminate the switch.
1124 * <!-- end-user-doc --> 1124 * <!-- end-user-doc -->
1125 * @param object the target of the switch. 1125 * @param object the target of the switch.
1126 * @return the result of interpreting the object as an instance of '<em>Pattern Element</em>'. 1126 * @return the result of interpreting the object as an instance of '<em>Pattern Element</em>'.
1127 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1127 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1128 * @generated 1128 * @generated
1129 */ 1129 */
1130 public T casePatternElement(PatternElement object) 1130 public T casePatternElement(PatternElement object)
1131 { 1131 {
1132 return null; 1132 return null;
1133 } 1133 }
1134 1134
1135 /** 1135 /**
1136 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'. 1136 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'.
1137 * <!-- begin-user-doc --> 1137 * <!-- begin-user-doc -->
1138 * This implementation returns null; 1138 * This implementation returns null;
1139 * returning a non-null result will terminate the switch. 1139 * returning a non-null result will terminate the switch.
1140 * <!-- end-user-doc --> 1140 * <!-- end-user-doc -->
1141 * @param object the target of the switch. 1141 * @param object the target of the switch.
1142 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'. 1142 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'.
1143 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1143 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1144 * @generated 1144 * @generated
1145 */ 1145 */
1146 public T caseGraphPatternDeclaration(GraphPatternDeclaration object) 1146 public T caseGraphPatternDeclaration(GraphPatternDeclaration object)
1147 { 1147 {
1148 return null; 1148 return null;
1149 } 1149 }
1150 1150
1151 /** 1151 /**
1152 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'. 1152 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'.
1153 * <!-- begin-user-doc --> 1153 * <!-- begin-user-doc -->
1154 * This implementation returns null; 1154 * This implementation returns null;
1155 * returning a non-null result will terminate the switch. 1155 * returning a non-null result will terminate the switch.
1156 * <!-- end-user-doc --> 1156 * <!-- end-user-doc -->
1157 * @param object the target of the switch. 1157 * @param object the target of the switch.
1158 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'. 1158 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'.
1159 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1159 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1160 * @generated 1160 * @generated
1161 */ 1161 */
1162 public T caseGraphPatternReference(GraphPatternReference object) 1162 public T caseGraphPatternReference(GraphPatternReference object)
1163 { 1163 {
1164 return null; 1164 return null;
1165 } 1165 }
1166 1166
1167 /** 1167 /**
1168 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern</em>'. 1168 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern</em>'.
1169 * <!-- begin-user-doc --> 1169 * <!-- begin-user-doc -->
1170 * This implementation returns null; 1170 * This implementation returns null;
1171 * returning a non-null result will terminate the switch. 1171 * returning a non-null result will terminate the switch.
1172 * <!-- end-user-doc --> 1172 * <!-- end-user-doc -->
1173 * @param object the target of the switch. 1173 * @param object the target of the switch.
1174 * @return the result of interpreting the object as an instance of '<em>Graph Pattern</em>'. 1174 * @return the result of interpreting the object as an instance of '<em>Graph Pattern</em>'.
1175 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1175 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1176 * @generated 1176 * @generated
1177 */ 1177 */
1178 public T caseGraphPattern(GraphPattern object) 1178 public T caseGraphPattern(GraphPattern object)
1179 { 1179 {
1180 return null; 1180 return null;
1181 } 1181 }
1182 1182
1183 /** 1183 /**
1184 * Returns the result of interpreting the object as an instance of '<em>Objective Specification</em>'. 1184 * Returns the result of interpreting the object as an instance of '<em>Objective Specification</em>'.
1185 * <!-- begin-user-doc --> 1185 * <!-- begin-user-doc -->
1186 * This implementation returns null; 1186 * This implementation returns null;
1187 * returning a non-null result will terminate the switch. 1187 * returning a non-null result will terminate the switch.
1188 * <!-- end-user-doc --> 1188 * <!-- end-user-doc -->
1189 * @param object the target of the switch. 1189 * @param object the target of the switch.
1190 * @return the result of interpreting the object as an instance of '<em>Objective Specification</em>'. 1190 * @return the result of interpreting the object as an instance of '<em>Objective Specification</em>'.
1191 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1191 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1192 * @generated 1192 * @generated
1193 */ 1193 */
1194 public T caseObjectiveSpecification(ObjectiveSpecification object) 1194 public T caseObjectiveSpecification(ObjectiveSpecification object)
1195 { 1195 {
1196 return null; 1196 return null;
1197 } 1197 }
1198 1198
1199 /** 1199 /**
1200 * Returns the result of interpreting the object as an instance of '<em>Objective Entry</em>'. 1200 * Returns the result of interpreting the object as an instance of '<em>Objective Entry</em>'.
1201 * <!-- begin-user-doc --> 1201 * <!-- begin-user-doc -->
1202 * This implementation returns null; 1202 * This implementation returns null;
1203 * returning a non-null result will terminate the switch. 1203 * returning a non-null result will terminate the switch.
1204 * <!-- end-user-doc --> 1204 * <!-- end-user-doc -->
1205 * @param object the target of the switch. 1205 * @param object the target of the switch.
1206 * @return the result of interpreting the object as an instance of '<em>Objective Entry</em>'. 1206 * @return the result of interpreting the object as an instance of '<em>Objective Entry</em>'.
1207 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1207 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1208 * @generated 1208 * @generated
1209 */ 1209 */
1210 public T caseObjectiveEntry(ObjectiveEntry object) 1210 public T caseObjectiveEntry(ObjectiveEntry object)
1211 { 1211 {
1212 return null; 1212 return null;
1213 } 1213 }
1214 1214
1215 /** 1215 /**
1216 * Returns the result of interpreting the object as an instance of '<em>Optimization Entry</em>'. 1216 * Returns the result of interpreting the object as an instance of '<em>Optimization Entry</em>'.
1217 * <!-- begin-user-doc --> 1217 * <!-- begin-user-doc -->
1218 * This implementation returns null; 1218 * This implementation returns null;
1219 * returning a non-null result will terminate the switch. 1219 * returning a non-null result will terminate the switch.
1220 * <!-- end-user-doc --> 1220 * <!-- end-user-doc -->
1221 * @param object the target of the switch. 1221 * @param object the target of the switch.
1222 * @return the result of interpreting the object as an instance of '<em>Optimization Entry</em>'. 1222 * @return the result of interpreting the object as an instance of '<em>Optimization Entry</em>'.
1223 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1223 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1224 * @generated 1224 * @generated
1225 */ 1225 */
1226 public T caseOptimizationEntry(OptimizationEntry object) 1226 public T caseOptimizationEntry(OptimizationEntry object)
1227 { 1227 {
1228 return null; 1228 return null;
1229 } 1229 }
1230 1230
1231 /** 1231 /**
1232 * Returns the result of interpreting the object as an instance of '<em>Threshold Entry</em>'. 1232 * Returns the result of interpreting the object as an instance of '<em>Threshold Entry</em>'.
1233 * <!-- begin-user-doc --> 1233 * <!-- begin-user-doc -->
1234 * This implementation returns null; 1234 * This implementation returns null;
1235 * returning a non-null result will terminate the switch. 1235 * returning a non-null result will terminate the switch.
1236 * <!-- end-user-doc --> 1236 * <!-- end-user-doc -->
1237 * @param object the target of the switch. 1237 * @param object the target of the switch.
1238 * @return the result of interpreting the object as an instance of '<em>Threshold Entry</em>'. 1238 * @return the result of interpreting the object as an instance of '<em>Threshold Entry</em>'.
1239 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1239 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1240 * @generated 1240 * @generated
1241 */ 1241 */
1242 public T caseThresholdEntry(ThresholdEntry object) 1242 public T caseThresholdEntry(ThresholdEntry object)
1243 { 1243 {
1244 return null; 1244 return null;
1245 } 1245 }
1246 1246
1247 /** 1247 /**
1248 * Returns the result of interpreting the object as an instance of '<em>Objective Function</em>'. 1248 * Returns the result of interpreting the object as an instance of '<em>Objective Function</em>'.
1249 * <!-- begin-user-doc --> 1249 * <!-- begin-user-doc -->
1250 * This implementation returns null; 1250 * This implementation returns null;
1251 * returning a non-null result will terminate the switch. 1251 * returning a non-null result will terminate the switch.
1252 * <!-- end-user-doc --> 1252 * <!-- end-user-doc -->
1253 * @param object the target of the switch. 1253 * @param object the target of the switch.
1254 * @return the result of interpreting the object as an instance of '<em>Objective Function</em>'. 1254 * @return the result of interpreting the object as an instance of '<em>Objective Function</em>'.
1255 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1255 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1256 * @generated 1256 * @generated
1257 */ 1257 */
1258 public T caseObjectiveFunction(ObjectiveFunction object) 1258 public T caseObjectiveFunction(ObjectiveFunction object)
1259 { 1259 {
1260 return null; 1260 return null;
1261 } 1261 }
1262 1262
1263 /** 1263 /**
1264 * Returns the result of interpreting the object as an instance of '<em>Cost Objective Function</em>'. 1264 * Returns the result of interpreting the object as an instance of '<em>Cost Objective Function</em>'.
1265 * <!-- begin-user-doc --> 1265 * <!-- begin-user-doc -->
1266 * This implementation returns null; 1266 * This implementation returns null;
1267 * returning a non-null result will terminate the switch. 1267 * returning a non-null result will terminate the switch.
1268 * <!-- end-user-doc --> 1268 * <!-- end-user-doc -->
1269 * @param object the target of the switch. 1269 * @param object the target of the switch.
1270 * @return the result of interpreting the object as an instance of '<em>Cost Objective Function</em>'. 1270 * @return the result of interpreting the object as an instance of '<em>Cost Objective Function</em>'.
1271 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1271 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1272 * @generated 1272 * @generated
1273 */ 1273 */
1274 public T caseCostObjectiveFunction(CostObjectiveFunction object) 1274 public T caseCostObjectiveFunction(CostObjectiveFunction object)
1275 { 1275 {
1276 return null; 1276 return null;
1277 } 1277 }
1278 1278
1279 /** 1279 /**
1280 * Returns the result of interpreting the object as an instance of '<em>Cost Entry</em>'. 1280 * Returns the result of interpreting the object as an instance of '<em>Cost Entry</em>'.
1281 * <!-- begin-user-doc --> 1281 * <!-- begin-user-doc -->
1282 * This implementation returns null; 1282 * This implementation returns null;
1283 * returning a non-null result will terminate the switch. 1283 * returning a non-null result will terminate the switch.
1284 * <!-- end-user-doc --> 1284 * <!-- end-user-doc -->
1285 * @param object the target of the switch. 1285 * @param object the target of the switch.
1286 * @return the result of interpreting the object as an instance of '<em>Cost Entry</em>'. 1286 * @return the result of interpreting the object as an instance of '<em>Cost Entry</em>'.
1287 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1287 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1288 * @generated 1288 * @generated
1289 */ 1289 */
1290 public T caseCostEntry(CostEntry object) 1290 public T caseCostEntry(CostEntry object)
1291 { 1291 {
1292 return null; 1292 return null;
1293 } 1293 }
1294 1294
1295 /** 1295 /**
1296 * Returns the result of interpreting the object as an instance of '<em>Objective Declaration</em>'. 1296 * Returns the result of interpreting the object as an instance of '<em>Objective Declaration</em>'.
1297 * <!-- begin-user-doc --> 1297 * <!-- begin-user-doc -->
1298 * This implementation returns null; 1298 * This implementation returns null;
1299 * returning a non-null result will terminate the switch. 1299 * returning a non-null result will terminate the switch.
1300 * <!-- end-user-doc --> 1300 * <!-- end-user-doc -->
1301 * @param object the target of the switch. 1301 * @param object the target of the switch.
1302 * @return the result of interpreting the object as an instance of '<em>Objective Declaration</em>'. 1302 * @return the result of interpreting the object as an instance of '<em>Objective Declaration</em>'.
1303 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1303 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1304 * @generated 1304 * @generated
1305 */ 1305 */
1306 public T caseObjectiveDeclaration(ObjectiveDeclaration object) 1306 public T caseObjectiveDeclaration(ObjectiveDeclaration object)
1307 { 1307 {
1308 return null; 1308 return null;
1309 } 1309 }
1310 1310
1311 /** 1311 /**
1312 * Returns the result of interpreting the object as an instance of '<em>Objective Reference</em>'. 1312 * Returns the result of interpreting the object as an instance of '<em>Objective Reference</em>'.
1313 * <!-- begin-user-doc --> 1313 * <!-- begin-user-doc -->
1314 * This implementation returns null; 1314 * This implementation returns null;
1315 * returning a non-null result will terminate the switch. 1315 * returning a non-null result will terminate the switch.
1316 * <!-- end-user-doc --> 1316 * <!-- end-user-doc -->
1317 * @param object the target of the switch. 1317 * @param object the target of the switch.
1318 * @return the result of interpreting the object as an instance of '<em>Objective Reference</em>'. 1318 * @return the result of interpreting the object as an instance of '<em>Objective Reference</em>'.
1319 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1319 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1320 * @generated 1320 * @generated
1321 */ 1321 */
1322 public T caseObjectiveReference(ObjectiveReference object) 1322 public T caseObjectiveReference(ObjectiveReference object)
1323 { 1323 {
1324 return null; 1324 return null;
1325 } 1325 }
1326 1326
1327 /** 1327 /**
1328 * Returns the result of interpreting the object as an instance of '<em>Objective</em>'. 1328 * Returns the result of interpreting the object as an instance of '<em>Objective</em>'.
1329 * <!-- begin-user-doc --> 1329 * <!-- begin-user-doc -->
1330 * This implementation returns null; 1330 * This implementation returns null;
1331 * returning a non-null result will terminate the switch. 1331 * returning a non-null result will terminate the switch.
1332 * <!-- end-user-doc --> 1332 * <!-- end-user-doc -->
1333 * @param object the target of the switch. 1333 * @param object the target of the switch.
1334 * @return the result of interpreting the object as an instance of '<em>Objective</em>'. 1334 * @return the result of interpreting the object as an instance of '<em>Objective</em>'.
1335 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1335 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1336 * @generated 1336 * @generated
1337 */ 1337 */
1338 public T caseObjective(Objective object) 1338 public T caseObjective(Objective object)
1339 { 1339 {
1340 return null; 1340 return null;
1341 } 1341 }
1342 1342
1343 /** 1343 /**
1344 * Returns the result of interpreting the object as an instance of '<em>Config Specification</em>'. 1344 * Returns the result of interpreting the object as an instance of '<em>Config Specification</em>'.
1345 * <!-- begin-user-doc --> 1345 * <!-- begin-user-doc -->
1346 * This implementation returns null; 1346 * This implementation returns null;
1347 * returning a non-null result will terminate the switch. 1347 * returning a non-null result will terminate the switch.
1348 * <!-- end-user-doc --> 1348 * <!-- end-user-doc -->
1349 * @param object the target of the switch. 1349 * @param object the target of the switch.
1350 * @return the result of interpreting the object as an instance of '<em>Config Specification</em>'. 1350 * @return the result of interpreting the object as an instance of '<em>Config Specification</em>'.
1351 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1351 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1352 * @generated 1352 * @generated
1353 */ 1353 */
1354 public T caseConfigSpecification(ConfigSpecification object) 1354 public T caseConfigSpecification(ConfigSpecification object)
1355 { 1355 {
1356 return null; 1356 return null;
1357 } 1357 }
1358 1358
1359 /** 1359 /**
1360 * Returns the result of interpreting the object as an instance of '<em>Config Declaration</em>'. 1360 * Returns the result of interpreting the object as an instance of '<em>Config Declaration</em>'.
1361 * <!-- begin-user-doc --> 1361 * <!-- begin-user-doc -->
1362 * This implementation returns null; 1362 * This implementation returns null;
1363 * returning a non-null result will terminate the switch. 1363 * returning a non-null result will terminate the switch.
1364 * <!-- end-user-doc --> 1364 * <!-- end-user-doc -->
1365 * @param object the target of the switch. 1365 * @param object the target of the switch.
1366 * @return the result of interpreting the object as an instance of '<em>Config Declaration</em>'. 1366 * @return the result of interpreting the object as an instance of '<em>Config Declaration</em>'.
1367 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1367 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1368 * @generated 1368 * @generated
1369 */ 1369 */
1370 public T caseConfigDeclaration(ConfigDeclaration object) 1370 public T caseConfigDeclaration(ConfigDeclaration object)
1371 { 1371 {
1372 return null; 1372 return null;
1373 } 1373 }
1374 1374
1375 /** 1375 /**
1376 * Returns the result of interpreting the object as an instance of '<em>Config Entry</em>'. 1376 * Returns the result of interpreting the object as an instance of '<em>Config Entry</em>'.
1377 * <!-- begin-user-doc --> 1377 * <!-- begin-user-doc -->
1378 * This implementation returns null; 1378 * This implementation returns null;
1379 * returning a non-null result will terminate the switch. 1379 * returning a non-null result will terminate the switch.
1380 * <!-- end-user-doc --> 1380 * <!-- end-user-doc -->
1381 * @param object the target of the switch. 1381 * @param object the target of the switch.
1382 * @return the result of interpreting the object as an instance of '<em>Config Entry</em>'. 1382 * @return the result of interpreting the object as an instance of '<em>Config Entry</em>'.
1383 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1383 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1384 * @generated 1384 * @generated
1385 */ 1385 */
1386 public T caseConfigEntry(ConfigEntry object) 1386 public T caseConfigEntry(ConfigEntry object)
1387 { 1387 {
1388 return null; 1388 return null;
1389 } 1389 }
1390 1390
1391 /** 1391 /**
1392 * Returns the result of interpreting the object as an instance of '<em>Documentation Entry</em>'. 1392 * Returns the result of interpreting the object as an instance of '<em>Documentation Entry</em>'.
1393 * <!-- begin-user-doc --> 1393 * <!-- begin-user-doc -->
1394 * This implementation returns null; 1394 * This implementation returns null;
1395 * returning a non-null result will terminate the switch. 1395 * returning a non-null result will terminate the switch.
1396 * <!-- end-user-doc --> 1396 * <!-- end-user-doc -->
1397 * @param object the target of the switch. 1397 * @param object the target of the switch.
1398 * @return the result of interpreting the object as an instance of '<em>Documentation Entry</em>'. 1398 * @return the result of interpreting the object as an instance of '<em>Documentation Entry</em>'.
1399 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1399 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1400 * @generated 1400 * @generated
1401 */ 1401 */
1402 public T caseDocumentationEntry(DocumentationEntry object) 1402 public T caseDocumentationEntry(DocumentationEntry object)
1403 { 1403 {
1404 return null; 1404 return null;
1405 } 1405 }
1406 1406
1407 /** 1407 /**
1408 * Returns the result of interpreting the object as an instance of '<em>Runtime Entry</em>'. 1408 * Returns the result of interpreting the object as an instance of '<em>Runtime Entry</em>'.
1409 * <!-- begin-user-doc --> 1409 * <!-- begin-user-doc -->
1410 * This implementation returns null; 1410 * This implementation returns null;
1411 * returning a non-null result will terminate the switch. 1411 * returning a non-null result will terminate the switch.
1412 * <!-- end-user-doc --> 1412 * <!-- end-user-doc -->
1413 * @param object the target of the switch. 1413 * @param object the target of the switch.
1414 * @return the result of interpreting the object as an instance of '<em>Runtime Entry</em>'. 1414 * @return the result of interpreting the object as an instance of '<em>Runtime Entry</em>'.
1415 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1415 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1416 * @generated 1416 * @generated
1417 */ 1417 */
1418 public T caseRuntimeEntry(RuntimeEntry object) 1418 public T caseRuntimeEntry(RuntimeEntry object)
1419 { 1419 {
1420 return null; 1420 return null;
1421 } 1421 }
1422 1422
1423 /** 1423 /**
1424 * Returns the result of interpreting the object as an instance of '<em>Memory Entry</em>'. 1424 * Returns the result of interpreting the object as an instance of '<em>Memory Entry</em>'.
1425 * <!-- begin-user-doc --> 1425 * <!-- begin-user-doc -->
1426 * This implementation returns null; 1426 * This implementation returns null;
1427 * returning a non-null result will terminate the switch. 1427 * returning a non-null result will terminate the switch.
1428 * <!-- end-user-doc --> 1428 * <!-- end-user-doc -->
1429 * @param object the target of the switch. 1429 * @param object the target of the switch.
1430 * @return the result of interpreting the object as an instance of '<em>Memory Entry</em>'. 1430 * @return the result of interpreting the object as an instance of '<em>Memory Entry</em>'.
1431 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1431 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1432 * @generated 1432 * @generated
1433 */ 1433 */
1434 public T caseMemoryEntry(MemoryEntry object) 1434 public T caseMemoryEntry(MemoryEntry object)
1435 { 1435 {
1436 return null; 1436 return null;
1437 } 1437 }
1438 1438
1439 /** 1439 /**
1440 * Returns the result of interpreting the object as an instance of '<em>Custom Entry</em>'. 1440 * Returns the result of interpreting the object as an instance of '<em>Custom Entry</em>'.
1441 * <!-- begin-user-doc --> 1441 * <!-- begin-user-doc -->
1442 * This implementation returns null; 1442 * This implementation returns null;
1443 * returning a non-null result will terminate the switch. 1443 * returning a non-null result will terminate the switch.
1444 * <!-- end-user-doc --> 1444 * <!-- end-user-doc -->
1445 * @param object the target of the switch. 1445 * @param object the target of the switch.
1446 * @return the result of interpreting the object as an instance of '<em>Custom Entry</em>'. 1446 * @return the result of interpreting the object as an instance of '<em>Custom Entry</em>'.
1447 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1447 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1448 * @generated 1448 * @generated
1449 */ 1449 */
1450 public T caseCustomEntry(CustomEntry object) 1450 public T caseCustomEntry(CustomEntry object)
1451 { 1451 {
1452 return null; 1452 return null;
1453 } 1453 }
1454 1454
1455 /** 1455 /**
1456 * Returns the result of interpreting the object as an instance of '<em>Config Reference</em>'. 1456 * Returns the result of interpreting the object as an instance of '<em>Config Reference</em>'.
1457 * <!-- begin-user-doc --> 1457 * <!-- begin-user-doc -->
1458 * This implementation returns null; 1458 * This implementation returns null;
1459 * returning a non-null result will terminate the switch. 1459 * returning a non-null result will terminate the switch.
1460 * <!-- end-user-doc --> 1460 * <!-- end-user-doc -->
1461 * @param object the target of the switch. 1461 * @param object the target of the switch.
1462 * @return the result of interpreting the object as an instance of '<em>Config Reference</em>'. 1462 * @return the result of interpreting the object as an instance of '<em>Config Reference</em>'.
1463 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1463 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1464 * @generated 1464 * @generated
1465 */ 1465 */
1466 public T caseConfigReference(ConfigReference object) 1466 public T caseConfigReference(ConfigReference object)
1467 { 1467 {
1468 return null; 1468 return null;
1469 } 1469 }
1470 1470
1471 /** 1471 /**
1472 * Returns the result of interpreting the object as an instance of '<em>Config</em>'. 1472 * Returns the result of interpreting the object as an instance of '<em>Config</em>'.
1473 * <!-- begin-user-doc --> 1473 * <!-- begin-user-doc -->
1474 * This implementation returns null; 1474 * This implementation returns null;
1475 * returning a non-null result will terminate the switch. 1475 * returning a non-null result will terminate the switch.
1476 * <!-- end-user-doc --> 1476 * <!-- end-user-doc -->
1477 * @param object the target of the switch. 1477 * @param object the target of the switch.
1478 * @return the result of interpreting the object as an instance of '<em>Config</em>'. 1478 * @return the result of interpreting the object as an instance of '<em>Config</em>'.
1479 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1479 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1480 * @generated 1480 * @generated
1481 */ 1481 */
1482 public T caseConfig(Config object) 1482 public T caseConfig(Config object)
1483 { 1483 {
1484 return null; 1484 return null;
1485 } 1485 }
1486 1486
1487 /** 1487 /**
1488 * Returns the result of interpreting the object as an instance of '<em>Scope Specification</em>'. 1488 * Returns the result of interpreting the object as an instance of '<em>Scope Specification</em>'.
1489 * <!-- begin-user-doc --> 1489 * <!-- begin-user-doc -->
1490 * This implementation returns null; 1490 * This implementation returns null;
1491 * returning a non-null result will terminate the switch. 1491 * returning a non-null result will terminate the switch.
1492 * <!-- end-user-doc --> 1492 * <!-- end-user-doc -->
1493 * @param object the target of the switch. 1493 * @param object the target of the switch.
1494 * @return the result of interpreting the object as an instance of '<em>Scope Specification</em>'. 1494 * @return the result of interpreting the object as an instance of '<em>Scope Specification</em>'.
1495 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1495 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1496 * @generated 1496 * @generated
1497 */ 1497 */
1498 public T caseScopeSpecification(ScopeSpecification object) 1498 public T caseScopeSpecification(ScopeSpecification object)
1499 { 1499 {
1500 return null; 1500 return null;
1501 } 1501 }
1502 1502
1503 /** 1503 /**
1504 * Returns the result of interpreting the object as an instance of '<em>Type Scope</em>'. 1504 * Returns the result of interpreting the object as an instance of '<em>Type Scope</em>'.
1505 * <!-- begin-user-doc --> 1505 * <!-- begin-user-doc -->
1506 * This implementation returns null; 1506 * This implementation returns null;
1507 * returning a non-null result will terminate the switch. 1507 * returning a non-null result will terminate the switch.
1508 * <!-- end-user-doc --> 1508 * <!-- end-user-doc -->
1509 * @param object the target of the switch. 1509 * @param object the target of the switch.
1510 * @return the result of interpreting the object as an instance of '<em>Type Scope</em>'. 1510 * @return the result of interpreting the object as an instance of '<em>Type Scope</em>'.
1511 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1511 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1512 * @generated 1512 * @generated
1513 */ 1513 */
1514 public T caseTypeScope(TypeScope object) 1514 public T caseTypeScope(TypeScope object)
1515 { 1515 {
1516 return null; 1516 return null;
1517 } 1517 }
1518 1518
1519 /** 1519 /**
1520 * Returns the result of interpreting the object as an instance of '<em>Class Type Scope</em>'. 1520 * Returns the result of interpreting the object as an instance of '<em>Class Type Scope</em>'.
1521 * <!-- begin-user-doc --> 1521 * <!-- begin-user-doc -->
1522 * This implementation returns null; 1522 * This implementation returns null;
1523 * returning a non-null result will terminate the switch. 1523 * returning a non-null result will terminate the switch.
1524 * <!-- end-user-doc --> 1524 * <!-- end-user-doc -->
1525 * @param object the target of the switch. 1525 * @param object the target of the switch.
1526 * @return the result of interpreting the object as an instance of '<em>Class Type Scope</em>'. 1526 * @return the result of interpreting the object as an instance of '<em>Class Type Scope</em>'.
1527 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1527 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1528 * @generated 1528 * @generated
1529 */ 1529 */
1530 public T caseClassTypeScope(ClassTypeScope object) 1530 public T caseClassTypeScope(ClassTypeScope object)
1531 { 1531 {
1532 return null; 1532 return null;
1533 } 1533 }
1534 1534
1535 /** 1535 /**
1536 * Returns the result of interpreting the object as an instance of '<em>Object Type Scope</em>'. 1536 * Returns the result of interpreting the object as an instance of '<em>Object Type Scope</em>'.
1537 * <!-- begin-user-doc --> 1537 * <!-- begin-user-doc -->
1538 * This implementation returns null; 1538 * This implementation returns null;
1539 * returning a non-null result will terminate the switch. 1539 * returning a non-null result will terminate the switch.
1540 * <!-- end-user-doc --> 1540 * <!-- end-user-doc -->
1541 * @param object the target of the switch. 1541 * @param object the target of the switch.
1542 * @return the result of interpreting the object as an instance of '<em>Object Type Scope</em>'. 1542 * @return the result of interpreting the object as an instance of '<em>Object Type Scope</em>'.
1543 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1543 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1544 * @generated 1544 * @generated
1545 */ 1545 */
1546 public T caseObjectTypeScope(ObjectTypeScope object) 1546 public T caseObjectTypeScope(ObjectTypeScope object)
1547 { 1547 {
1548 return null; 1548 return null;
1549 } 1549 }
1550 1550
1551 /** 1551 /**
1552 * Returns the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'. 1552 * Returns the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'.
1553 * <!-- begin-user-doc --> 1553 * <!-- begin-user-doc -->
1554 * This implementation returns null; 1554 * This implementation returns null;
1555 * returning a non-null result will terminate the switch. 1555 * returning a non-null result will terminate the switch.
1556 * <!-- end-user-doc --> 1556 * <!-- end-user-doc -->
1557 * @param object the target of the switch. 1557 * @param object the target of the switch.
1558 * @return the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'. 1558 * @return the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'.
1559 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1559 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1560 * @generated 1560 * @generated
1561 */ 1561 */
1562 public T caseIntegerTypeScope(IntegerTypeScope object) 1562 public T caseIntegerTypeScope(IntegerTypeScope object)
1563 { 1563 {
1564 return null; 1564 return null;
1565 } 1565 }
1566 1566
1567 /** 1567 /**
1568 * Returns the result of interpreting the object as an instance of '<em>Real Type Scope</em>'. 1568 * Returns the result of interpreting the object as an instance of '<em>Real Type Scope</em>'.
1569 * <!-- begin-user-doc --> 1569 * <!-- begin-user-doc -->
1570 * This implementation returns null; 1570 * This implementation returns null;
1571 * returning a non-null result will terminate the switch. 1571 * returning a non-null result will terminate the switch.
1572 * <!-- end-user-doc --> 1572 * <!-- end-user-doc -->
1573 * @param object the target of the switch. 1573 * @param object the target of the switch.
1574 * @return the result of interpreting the object as an instance of '<em>Real Type Scope</em>'. 1574 * @return the result of interpreting the object as an instance of '<em>Real Type Scope</em>'.
1575 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1575 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1576 * @generated 1576 * @generated
1577 */ 1577 */
1578 public T caseRealTypeScope(RealTypeScope object) 1578 public T caseRealTypeScope(RealTypeScope object)
1579 { 1579 {
1580 return null; 1580 return null;
1581 } 1581 }
1582 1582
1583 /** 1583 /**
1584 * Returns the result of interpreting the object as an instance of '<em>String Type Scope</em>'. 1584 * Returns the result of interpreting the object as an instance of '<em>String Type Scope</em>'.
1585 * <!-- begin-user-doc --> 1585 * <!-- begin-user-doc -->
1586 * This implementation returns null; 1586 * This implementation returns null;
1587 * returning a non-null result will terminate the switch. 1587 * returning a non-null result will terminate the switch.
1588 * <!-- end-user-doc --> 1588 * <!-- end-user-doc -->
1589 * @param object the target of the switch. 1589 * @param object the target of the switch.
1590 * @return the result of interpreting the object as an instance of '<em>String Type Scope</em>'. 1590 * @return the result of interpreting the object as an instance of '<em>String Type Scope</em>'.
1591 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1591 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1592 * @generated 1592 * @generated
1593 */ 1593 */
1594 public T caseStringTypeScope(StringTypeScope object) 1594 public T caseStringTypeScope(StringTypeScope object)
1595 { 1595 {
1596 return null; 1596 return null;
1597 } 1597 }
1598 1598
1599 /** 1599 /**
1600 * Returns the result of interpreting the object as an instance of '<em>Type Reference</em>'. 1600 * Returns the result of interpreting the object as an instance of '<em>Type Reference</em>'.
1601 * <!-- begin-user-doc --> 1601 * <!-- begin-user-doc -->
1602 * This implementation returns null; 1602 * This implementation returns null;
1603 * returning a non-null result will terminate the switch. 1603 * returning a non-null result will terminate the switch.
1604 * <!-- end-user-doc --> 1604 * <!-- end-user-doc -->
1605 * @param object the target of the switch. 1605 * @param object the target of the switch.
1606 * @return the result of interpreting the object as an instance of '<em>Type Reference</em>'. 1606 * @return the result of interpreting the object as an instance of '<em>Type Reference</em>'.
1607 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1607 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1608 * @generated 1608 * @generated
1609 */ 1609 */
1610 public T caseTypeReference(TypeReference object) 1610 public T caseTypeReference(TypeReference object)
1611 { 1611 {
1612 return null; 1612 return null;
1613 } 1613 }
1614 1614
1615 /** 1615 /**
1616 * Returns the result of interpreting the object as an instance of '<em>Class Reference</em>'. 1616 * Returns the result of interpreting the object as an instance of '<em>Class Reference</em>'.
1617 * <!-- begin-user-doc --> 1617 * <!-- begin-user-doc -->
1618 * This implementation returns null; 1618 * This implementation returns null;
1619 * returning a non-null result will terminate the switch. 1619 * returning a non-null result will terminate the switch.
1620 * <!-- end-user-doc --> 1620 * <!-- end-user-doc -->
1621 * @param object the target of the switch. 1621 * @param object the target of the switch.
1622 * @return the result of interpreting the object as an instance of '<em>Class Reference</em>'. 1622 * @return the result of interpreting the object as an instance of '<em>Class Reference</em>'.
1623 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1623 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1624 * @generated 1624 * @generated
1625 */ 1625 */
1626 public T caseClassReference(ClassReference object) 1626 public T caseClassReference(ClassReference object)
1627 { 1627 {
1628 return null; 1628 return null;
1629 } 1629 }
1630 1630
1631 /** 1631 /**
1632 * Returns the result of interpreting the object as an instance of '<em>Object Reference</em>'. 1632 * Returns the result of interpreting the object as an instance of '<em>Object Reference</em>'.
1633 * <!-- begin-user-doc --> 1633 * <!-- begin-user-doc -->
1634 * This implementation returns null; 1634 * This implementation returns null;
1635 * returning a non-null result will terminate the switch. 1635 * returning a non-null result will terminate the switch.
1636 * <!-- end-user-doc --> 1636 * <!-- end-user-doc -->
1637 * @param object the target of the switch. 1637 * @param object the target of the switch.
1638 * @return the result of interpreting the object as an instance of '<em>Object Reference</em>'. 1638 * @return the result of interpreting the object as an instance of '<em>Object Reference</em>'.
1639 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1639 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1640 * @generated 1640 * @generated
1641 */ 1641 */
1642 public T caseObjectReference(ObjectReference object) 1642 public T caseObjectReference(ObjectReference object)
1643 { 1643 {
1644 return null; 1644 return null;
1645 } 1645 }
1646 1646
1647 /** 1647 /**
1648 * Returns the result of interpreting the object as an instance of '<em>Integer Reference</em>'. 1648 * Returns the result of interpreting the object as an instance of '<em>Integer Reference</em>'.
1649 * <!-- begin-user-doc --> 1649 * <!-- begin-user-doc -->
1650 * This implementation returns null; 1650 * This implementation returns null;
1651 * returning a non-null result will terminate the switch. 1651 * returning a non-null result will terminate the switch.
1652 * <!-- end-user-doc --> 1652 * <!-- end-user-doc -->
1653 * @param object the target of the switch. 1653 * @param object the target of the switch.
1654 * @return the result of interpreting the object as an instance of '<em>Integer Reference</em>'. 1654 * @return the result of interpreting the object as an instance of '<em>Integer Reference</em>'.
1655 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1655 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1656 * @generated 1656 * @generated
1657 */ 1657 */
1658 public T caseIntegerReference(IntegerReference object) 1658 public T caseIntegerReference(IntegerReference object)
1659 { 1659 {
1660 return null; 1660 return null;
1661 } 1661 }
1662 1662
1663 /** 1663 /**
1664 * Returns the result of interpreting the object as an instance of '<em>Real Reference</em>'. 1664 * Returns the result of interpreting the object as an instance of '<em>Real Reference</em>'.
1665 * <!-- begin-user-doc --> 1665 * <!-- begin-user-doc -->
1666 * This implementation returns null; 1666 * This implementation returns null;
1667 * returning a non-null result will terminate the switch. 1667 * returning a non-null result will terminate the switch.
1668 * <!-- end-user-doc --> 1668 * <!-- end-user-doc -->
1669 * @param object the target of the switch. 1669 * @param object the target of the switch.
1670 * @return the result of interpreting the object as an instance of '<em>Real Reference</em>'. 1670 * @return the result of interpreting the object as an instance of '<em>Real Reference</em>'.
1671 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1671 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1672 * @generated 1672 * @generated
1673 */ 1673 */
1674 public T caseRealReference(RealReference object) 1674 public T caseRealReference(RealReference object)
1675 { 1675 {
1676 return null; 1676 return null;
1677 } 1677 }
1678 1678
1679 /** 1679 /**
1680 * Returns the result of interpreting the object as an instance of '<em>String Reference</em>'. 1680 * Returns the result of interpreting the object as an instance of '<em>String Reference</em>'.
1681 * <!-- begin-user-doc --> 1681 * <!-- begin-user-doc -->
1682 * This implementation returns null; 1682 * This implementation returns null;
1683 * returning a non-null result will terminate the switch. 1683 * returning a non-null result will terminate the switch.
1684 * <!-- end-user-doc --> 1684 * <!-- end-user-doc -->
1685 * @param object the target of the switch. 1685 * @param object the target of the switch.
1686 * @return the result of interpreting the object as an instance of '<em>String Reference</em>'. 1686 * @return the result of interpreting the object as an instance of '<em>String Reference</em>'.
1687 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1687 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1688 * @generated 1688 * @generated
1689 */ 1689 */
1690 public T caseStringReference(StringReference object) 1690 public T caseStringReference(StringReference object)
1691 { 1691 {
1692 return null; 1692 return null;
1693 } 1693 }
1694 1694
1695 /** 1695 /**
1696 * Returns the result of interpreting the object as an instance of '<em>Number Specification</em>'. 1696 * Returns the result of interpreting the object as an instance of '<em>Number Specification</em>'.
1697 * <!-- begin-user-doc --> 1697 * <!-- begin-user-doc -->
1698 * This implementation returns null; 1698 * This implementation returns null;
1699 * returning a non-null result will terminate the switch. 1699 * returning a non-null result will terminate the switch.
1700 * <!-- end-user-doc --> 1700 * <!-- end-user-doc -->
1701 * @param object the target of the switch. 1701 * @param object the target of the switch.
1702 * @return the result of interpreting the object as an instance of '<em>Number Specification</em>'. 1702 * @return the result of interpreting the object as an instance of '<em>Number Specification</em>'.
1703 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1703 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1704 * @generated 1704 * @generated
1705 */ 1705 */
1706 public T caseNumberSpecification(NumberSpecification object) 1706 public T caseNumberSpecification(NumberSpecification object)
1707 { 1707 {
1708 return null; 1708 return null;
1709 } 1709 }
1710 1710
1711 /** 1711 /**
1712 * Returns the result of interpreting the object as an instance of '<em>Exact Number</em>'. 1712 * Returns the result of interpreting the object as an instance of '<em>Exact Number</em>'.
1713 * <!-- begin-user-doc --> 1713 * <!-- begin-user-doc -->
1714 * This implementation returns null; 1714 * This implementation returns null;
1715 * returning a non-null result will terminate the switch. 1715 * returning a non-null result will terminate the switch.
1716 * <!-- end-user-doc --> 1716 * <!-- end-user-doc -->
1717 * @param object the target of the switch. 1717 * @param object the target of the switch.
1718 * @return the result of interpreting the object as an instance of '<em>Exact Number</em>'. 1718 * @return the result of interpreting the object as an instance of '<em>Exact Number</em>'.
1719 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1719 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1720 * @generated 1720 * @generated
1721 */ 1721 */
1722 public T caseExactNumber(ExactNumber object) 1722 public T caseExactNumber(ExactNumber object)
1723 { 1723 {
1724 return null; 1724 return null;
1725 } 1725 }
1726 1726
1727 /** 1727 /**
1728 * Returns the result of interpreting the object as an instance of '<em>Intervall Number</em>'. 1728 * Returns the result of interpreting the object as an instance of '<em>Intervall Number</em>'.
1729 * <!-- begin-user-doc --> 1729 * <!-- begin-user-doc -->
1730 * This implementation returns null; 1730 * This implementation returns null;
1731 * returning a non-null result will terminate the switch. 1731 * returning a non-null result will terminate the switch.
1732 * <!-- end-user-doc --> 1732 * <!-- end-user-doc -->
1733 * @param object the target of the switch. 1733 * @param object the target of the switch.
1734 * @return the result of interpreting the object as an instance of '<em>Intervall Number</em>'. 1734 * @return the result of interpreting the object as an instance of '<em>Intervall Number</em>'.
1735 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1735 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1736 * @generated 1736 * @generated
1737 */ 1737 */
1738 public T caseIntervallNumber(IntervallNumber object) 1738 public T caseIntervallNumber(IntervallNumber object)
1739 { 1739 {
1740 return null; 1740 return null;
1741 } 1741 }
1742 1742
1743 /** 1743 /**
1744 * Returns the result of interpreting the object as an instance of '<em>Int Enumberation</em>'. 1744 * Returns the result of interpreting the object as an instance of '<em>Int Enumberation</em>'.
1745 * <!-- begin-user-doc --> 1745 * <!-- begin-user-doc -->
1746 * This implementation returns null; 1746 * This implementation returns null;
1747 * returning a non-null result will terminate the switch. 1747 * returning a non-null result will terminate the switch.
1748 * <!-- end-user-doc --> 1748 * <!-- end-user-doc -->
1749 * @param object the target of the switch. 1749 * @param object the target of the switch.
1750 * @return the result of interpreting the object as an instance of '<em>Int Enumberation</em>'. 1750 * @return the result of interpreting the object as an instance of '<em>Int Enumberation</em>'.
1751 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1751 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1752 * @generated 1752 * @generated
1753 */ 1753 */
1754 public T caseIntEnumberation(IntEnumberation object) 1754 public T caseIntEnumberation(IntEnumberation object)
1755 { 1755 {
1756 return null; 1756 return null;
1757 } 1757 }
1758 1758
1759 /** 1759 /**
1760 * Returns the result of interpreting the object as an instance of '<em>Real Enumeration</em>'. 1760 * Returns the result of interpreting the object as an instance of '<em>Real Enumeration</em>'.
1761 * <!-- begin-user-doc --> 1761 * <!-- begin-user-doc -->
1762 * This implementation returns null; 1762 * This implementation returns null;
1763 * returning a non-null result will terminate the switch. 1763 * returning a non-null result will terminate the switch.
1764 * <!-- end-user-doc --> 1764 * <!-- end-user-doc -->
1765 * @param object the target of the switch. 1765 * @param object the target of the switch.
1766 * @return the result of interpreting the object as an instance of '<em>Real Enumeration</em>'. 1766 * @return the result of interpreting the object as an instance of '<em>Real Enumeration</em>'.
1767 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1767 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1768 * @generated 1768 * @generated
1769 */ 1769 */
1770 public T caseRealEnumeration(RealEnumeration object) 1770 public T caseRealEnumeration(RealEnumeration object)
1771 { 1771 {
1772 return null; 1772 return null;
1773 } 1773 }
1774 1774
1775 /** 1775 /**
1776 * Returns the result of interpreting the object as an instance of '<em>String Enumeration</em>'. 1776 * Returns the result of interpreting the object as an instance of '<em>String Enumeration</em>'.
1777 * <!-- begin-user-doc --> 1777 * <!-- begin-user-doc -->
1778 * This implementation returns null; 1778 * This implementation returns null;
1779 * returning a non-null result will terminate the switch. 1779 * returning a non-null result will terminate the switch.
1780 * <!-- end-user-doc --> 1780 * <!-- end-user-doc -->
1781 * @param object the target of the switch. 1781 * @param object the target of the switch.
1782 * @return the result of interpreting the object as an instance of '<em>String Enumeration</em>'. 1782 * @return the result of interpreting the object as an instance of '<em>String Enumeration</em>'.
1783 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1783 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1784 * @generated 1784 * @generated
1785 */ 1785 */
1786 public T caseStringEnumeration(StringEnumeration object) 1786 public T caseStringEnumeration(StringEnumeration object)
1787 { 1787 {
1788 return null; 1788 return null;
1789 } 1789 }
1790 1790
1791 /** 1791 /**
1792 * Returns the result of interpreting the object as an instance of '<em>Scope Declaration</em>'. 1792 * Returns the result of interpreting the object as an instance of '<em>Scope Declaration</em>'.
1793 * <!-- begin-user-doc --> 1793 * <!-- begin-user-doc -->
1794 * This implementation returns null; 1794 * This implementation returns null;
1795 * returning a non-null result will terminate the switch. 1795 * returning a non-null result will terminate the switch.
1796 * <!-- end-user-doc --> 1796 * <!-- end-user-doc -->
1797 * @param object the target of the switch. 1797 * @param object the target of the switch.
1798 * @return the result of interpreting the object as an instance of '<em>Scope Declaration</em>'. 1798 * @return the result of interpreting the object as an instance of '<em>Scope Declaration</em>'.
1799 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1799 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1800 * @generated 1800 * @generated
1801 */ 1801 */
1802 public T caseScopeDeclaration(ScopeDeclaration object) 1802 public T caseScopeDeclaration(ScopeDeclaration object)
1803 { 1803 {
1804 return null; 1804 return null;
1805 } 1805 }
1806 1806
1807 /** 1807 /**
1808 * Returns the result of interpreting the object as an instance of '<em>Scope Reference</em>'. 1808 * Returns the result of interpreting the object as an instance of '<em>Scope Reference</em>'.
1809 * <!-- begin-user-doc --> 1809 * <!-- begin-user-doc -->
1810 * This implementation returns null; 1810 * This implementation returns null;
1811 * returning a non-null result will terminate the switch. 1811 * returning a non-null result will terminate the switch.
1812 * <!-- end-user-doc --> 1812 * <!-- end-user-doc -->
1813 * @param object the target of the switch. 1813 * @param object the target of the switch.
1814 * @return the result of interpreting the object as an instance of '<em>Scope Reference</em>'. 1814 * @return the result of interpreting the object as an instance of '<em>Scope Reference</em>'.
1815 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1815 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1816 * @generated 1816 * @generated
1817 */ 1817 */
1818 public T caseScopeReference(ScopeReference object) 1818 public T caseScopeReference(ScopeReference object)
1819 { 1819 {
1820 return null; 1820 return null;
1821 } 1821 }
1822 1822
1823 /** 1823 /**
1824 * Returns the result of interpreting the object as an instance of '<em>Scope</em>'. 1824 * Returns the result of interpreting the object as an instance of '<em>Scope</em>'.
1825 * <!-- begin-user-doc --> 1825 * <!-- begin-user-doc -->
1826 * This implementation returns null; 1826 * This implementation returns null;
1827 * returning a non-null result will terminate the switch. 1827 * returning a non-null result will terminate the switch.
1828 * <!-- end-user-doc --> 1828 * <!-- end-user-doc -->
1829 * @param object the target of the switch. 1829 * @param object the target of the switch.
1830 * @return the result of interpreting the object as an instance of '<em>Scope</em>'. 1830 * @return the result of interpreting the object as an instance of '<em>Scope</em>'.
1831 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1831 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1832 * @generated 1832 * @generated
1833 */ 1833 */
1834 public T caseScope(Scope object) 1834 public T caseScope(Scope object)
1835 { 1835 {
1836 return null; 1836 return null;
1837 } 1837 }
1838 1838
1839 /** 1839 /**
1840 * Returns the result of interpreting the object as an instance of '<em>Task</em>'. 1840 * Returns the result of interpreting the object as an instance of '<em>Task</em>'.
1841 * <!-- begin-user-doc --> 1841 * <!-- begin-user-doc -->
1842 * This implementation returns null; 1842 * This implementation returns null;
1843 * returning a non-null result will terminate the switch. 1843 * returning a non-null result will terminate the switch.
1844 * <!-- end-user-doc --> 1844 * <!-- end-user-doc -->
1845 * @param object the target of the switch. 1845 * @param object the target of the switch.
1846 * @return the result of interpreting the object as an instance of '<em>Task</em>'. 1846 * @return the result of interpreting the object as an instance of '<em>Task</em>'.
1847 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1847 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1848 * @generated 1848 * @generated
1849 */ 1849 */
1850 public T caseTask(Task object) 1850 public T caseTask(Task object)
1851 { 1851 {
1852 return null; 1852 return null;
1853 } 1853 }
1854 1854
1855 /** 1855 /**
1856 * Returns the result of interpreting the object as an instance of '<em>Generation Task</em>'. 1856 * Returns the result of interpreting the object as an instance of '<em>Generation Task</em>'.
1857 * <!-- begin-user-doc --> 1857 * <!-- begin-user-doc -->
1858 * This implementation returns null; 1858 * This implementation returns null;
1859 * returning a non-null result will terminate the switch. 1859 * returning a non-null result will terminate the switch.
1860 * <!-- end-user-doc --> 1860 * <!-- end-user-doc -->
1861 * @param object the target of the switch. 1861 * @param object the target of the switch.
1862 * @return the result of interpreting the object as an instance of '<em>Generation Task</em>'. 1862 * @return the result of interpreting the object as an instance of '<em>Generation Task</em>'.
1863 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1863 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1864 * @generated 1864 * @generated
1865 */ 1865 */
1866 public T caseGenerationTask(GenerationTask object) 1866 public T caseGenerationTask(GenerationTask object)
1867 { 1867 {
1868 return null; 1868 return null;
1869 } 1869 }
1870 1870
1871 /** 1871 /**
1872 * Returns the result of interpreting the object as an instance of '<em>Integer Scope</em>'. 1872 * Returns the result of interpreting the object as an instance of '<em>Integer Scope</em>'.
1873 * <!-- begin-user-doc --> 1873 * <!-- begin-user-doc -->
1874 * This implementation returns null; 1874 * This implementation returns null;
1875 * returning a non-null result will terminate the switch. 1875 * returning a non-null result will terminate the switch.
1876 * <!-- end-user-doc --> 1876 * <!-- end-user-doc -->
1877 * @param object the target of the switch. 1877 * @param object the target of the switch.
1878 * @return the result of interpreting the object as an instance of '<em>Integer Scope</em>'. 1878 * @return the result of interpreting the object as an instance of '<em>Integer Scope</em>'.
1879 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1879 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1880 * @generated 1880 * @generated
1881 */ 1881 */
1882 public T caseIntegerScope(IntegerScope object) 1882 public T caseIntegerScope(IntegerScope object)
1883 { 1883 {
1884 return null; 1884 return null;
1885 } 1885 }
1886 1886
1887 /** 1887 /**
1888 * Returns the result of interpreting the object as an instance of '<em>Real Scope</em>'. 1888 * Returns the result of interpreting the object as an instance of '<em>Real Scope</em>'.
1889 * <!-- begin-user-doc --> 1889 * <!-- begin-user-doc -->
1890 * This implementation returns null; 1890 * This implementation returns null;
1891 * returning a non-null result will terminate the switch. 1891 * returning a non-null result will terminate the switch.
1892 * <!-- end-user-doc --> 1892 * <!-- end-user-doc -->
1893 * @param object the target of the switch. 1893 * @param object the target of the switch.
1894 * @return the result of interpreting the object as an instance of '<em>Real Scope</em>'. 1894 * @return the result of interpreting the object as an instance of '<em>Real Scope</em>'.
1895 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1895 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1896 * @generated 1896 * @generated
1897 */ 1897 */
1898 public T caseRealScope(RealScope object) 1898 public T caseRealScope(RealScope object)
1899 { 1899 {
1900 return null; 1900 return null;
1901 } 1901 }
1902 1902
1903 /** 1903 /**
1904 * Returns the result of interpreting the object as an instance of '<em>String Scope</em>'. 1904 * Returns the result of interpreting the object as an instance of '<em>String Scope</em>'.
1905 * <!-- begin-user-doc --> 1905 * <!-- begin-user-doc -->
1906 * This implementation returns null; 1906 * This implementation returns null;
1907 * returning a non-null result will terminate the switch. 1907 * returning a non-null result will terminate the switch.
1908 * <!-- end-user-doc --> 1908 * <!-- end-user-doc -->
1909 * @param object the target of the switch. 1909 * @param object the target of the switch.
1910 * @return the result of interpreting the object as an instance of '<em>String Scope</em>'. 1910 * @return the result of interpreting the object as an instance of '<em>String Scope</em>'.
1911 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1911 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1912 * @generated 1912 * @generated
1913 */ 1913 */
1914 public T caseStringScope(StringScope object) 1914 public T caseStringScope(StringScope object)
1915 { 1915 {
1916 return null; 1916 return null;
1917 } 1917 }
1918 1918
1919 /** 1919 /**
1920 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. 1920 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1921 * <!-- begin-user-doc --> 1921 * <!-- begin-user-doc -->
1922 * This implementation returns null; 1922 * This implementation returns null;
1923 * returning a non-null result will terminate the switch, but this is the last case anyway. 1923 * returning a non-null result will terminate the switch, but this is the last case anyway.
1924 * <!-- end-user-doc --> 1924 * <!-- end-user-doc -->
1925 * @param object the target of the switch. 1925 * @param object the target of the switch.
1926 * @return the result of interpreting the object as an instance of '<em>EObject</em>'. 1926 * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
1927 * @see #doSwitch(org.eclipse.emf.ecore.EObject) 1927 * @see #doSwitch(org.eclipse.emf.ecore.EObject)
1928 * @generated 1928 * @generated
1929 */ 1929 */
1930 @Override 1930 @Override
1931 public T defaultCase(EObject object) 1931 public T defaultCase(EObject object)
1932 { 1932 {
1933 return null; 1933 return null;
1934 } 1934 }
1935 1935
1936} //ApplicationConfigurationSwitch 1936} //ApplicationConfigurationSwitch