aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java3186
1 files changed, 1733 insertions, 1453 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 836d841f..96e7a6a6 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,1453 +1,1733 @@
1/** 1/**
2 * generated by Xtext 2.12.0 2 * generated by Xtext 2.16.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 caseCftImport(CftImport object)
105 { 105 {
106 return createDeclarationAdapter(); 106 return createCftImportAdapter();
107 } 107 }
108 @Override 108 @Override
109 public Adapter caseFileSpecification(FileSpecification object) 109 public Adapter caseDeclaration(Declaration object)
110 { 110 {
111 return createFileSpecificationAdapter(); 111 return createDeclarationAdapter();
112 } 112 }
113 @Override 113 @Override
114 public Adapter caseFileDeclaration(FileDeclaration object) 114 public Adapter caseFileSpecification(FileSpecification object)
115 { 115 {
116 return createFileDeclarationAdapter(); 116 return createFileSpecificationAdapter();
117 } 117 }
118 @Override 118 @Override
119 public Adapter caseFileReference(FileReference object) 119 public Adapter caseFileDeclaration(FileDeclaration object)
120 { 120 {
121 return createFileReferenceAdapter(); 121 return createFileDeclarationAdapter();
122 } 122 }
123 @Override 123 @Override
124 public Adapter caseFile(File object) 124 public Adapter caseFileReference(FileReference object)
125 { 125 {
126 return createFileAdapter(); 126 return createFileReferenceAdapter();
127 } 127 }
128 @Override 128 @Override
129 public Adapter caseMetamodelSpecification(MetamodelSpecification object) 129 public Adapter caseFile(File object)
130 { 130 {
131 return createMetamodelSpecificationAdapter(); 131 return createFileAdapter();
132 } 132 }
133 @Override 133 @Override
134 public Adapter caseMetamodelEntry(MetamodelEntry object) 134 public Adapter caseMetamodelSpecification(MetamodelSpecification object)
135 { 135 {
136 return createMetamodelEntryAdapter(); 136 return createMetamodelSpecificationAdapter();
137 } 137 }
138 @Override 138 @Override
139 public Adapter caseAllPackageEntry(AllPackageEntry object) 139 public Adapter caseMetamodelEntry(MetamodelEntry object)
140 { 140 {
141 return createAllPackageEntryAdapter(); 141 return createMetamodelEntryAdapter();
142 } 142 }
143 @Override 143 @Override
144 public Adapter caseMetamodelElement(MetamodelElement object) 144 public Adapter caseAllPackageEntry(AllPackageEntry object)
145 { 145 {
146 return createMetamodelElementAdapter(); 146 return createAllPackageEntryAdapter();
147 } 147 }
148 @Override 148 @Override
149 public Adapter caseMetamodelDeclaration(MetamodelDeclaration object) 149 public Adapter caseMetamodelElement(MetamodelElement object)
150 { 150 {
151 return createMetamodelDeclarationAdapter(); 151 return createMetamodelElementAdapter();
152 } 152 }
153 @Override 153 @Override
154 public Adapter caseMetamodelReference(MetamodelReference object) 154 public Adapter caseMetamodelDeclaration(MetamodelDeclaration object)
155 { 155 {
156 return createMetamodelReferenceAdapter(); 156 return createMetamodelDeclarationAdapter();
157 } 157 }
158 @Override 158 @Override
159 public Adapter caseMetamodel(Metamodel object) 159 public Adapter caseMetamodelReference(MetamodelReference object)
160 { 160 {
161 return createMetamodelAdapter(); 161 return createMetamodelReferenceAdapter();
162 } 162 }
163 @Override 163 @Override
164 public Adapter casePartialModelSpecification(PartialModelSpecification object) 164 public Adapter caseMetamodel(Metamodel object)
165 { 165 {
166 return createPartialModelSpecificationAdapter(); 166 return createMetamodelAdapter();
167 } 167 }
168 @Override 168 @Override
169 public Adapter casePartialModelEntry(PartialModelEntry object) 169 public Adapter casePartialModelSpecification(PartialModelSpecification object)
170 { 170 {
171 return createPartialModelEntryAdapter(); 171 return createPartialModelSpecificationAdapter();
172 } 172 }
173 @Override 173 @Override
174 public Adapter caseModelEntry(ModelEntry object) 174 public Adapter casePartialModelEntry(PartialModelEntry object)
175 { 175 {
176 return createModelEntryAdapter(); 176 return createPartialModelEntryAdapter();
177 } 177 }
178 @Override 178 @Override
179 public Adapter caseFolderEntry(FolderEntry object) 179 public Adapter caseModelEntry(ModelEntry object)
180 { 180 {
181 return createFolderEntryAdapter(); 181 return createModelEntryAdapter();
182 } 182 }
183 @Override 183 @Override
184 public Adapter casePartialModelDeclaration(PartialModelDeclaration object) 184 public Adapter caseFolderEntry(FolderEntry object)
185 { 185 {
186 return createPartialModelDeclarationAdapter(); 186 return createFolderEntryAdapter();
187 } 187 }
188 @Override 188 @Override
189 public Adapter casePartialModelReference(PartialModelReference object) 189 public Adapter casePartialModelDeclaration(PartialModelDeclaration object)
190 { 190 {
191 return createPartialModelReferenceAdapter(); 191 return createPartialModelDeclarationAdapter();
192 } 192 }
193 @Override 193 @Override
194 public Adapter casePartialModel(PartialModel object) 194 public Adapter casePartialModelReference(PartialModelReference object)
195 { 195 {
196 return createPartialModelAdapter(); 196 return createPartialModelReferenceAdapter();
197 } 197 }
198 @Override 198 @Override
199 public Adapter casePatternSpecification(PatternSpecification object) 199 public Adapter casePartialModel(PartialModel object)
200 { 200 {
201 return createPatternSpecificationAdapter(); 201 return createPartialModelAdapter();
202 } 202 }
203 @Override 203 @Override
204 public Adapter casePatternEntry(PatternEntry object) 204 public Adapter casePatternSpecification(PatternSpecification object)
205 { 205 {
206 return createPatternEntryAdapter(); 206 return createPatternSpecificationAdapter();
207 } 207 }
208 @Override 208 @Override
209 public Adapter caseAllPatternEntry(AllPatternEntry object) 209 public Adapter casePatternEntry(PatternEntry object)
210 { 210 {
211 return createAllPatternEntryAdapter(); 211 return createPatternEntryAdapter();
212 } 212 }
213 @Override 213 @Override
214 public Adapter casePatternElement(PatternElement object) 214 public Adapter caseAllPatternEntry(AllPatternEntry object)
215 { 215 {
216 return createPatternElementAdapter(); 216 return createAllPatternEntryAdapter();
217 } 217 }
218 @Override 218 @Override
219 public Adapter caseGraphPatternDeclaration(GraphPatternDeclaration object) 219 public Adapter casePatternElement(PatternElement object)
220 { 220 {
221 return createGraphPatternDeclarationAdapter(); 221 return createPatternElementAdapter();
222 } 222 }
223 @Override 223 @Override
224 public Adapter caseGraphPatternReference(GraphPatternReference object) 224 public Adapter caseGraphPatternDeclaration(GraphPatternDeclaration object)
225 { 225 {
226 return createGraphPatternReferenceAdapter(); 226 return createGraphPatternDeclarationAdapter();
227 } 227 }
228 @Override 228 @Override
229 public Adapter caseGraphPattern(GraphPattern object) 229 public Adapter caseGraphPatternReference(GraphPatternReference object)
230 { 230 {
231 return createGraphPatternAdapter(); 231 return createGraphPatternReferenceAdapter();
232 } 232 }
233 @Override 233 @Override
234 public Adapter caseConfigSpecification(ConfigSpecification object) 234 public Adapter caseGraphPattern(GraphPattern object)
235 { 235 {
236 return createConfigSpecificationAdapter(); 236 return createGraphPatternAdapter();
237 } 237 }
238 @Override 238 @Override
239 public Adapter caseConfigDeclaration(ConfigDeclaration object) 239 public Adapter caseObjectiveSpecification(ObjectiveSpecification object)
240 { 240 {
241 return createConfigDeclarationAdapter(); 241 return createObjectiveSpecificationAdapter();
242 } 242 }
243 @Override 243 @Override
244 public Adapter caseConfigEntry(ConfigEntry object) 244 public Adapter caseObjectiveEntry(ObjectiveEntry object)
245 { 245 {
246 return createConfigEntryAdapter(); 246 return createObjectiveEntryAdapter();
247 } 247 }
248 @Override 248 @Override
249 public Adapter caseDocumentationEntry(DocumentationEntry object) 249 public Adapter caseOptimizationEntry(OptimizationEntry object)
250 { 250 {
251 return createDocumentationEntryAdapter(); 251 return createOptimizationEntryAdapter();
252 } 252 }
253 @Override 253 @Override
254 public Adapter caseRuntimeEntry(RuntimeEntry object) 254 public Adapter caseThresholdEntry(ThresholdEntry object)
255 { 255 {
256 return createRuntimeEntryAdapter(); 256 return createThresholdEntryAdapter();
257 } 257 }
258 @Override 258 @Override
259 public Adapter caseMemoryEntry(MemoryEntry object) 259 public Adapter caseObjectiveFunction(ObjectiveFunction object)
260 { 260 {
261 return createMemoryEntryAdapter(); 261 return createObjectiveFunctionAdapter();
262 } 262 }
263 @Override 263 @Override
264 public Adapter caseCustomEntry(CustomEntry object) 264 public Adapter caseCostObjectiveFunction(CostObjectiveFunction object)
265 { 265 {
266 return createCustomEntryAdapter(); 266 return createCostObjectiveFunctionAdapter();
267 } 267 }
268 @Override 268 @Override
269 public Adapter caseConfigReference(ConfigReference object) 269 public Adapter caseCostEntry(CostEntry object)
270 { 270 {
271 return createConfigReferenceAdapter(); 271 return createCostEntryAdapter();
272 } 272 }
273 @Override 273 @Override
274 public Adapter caseConfig(Config object) 274 public Adapter caseReliabilityObjectiveFunction(ReliabilityObjectiveFunction object)
275 { 275 {
276 return createConfigAdapter(); 276 return createReliabilityObjectiveFunctionAdapter();
277 } 277 }
278 @Override 278 @Override
279 public Adapter caseScopeSpecification(ScopeSpecification object) 279 public Adapter caseReliabiltiyProbability(ReliabiltiyProbability object)
280 { 280 {
281 return createScopeSpecificationAdapter(); 281 return createReliabiltiyProbabilityAdapter();
282 } 282 }
283 @Override 283 @Override
284 public Adapter caseTypeScope(TypeScope object) 284 public Adapter caseMtff(Mtff object)
285 { 285 {
286 return createTypeScopeAdapter(); 286 return createMtffAdapter();
287 } 287 }
288 @Override 288 @Override
289 public Adapter caseClassTypeScope(ClassTypeScope object) 289 public Adapter caseObjectiveDeclaration(ObjectiveDeclaration object)
290 { 290 {
291 return createClassTypeScopeAdapter(); 291 return createObjectiveDeclarationAdapter();
292 } 292 }
293 @Override 293 @Override
294 public Adapter caseObjectTypeScope(ObjectTypeScope object) 294 public Adapter caseObjectiveReference(ObjectiveReference object)
295 { 295 {
296 return createObjectTypeScopeAdapter(); 296 return createObjectiveReferenceAdapter();
297 } 297 }
298 @Override 298 @Override
299 public Adapter caseIntegerTypeScope(IntegerTypeScope object) 299 public Adapter caseObjective(Objective object)
300 { 300 {
301 return createIntegerTypeScopeAdapter(); 301 return createObjectiveAdapter();
302 } 302 }
303 @Override 303 @Override
304 public Adapter caseRealTypeScope(RealTypeScope object) 304 public Adapter caseConfigSpecification(ConfigSpecification object)
305 { 305 {
306 return createRealTypeScopeAdapter(); 306 return createConfigSpecificationAdapter();
307 } 307 }
308 @Override 308 @Override
309 public Adapter caseStringTypeScope(StringTypeScope object) 309 public Adapter caseConfigDeclaration(ConfigDeclaration object)
310 { 310 {
311 return createStringTypeScopeAdapter(); 311 return createConfigDeclarationAdapter();
312 } 312 }
313 @Override 313 @Override
314 public Adapter caseTypeReference(TypeReference object) 314 public Adapter caseConfigEntry(ConfigEntry object)
315 { 315 {
316 return createTypeReferenceAdapter(); 316 return createConfigEntryAdapter();
317 } 317 }
318 @Override 318 @Override
319 public Adapter caseClassReference(ClassReference object) 319 public Adapter caseDocumentationEntry(DocumentationEntry object)
320 { 320 {
321 return createClassReferenceAdapter(); 321 return createDocumentationEntryAdapter();
322 } 322 }
323 @Override 323 @Override
324 public Adapter caseObjectReference(ObjectReference object) 324 public Adapter caseRuntimeEntry(RuntimeEntry object)
325 { 325 {
326 return createObjectReferenceAdapter(); 326 return createRuntimeEntryAdapter();
327 } 327 }
328 @Override 328 @Override
329 public Adapter caseIntegerReference(IntegerReference object) 329 public Adapter caseMemoryEntry(MemoryEntry object)
330 { 330 {
331 return createIntegerReferenceAdapter(); 331 return createMemoryEntryAdapter();
332 } 332 }
333 @Override 333 @Override
334 public Adapter caseRealReference(RealReference object) 334 public Adapter caseCustomEntry(CustomEntry object)
335 { 335 {
336 return createRealReferenceAdapter(); 336 return createCustomEntryAdapter();
337 } 337 }
338 @Override 338 @Override
339 public Adapter caseStringReference(StringReference object) 339 public Adapter caseConfigReference(ConfigReference object)
340 { 340 {
341 return createStringReferenceAdapter(); 341 return createConfigReferenceAdapter();
342 } 342 }
343 @Override 343 @Override
344 public Adapter caseNumberSpecification(NumberSpecification object) 344 public Adapter caseConfig(Config object)
345 { 345 {
346 return createNumberSpecificationAdapter(); 346 return createConfigAdapter();
347 } 347 }
348 @Override 348 @Override
349 public Adapter caseExactNumber(ExactNumber object) 349 public Adapter caseScopeSpecification(ScopeSpecification object)
350 { 350 {
351 return createExactNumberAdapter(); 351 return createScopeSpecificationAdapter();
352 } 352 }
353 @Override 353 @Override
354 public Adapter caseIntervallNumber(IntervallNumber object) 354 public Adapter caseTypeScope(TypeScope object)
355 { 355 {
356 return createIntervallNumberAdapter(); 356 return createTypeScopeAdapter();
357 } 357 }
358 @Override 358 @Override
359 public Adapter caseIntEnumberation(IntEnumberation object) 359 public Adapter caseClassTypeScope(ClassTypeScope object)
360 { 360 {
361 return createIntEnumberationAdapter(); 361 return createClassTypeScopeAdapter();
362 } 362 }
363 @Override 363 @Override
364 public Adapter caseRealEnumeration(RealEnumeration object) 364 public Adapter caseObjectTypeScope(ObjectTypeScope object)
365 { 365 {
366 return createRealEnumerationAdapter(); 366 return createObjectTypeScopeAdapter();
367 } 367 }
368 @Override 368 @Override
369 public Adapter caseStringEnumeration(StringEnumeration object) 369 public Adapter caseIntegerTypeScope(IntegerTypeScope object)
370 { 370 {
371 return createStringEnumerationAdapter(); 371 return createIntegerTypeScopeAdapter();
372 } 372 }
373 @Override 373 @Override
374 public Adapter caseScopeDeclaration(ScopeDeclaration object) 374 public Adapter caseRealTypeScope(RealTypeScope object)
375 { 375 {
376 return createScopeDeclarationAdapter(); 376 return createRealTypeScopeAdapter();
377 } 377 }
378 @Override 378 @Override
379 public Adapter caseScopeReference(ScopeReference object) 379 public Adapter caseStringTypeScope(StringTypeScope object)
380 { 380 {
381 return createScopeReferenceAdapter(); 381 return createStringTypeScopeAdapter();
382 } 382 }
383 @Override 383 @Override
384 public Adapter caseScope(Scope object) 384 public Adapter caseTypeReference(TypeReference object)
385 { 385 {
386 return createScopeAdapter(); 386 return createTypeReferenceAdapter();
387 } 387 }
388 @Override 388 @Override
389 public Adapter caseTask(Task object) 389 public Adapter caseClassReference(ClassReference object)
390 { 390 {
391 return createTaskAdapter(); 391 return createClassReferenceAdapter();
392 } 392 }
393 @Override 393 @Override
394 public Adapter caseGenerationTask(GenerationTask object) 394 public Adapter caseObjectReference(ObjectReference object)
395 { 395 {
396 return createGenerationTaskAdapter(); 396 return createObjectReferenceAdapter();
397 } 397 }
398 @Override 398 @Override
399 public Adapter caseIntegerScope(IntegerScope object) 399 public Adapter caseIntegerReference(IntegerReference object)
400 { 400 {
401 return createIntegerScopeAdapter(); 401 return createIntegerReferenceAdapter();
402 } 402 }
403 @Override 403 @Override
404 public Adapter caseRealScope(RealScope object) 404 public Adapter caseRealReference(RealReference object)
405 { 405 {
406 return createRealScopeAdapter(); 406 return createRealReferenceAdapter();
407 } 407 }
408 @Override 408 @Override
409 public Adapter caseStringScope(StringScope object) 409 public Adapter caseStringReference(StringReference object)
410 { 410 {
411 return createStringScopeAdapter(); 411 return createStringReferenceAdapter();
412 } 412 }
413 @Override 413 @Override
414 public Adapter defaultCase(EObject object) 414 public Adapter caseNumberSpecification(NumberSpecification object)
415 { 415 {
416 return createEObjectAdapter(); 416 return createNumberSpecificationAdapter();
417 } 417 }
418 }; 418 @Override
419 419 public Adapter caseExactNumber(ExactNumber object)
420 /** 420 {
421 * Creates an adapter for the <code>target</code>. 421 return createExactNumberAdapter();
422 * <!-- begin-user-doc --> 422 }
423 * <!-- end-user-doc --> 423 @Override
424 * @param target the object to adapt. 424 public Adapter caseIntervallNumber(IntervallNumber object)
425 * @return the adapter for the <code>target</code>. 425 {
426 * @generated 426 return createIntervallNumberAdapter();
427 */ 427 }
428 @Override 428 @Override
429 public Adapter createAdapter(Notifier target) 429 public Adapter caseIntEnumberation(IntEnumberation object)
430 { 430 {
431 return modelSwitch.doSwitch((EObject)target); 431 return createIntEnumberationAdapter();
432 } 432 }
433 433 @Override
434 434 public Adapter caseRealEnumeration(RealEnumeration object)
435 /** 435 {
436 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript <em>Configuration Script</em>}'. 436 return createRealEnumerationAdapter();
437 * <!-- begin-user-doc --> 437 }
438 * This default implementation returns null so that we can easily ignore cases; 438 @Override
439 * it's useful to ignore a case when inheritance will catch all the cases anyway. 439 public Adapter caseStringEnumeration(StringEnumeration object)
440 * <!-- end-user-doc --> 440 {
441 * @return the new adapter. 441 return createStringEnumerationAdapter();
442 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript 442 }
443 * @generated 443 @Override
444 */ 444 public Adapter caseScopeDeclaration(ScopeDeclaration object)
445 public Adapter createConfigurationScriptAdapter() 445 {
446 { 446 return createScopeDeclarationAdapter();
447 return null; 447 }
448 } 448 @Override
449 449 public Adapter caseScopeReference(ScopeReference object)
450 /** 450 {
451 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command <em>Command</em>}'. 451 return createScopeReferenceAdapter();
452 * <!-- begin-user-doc --> 452 }
453 * This default implementation returns null so that we can easily ignore cases; 453 @Override
454 * it's useful to ignore a case when inheritance will catch all the cases anyway. 454 public Adapter caseScope(Scope object)
455 * <!-- end-user-doc --> 455 {
456 * @return the new adapter. 456 return createScopeAdapter();
457 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command 457 }
458 * @generated 458 @Override
459 */ 459 public Adapter caseTask(Task object)
460 public Adapter createCommandAdapter() 460 {
461 { 461 return createTaskAdapter();
462 return null; 462 }
463 } 463 @Override
464 464 public Adapter caseGenerationTask(GenerationTask object)
465 /** 465 {
466 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'. 466 return createGenerationTaskAdapter();
467 * <!-- begin-user-doc --> 467 }
468 * This default implementation returns null so that we can easily ignore cases; 468 @Override
469 * it's useful to ignore a case when inheritance will catch all the cases anyway. 469 public Adapter caseIntegerScope(IntegerScope object)
470 * <!-- end-user-doc --> 470 {
471 * @return the new adapter. 471 return createIntegerScopeAdapter();
472 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import 472 }
473 * @generated 473 @Override
474 */ 474 public Adapter caseRealScope(RealScope object)
475 public Adapter createImportAdapter() 475 {
476 { 476 return createRealScopeAdapter();
477 return null; 477 }
478 } 478 @Override
479 479 public Adapter caseStringScope(StringScope object)
480 /** 480 {
481 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'. 481 return createStringScopeAdapter();
482 * <!-- begin-user-doc --> 482 }
483 * This default implementation returns null so that we can easily ignore cases; 483 @Override
484 * it's useful to ignore a case when inheritance will catch all the cases anyway. 484 public Adapter defaultCase(EObject object)
485 * <!-- end-user-doc --> 485 {
486 * @return the new adapter. 486 return createEObjectAdapter();
487 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport 487 }
488 * @generated 488 };
489 */ 489
490 public Adapter createEPackageImportAdapter() 490 /**
491 { 491 * Creates an adapter for the <code>target</code>.
492 return null; 492 * <!-- begin-user-doc -->
493 } 493 * <!-- end-user-doc -->
494 494 * @param target the object to adapt.
495 /** 495 * @return the adapter for the <code>target</code>.
496 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'. 496 * @generated
497 * <!-- begin-user-doc --> 497 */
498 * This default implementation returns null so that we can easily ignore cases; 498 @Override
499 * it's useful to ignore a case when inheritance will catch all the cases anyway. 499 public Adapter createAdapter(Notifier target)
500 * <!-- end-user-doc --> 500 {
501 * @return the new adapter. 501 return modelSwitch.doSwitch((EObject)target);
502 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport 502 }
503 * @generated 503
504 */ 504
505 public Adapter createViatraImportAdapter() 505 /**
506 { 506 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript <em>Configuration Script</em>}'.
507 return null; 507 * <!-- begin-user-doc -->
508 } 508 * This default implementation returns null so that we can easily ignore cases;
509 509 * it's useful to ignore a case when inheritance will catch all the cases anyway.
510 /** 510 * <!-- end-user-doc -->
511 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'. 511 * @return the new adapter.
512 * <!-- begin-user-doc --> 512 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigurationScript
513 * This default implementation returns null so that we can easily ignore cases; 513 * @generated
514 * it's useful to ignore a case when inheritance will catch all the cases anyway. 514 */
515 * <!-- end-user-doc --> 515 public Adapter createConfigurationScriptAdapter()
516 * @return the new adapter. 516 {
517 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration 517 return null;
518 * @generated 518 }
519 */ 519
520 public Adapter createDeclarationAdapter() 520 /**
521 { 521 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command <em>Command</em>}'.
522 return null; 522 * <!-- begin-user-doc -->
523 } 523 * This default implementation returns null so that we can easily ignore cases;
524 524 * it's useful to ignore a case when inheritance will catch all the cases anyway.
525 /** 525 * <!-- end-user-doc -->
526 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification <em>File Specification</em>}'. 526 * @return the new adapter.
527 * <!-- begin-user-doc --> 527 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Command
528 * This default implementation returns null so that we can easily ignore cases; 528 * @generated
529 * it's useful to ignore a case when inheritance will catch all the cases anyway. 529 */
530 * <!-- end-user-doc --> 530 public Adapter createCommandAdapter()
531 * @return the new adapter. 531 {
532 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification 532 return null;
533 * @generated 533 }
534 */ 534
535 public Adapter createFileSpecificationAdapter() 535 /**
536 { 536 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'.
537 return null; 537 * <!-- begin-user-doc -->
538 } 538 * This default implementation returns null so that we can easily ignore cases;
539 539 * it's useful to ignore a case when inheritance will catch all the cases anyway.
540 /** 540 * <!-- end-user-doc -->
541 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration <em>File Declaration</em>}'. 541 * @return the new adapter.
542 * <!-- begin-user-doc --> 542 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import
543 * This default implementation returns null so that we can easily ignore cases; 543 * @generated
544 * it's useful to ignore a case when inheritance will catch all the cases anyway. 544 */
545 * <!-- end-user-doc --> 545 public Adapter createImportAdapter()
546 * @return the new adapter. 546 {
547 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration 547 return null;
548 * @generated 548 }
549 */ 549
550 public Adapter createFileDeclarationAdapter() 550 /**
551 { 551 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'.
552 return null; 552 * <!-- begin-user-doc -->
553 } 553 * This default implementation returns null so that we can easily ignore cases;
554 554 * it's useful to ignore a case when inheritance will catch all the cases anyway.
555 /** 555 * <!-- end-user-doc -->
556 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference <em>File Reference</em>}'. 556 * @return the new adapter.
557 * <!-- begin-user-doc --> 557 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport
558 * This default implementation returns null so that we can easily ignore cases; 558 * @generated
559 * it's useful to ignore a case when inheritance will catch all the cases anyway. 559 */
560 * <!-- end-user-doc --> 560 public Adapter createEPackageImportAdapter()
561 * @return the new adapter. 561 {
562 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference 562 return null;
563 * @generated 563 }
564 */ 564
565 public Adapter createFileReferenceAdapter() 565 /**
566 { 566 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'.
567 return null; 567 * <!-- begin-user-doc -->
568 } 568 * This default implementation returns null so that we can easily ignore cases;
569 569 * it's useful to ignore a case when inheritance will catch all the cases anyway.
570 /** 570 * <!-- end-user-doc -->
571 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File <em>File</em>}'. 571 * @return the new adapter.
572 * <!-- begin-user-doc --> 572 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport
573 * This default implementation returns null so that we can easily ignore cases; 573 * @generated
574 * it's useful to ignore a case when inheritance will catch all the cases anyway. 574 */
575 * <!-- end-user-doc --> 575 public Adapter createViatraImportAdapter()
576 * @return the new adapter. 576 {
577 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File 577 return null;
578 * @generated 578 }
579 */ 579
580 public Adapter createFileAdapter() 580 /**
581 { 581 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CftImport <em>Cft Import</em>}'.
582 return null; 582 * <!-- begin-user-doc -->
583 } 583 * This default implementation returns null so that we can easily ignore cases;
584 584 * it's useful to ignore a case when inheritance will catch all the cases anyway.
585 /** 585 * <!-- end-user-doc -->
586 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification <em>Metamodel Specification</em>}'. 586 * @return the new adapter.
587 * <!-- begin-user-doc --> 587 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CftImport
588 * This default implementation returns null so that we can easily ignore cases; 588 * @generated
589 * it's useful to ignore a case when inheritance will catch all the cases anyway. 589 */
590 * <!-- end-user-doc --> 590 public Adapter createCftImportAdapter()
591 * @return the new adapter. 591 {
592 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification 592 return null;
593 * @generated 593 }
594 */ 594
595 public Adapter createMetamodelSpecificationAdapter() 595 /**
596 { 596 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'.
597 return null; 597 * <!-- begin-user-doc -->
598 } 598 * This default implementation returns null so that we can easily ignore cases;
599 599 * it's useful to ignore a case when inheritance will catch all the cases anyway.
600 /** 600 * <!-- end-user-doc -->
601 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry <em>Metamodel Entry</em>}'. 601 * @return the new adapter.
602 * <!-- begin-user-doc --> 602 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration
603 * This default implementation returns null so that we can easily ignore cases; 603 * @generated
604 * it's useful to ignore a case when inheritance will catch all the cases anyway. 604 */
605 * <!-- end-user-doc --> 605 public Adapter createDeclarationAdapter()
606 * @return the new adapter. 606 {
607 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry 607 return null;
608 * @generated 608 }
609 */ 609
610 public Adapter createMetamodelEntryAdapter() 610 /**
611 { 611 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification <em>File Specification</em>}'.
612 return null; 612 * <!-- begin-user-doc -->
613 } 613 * This default implementation returns null so that we can easily ignore cases;
614 614 * it's useful to ignore a case when inheritance will catch all the cases anyway.
615 /** 615 * <!-- end-user-doc -->
616 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry <em>All Package Entry</em>}'. 616 * @return the new adapter.
617 * <!-- begin-user-doc --> 617 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification
618 * This default implementation returns null so that we can easily ignore cases; 618 * @generated
619 * it's useful to ignore a case when inheritance will catch all the cases anyway. 619 */
620 * <!-- end-user-doc --> 620 public Adapter createFileSpecificationAdapter()
621 * @return the new adapter. 621 {
622 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry 622 return null;
623 * @generated 623 }
624 */ 624
625 public Adapter createAllPackageEntryAdapter() 625 /**
626 { 626 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration <em>File Declaration</em>}'.
627 return null; 627 * <!-- begin-user-doc -->
628 } 628 * This default implementation returns null so that we can easily ignore cases;
629 629 * it's useful to ignore a case when inheritance will catch all the cases anyway.
630 /** 630 * <!-- end-user-doc -->
631 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement <em>Metamodel Element</em>}'. 631 * @return the new adapter.
632 * <!-- begin-user-doc --> 632 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration
633 * This default implementation returns null so that we can easily ignore cases; 633 * @generated
634 * it's useful to ignore a case when inheritance will catch all the cases anyway. 634 */
635 * <!-- end-user-doc --> 635 public Adapter createFileDeclarationAdapter()
636 * @return the new adapter. 636 {
637 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement 637 return null;
638 * @generated 638 }
639 */ 639
640 public Adapter createMetamodelElementAdapter() 640 /**
641 { 641 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference <em>File Reference</em>}'.
642 return null; 642 * <!-- begin-user-doc -->
643 } 643 * This default implementation returns null so that we can easily ignore cases;
644 644 * it's useful to ignore a case when inheritance will catch all the cases anyway.
645 /** 645 * <!-- end-user-doc -->
646 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration <em>Metamodel Declaration</em>}'. 646 * @return the new adapter.
647 * <!-- begin-user-doc --> 647 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference
648 * This default implementation returns null so that we can easily ignore cases; 648 * @generated
649 * it's useful to ignore a case when inheritance will catch all the cases anyway. 649 */
650 * <!-- end-user-doc --> 650 public Adapter createFileReferenceAdapter()
651 * @return the new adapter. 651 {
652 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration 652 return null;
653 * @generated 653 }
654 */ 654
655 public Adapter createMetamodelDeclarationAdapter() 655 /**
656 { 656 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File <em>File</em>}'.
657 return null; 657 * <!-- begin-user-doc -->
658 } 658 * This default implementation returns null so that we can easily ignore cases;
659 659 * it's useful to ignore a case when inheritance will catch all the cases anyway.
660 /** 660 * <!-- end-user-doc -->
661 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference <em>Metamodel Reference</em>}'. 661 * @return the new adapter.
662 * <!-- begin-user-doc --> 662 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File
663 * This default implementation returns null so that we can easily ignore cases; 663 * @generated
664 * it's useful to ignore a case when inheritance will catch all the cases anyway. 664 */
665 * <!-- end-user-doc --> 665 public Adapter createFileAdapter()
666 * @return the new adapter. 666 {
667 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference 667 return null;
668 * @generated 668 }
669 */ 669
670 public Adapter createMetamodelReferenceAdapter() 670 /**
671 { 671 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification <em>Metamodel Specification</em>}'.
672 return null; 672 * <!-- begin-user-doc -->
673 } 673 * This default implementation returns null so that we can easily ignore cases;
674 674 * it's useful to ignore a case when inheritance will catch all the cases anyway.
675 /** 675 * <!-- end-user-doc -->
676 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel <em>Metamodel</em>}'. 676 * @return the new adapter.
677 * <!-- begin-user-doc --> 677 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelSpecification
678 * This default implementation returns null so that we can easily ignore cases; 678 * @generated
679 * it's useful to ignore a case when inheritance will catch all the cases anyway. 679 */
680 * <!-- end-user-doc --> 680 public Adapter createMetamodelSpecificationAdapter()
681 * @return the new adapter. 681 {
682 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel 682 return null;
683 * @generated 683 }
684 */ 684
685 public Adapter createMetamodelAdapter() 685 /**
686 { 686 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry <em>Metamodel Entry</em>}'.
687 return null; 687 * <!-- begin-user-doc -->
688 } 688 * This default implementation returns null so that we can easily ignore cases;
689 689 * it's useful to ignore a case when inheritance will catch all the cases anyway.
690 /** 690 * <!-- end-user-doc -->
691 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification <em>Partial Model Specification</em>}'. 691 * @return the new adapter.
692 * <!-- begin-user-doc --> 692 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry
693 * This default implementation returns null so that we can easily ignore cases; 693 * @generated
694 * it's useful to ignore a case when inheritance will catch all the cases anyway. 694 */
695 * <!-- end-user-doc --> 695 public Adapter createMetamodelEntryAdapter()
696 * @return the new adapter. 696 {
697 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification 697 return null;
698 * @generated 698 }
699 */ 699
700 public Adapter createPartialModelSpecificationAdapter() 700 /**
701 { 701 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry <em>All Package Entry</em>}'.
702 return null; 702 * <!-- begin-user-doc -->
703 } 703 * This default implementation returns null so that we can easily ignore cases;
704 704 * it's useful to ignore a case when inheritance will catch all the cases anyway.
705 /** 705 * <!-- end-user-doc -->
706 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry <em>Partial Model Entry</em>}'. 706 * @return the new adapter.
707 * <!-- begin-user-doc --> 707 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPackageEntry
708 * This default implementation returns null so that we can easily ignore cases; 708 * @generated
709 * it's useful to ignore a case when inheritance will catch all the cases anyway. 709 */
710 * <!-- end-user-doc --> 710 public Adapter createAllPackageEntryAdapter()
711 * @return the new adapter. 711 {
712 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry 712 return null;
713 * @generated 713 }
714 */ 714
715 public Adapter createPartialModelEntryAdapter() 715 /**
716 { 716 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement <em>Metamodel Element</em>}'.
717 return null; 717 * <!-- begin-user-doc -->
718 } 718 * This default implementation returns null so that we can easily ignore cases;
719 719 * it's useful to ignore a case when inheritance will catch all the cases anyway.
720 /** 720 * <!-- end-user-doc -->
721 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry <em>Model Entry</em>}'. 721 * @return the new adapter.
722 * <!-- begin-user-doc --> 722 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelElement
723 * This default implementation returns null so that we can easily ignore cases; 723 * @generated
724 * it's useful to ignore a case when inheritance will catch all the cases anyway. 724 */
725 * <!-- end-user-doc --> 725 public Adapter createMetamodelElementAdapter()
726 * @return the new adapter. 726 {
727 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry 727 return null;
728 * @generated 728 }
729 */ 729
730 public Adapter createModelEntryAdapter() 730 /**
731 { 731 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration <em>Metamodel Declaration</em>}'.
732 return null; 732 * <!-- begin-user-doc -->
733 } 733 * This default implementation returns null so that we can easily ignore cases;
734 734 * it's useful to ignore a case when inheritance will catch all the cases anyway.
735 /** 735 * <!-- end-user-doc -->
736 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry <em>Folder Entry</em>}'. 736 * @return the new adapter.
737 * <!-- begin-user-doc --> 737 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelDeclaration
738 * This default implementation returns null so that we can easily ignore cases; 738 * @generated
739 * it's useful to ignore a case when inheritance will catch all the cases anyway. 739 */
740 * <!-- end-user-doc --> 740 public Adapter createMetamodelDeclarationAdapter()
741 * @return the new adapter. 741 {
742 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry 742 return null;
743 * @generated 743 }
744 */ 744
745 public Adapter createFolderEntryAdapter() 745 /**
746 { 746 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference <em>Metamodel Reference</em>}'.
747 return null; 747 * <!-- begin-user-doc -->
748 } 748 * This default implementation returns null so that we can easily ignore cases;
749 749 * it's useful to ignore a case when inheritance will catch all the cases anyway.
750 /** 750 * <!-- end-user-doc -->
751 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration <em>Partial Model Declaration</em>}'. 751 * @return the new adapter.
752 * <!-- begin-user-doc --> 752 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference
753 * This default implementation returns null so that we can easily ignore cases; 753 * @generated
754 * it's useful to ignore a case when inheritance will catch all the cases anyway. 754 */
755 * <!-- end-user-doc --> 755 public Adapter createMetamodelReferenceAdapter()
756 * @return the new adapter. 756 {
757 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration 757 return null;
758 * @generated 758 }
759 */ 759
760 public Adapter createPartialModelDeclarationAdapter() 760 /**
761 { 761 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel <em>Metamodel</em>}'.
762 return null; 762 * <!-- begin-user-doc -->
763 } 763 * This default implementation returns null so that we can easily ignore cases;
764 764 * it's useful to ignore a case when inheritance will catch all the cases anyway.
765 /** 765 * <!-- end-user-doc -->
766 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference <em>Partial Model Reference</em>}'. 766 * @return the new adapter.
767 * <!-- begin-user-doc --> 767 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Metamodel
768 * This default implementation returns null so that we can easily ignore cases; 768 * @generated
769 * it's useful to ignore a case when inheritance will catch all the cases anyway. 769 */
770 * <!-- end-user-doc --> 770 public Adapter createMetamodelAdapter()
771 * @return the new adapter. 771 {
772 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference 772 return null;
773 * @generated 773 }
774 */ 774
775 public Adapter createPartialModelReferenceAdapter() 775 /**
776 { 776 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification <em>Partial Model Specification</em>}'.
777 return null; 777 * <!-- begin-user-doc -->
778 } 778 * This default implementation returns null so that we can easily ignore cases;
779 779 * it's useful to ignore a case when inheritance will catch all the cases anyway.
780 /** 780 * <!-- end-user-doc -->
781 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel <em>Partial Model</em>}'. 781 * @return the new adapter.
782 * <!-- begin-user-doc --> 782 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification
783 * This default implementation returns null so that we can easily ignore cases; 783 * @generated
784 * it's useful to ignore a case when inheritance will catch all the cases anyway. 784 */
785 * <!-- end-user-doc --> 785 public Adapter createPartialModelSpecificationAdapter()
786 * @return the new adapter. 786 {
787 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel 787 return null;
788 * @generated 788 }
789 */ 789
790 public Adapter createPartialModelAdapter() 790 /**
791 { 791 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry <em>Partial Model Entry</em>}'.
792 return null; 792 * <!-- begin-user-doc -->
793 } 793 * This default implementation returns null so that we can easily ignore cases;
794 794 * it's useful to ignore a case when inheritance will catch all the cases anyway.
795 /** 795 * <!-- end-user-doc -->
796 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification <em>Pattern Specification</em>}'. 796 * @return the new adapter.
797 * <!-- begin-user-doc --> 797 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry
798 * This default implementation returns null so that we can easily ignore cases; 798 * @generated
799 * it's useful to ignore a case when inheritance will catch all the cases anyway. 799 */
800 * <!-- end-user-doc --> 800 public Adapter createPartialModelEntryAdapter()
801 * @return the new adapter. 801 {
802 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification 802 return null;
803 * @generated 803 }
804 */ 804
805 public Adapter createPatternSpecificationAdapter() 805 /**
806 { 806 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry <em>Model Entry</em>}'.
807 return null; 807 * <!-- begin-user-doc -->
808 } 808 * This default implementation returns null so that we can easily ignore cases;
809 809 * it's useful to ignore a case when inheritance will catch all the cases anyway.
810 /** 810 * <!-- end-user-doc -->
811 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry <em>Pattern Entry</em>}'. 811 * @return the new adapter.
812 * <!-- begin-user-doc --> 812 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry
813 * This default implementation returns null so that we can easily ignore cases; 813 * @generated
814 * it's useful to ignore a case when inheritance will catch all the cases anyway. 814 */
815 * <!-- end-user-doc --> 815 public Adapter createModelEntryAdapter()
816 * @return the new adapter. 816 {
817 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry 817 return null;
818 * @generated 818 }
819 */ 819
820 public Adapter createPatternEntryAdapter() 820 /**
821 { 821 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry <em>Folder Entry</em>}'.
822 return null; 822 * <!-- begin-user-doc -->
823 } 823 * This default implementation returns null so that we can easily ignore cases;
824 824 * it's useful to ignore a case when inheritance will catch all the cases anyway.
825 /** 825 * <!-- end-user-doc -->
826 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry <em>All Pattern Entry</em>}'. 826 * @return the new adapter.
827 * <!-- begin-user-doc --> 827 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry
828 * This default implementation returns null so that we can easily ignore cases; 828 * @generated
829 * it's useful to ignore a case when inheritance will catch all the cases anyway. 829 */
830 * <!-- end-user-doc --> 830 public Adapter createFolderEntryAdapter()
831 * @return the new adapter. 831 {
832 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry 832 return null;
833 * @generated 833 }
834 */ 834
835 public Adapter createAllPatternEntryAdapter() 835 /**
836 { 836 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration <em>Partial Model Declaration</em>}'.
837 return null; 837 * <!-- begin-user-doc -->
838 } 838 * This default implementation returns null so that we can easily ignore cases;
839 839 * it's useful to ignore a case when inheritance will catch all the cases anyway.
840 /** 840 * <!-- end-user-doc -->
841 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement <em>Pattern Element</em>}'. 841 * @return the new adapter.
842 * <!-- begin-user-doc --> 842 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration
843 * This default implementation returns null so that we can easily ignore cases; 843 * @generated
844 * it's useful to ignore a case when inheritance will catch all the cases anyway. 844 */
845 * <!-- end-user-doc --> 845 public Adapter createPartialModelDeclarationAdapter()
846 * @return the new adapter. 846 {
847 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement 847 return null;
848 * @generated 848 }
849 */ 849
850 public Adapter createPatternElementAdapter() 850 /**
851 { 851 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference <em>Partial Model Reference</em>}'.
852 return null; 852 * <!-- begin-user-doc -->
853 } 853 * This default implementation returns null so that we can easily ignore cases;
854 854 * it's useful to ignore a case when inheritance will catch all the cases anyway.
855 /** 855 * <!-- end-user-doc -->
856 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration <em>Graph Pattern Declaration</em>}'. 856 * @return the new adapter.
857 * <!-- begin-user-doc --> 857 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference
858 * This default implementation returns null so that we can easily ignore cases; 858 * @generated
859 * it's useful to ignore a case when inheritance will catch all the cases anyway. 859 */
860 * <!-- end-user-doc --> 860 public Adapter createPartialModelReferenceAdapter()
861 * @return the new adapter. 861 {
862 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration 862 return null;
863 * @generated 863 }
864 */ 864
865 public Adapter createGraphPatternDeclarationAdapter() 865 /**
866 { 866 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel <em>Partial Model</em>}'.
867 return null; 867 * <!-- begin-user-doc -->
868 } 868 * This default implementation returns null so that we can easily ignore cases;
869 869 * it's useful to ignore a case when inheritance will catch all the cases anyway.
870 /** 870 * <!-- end-user-doc -->
871 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference <em>Graph Pattern Reference</em>}'. 871 * @return the new adapter.
872 * <!-- begin-user-doc --> 872 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel
873 * This default implementation returns null so that we can easily ignore cases; 873 * @generated
874 * it's useful to ignore a case when inheritance will catch all the cases anyway. 874 */
875 * <!-- end-user-doc --> 875 public Adapter createPartialModelAdapter()
876 * @return the new adapter. 876 {
877 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference 877 return null;
878 * @generated 878 }
879 */ 879
880 public Adapter createGraphPatternReferenceAdapter() 880 /**
881 { 881 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification <em>Pattern Specification</em>}'.
882 return null; 882 * <!-- begin-user-doc -->
883 } 883 * This default implementation returns null so that we can easily ignore cases;
884 884 * it's useful to ignore a case when inheritance will catch all the cases anyway.
885 /** 885 * <!-- end-user-doc -->
886 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern <em>Graph Pattern</em>}'. 886 * @return the new adapter.
887 * <!-- begin-user-doc --> 887 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification
888 * This default implementation returns null so that we can easily ignore cases; 888 * @generated
889 * it's useful to ignore a case when inheritance will catch all the cases anyway. 889 */
890 * <!-- end-user-doc --> 890 public Adapter createPatternSpecificationAdapter()
891 * @return the new adapter. 891 {
892 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern 892 return null;
893 * @generated 893 }
894 */ 894
895 public Adapter createGraphPatternAdapter() 895 /**
896 { 896 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry <em>Pattern Entry</em>}'.
897 return null; 897 * <!-- begin-user-doc -->
898 } 898 * This default implementation returns null so that we can easily ignore cases;
899 899 * it's useful to ignore a case when inheritance will catch all the cases anyway.
900 /** 900 * <!-- end-user-doc -->
901 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification <em>Config Specification</em>}'. 901 * @return the new adapter.
902 * <!-- begin-user-doc --> 902 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry
903 * This default implementation returns null so that we can easily ignore cases; 903 * @generated
904 * it's useful to ignore a case when inheritance will catch all the cases anyway. 904 */
905 * <!-- end-user-doc --> 905 public Adapter createPatternEntryAdapter()
906 * @return the new adapter. 906 {
907 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification 907 return null;
908 * @generated 908 }
909 */ 909
910 public Adapter createConfigSpecificationAdapter() 910 /**
911 { 911 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry <em>All Pattern Entry</em>}'.
912 return null; 912 * <!-- begin-user-doc -->
913 } 913 * This default implementation returns null so that we can easily ignore cases;
914 914 * it's useful to ignore a case when inheritance will catch all the cases anyway.
915 /** 915 * <!-- end-user-doc -->
916 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration <em>Config Declaration</em>}'. 916 * @return the new adapter.
917 * <!-- begin-user-doc --> 917 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry
918 * This default implementation returns null so that we can easily ignore cases; 918 * @generated
919 * it's useful to ignore a case when inheritance will catch all the cases anyway. 919 */
920 * <!-- end-user-doc --> 920 public Adapter createAllPatternEntryAdapter()
921 * @return the new adapter. 921 {
922 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration 922 return null;
923 * @generated 923 }
924 */ 924
925 public Adapter createConfigDeclarationAdapter() 925 /**
926 { 926 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement <em>Pattern Element</em>}'.
927 return null; 927 * <!-- begin-user-doc -->
928 } 928 * This default implementation returns null so that we can easily ignore cases;
929 929 * it's useful to ignore a case when inheritance will catch all the cases anyway.
930 /** 930 * <!-- end-user-doc -->
931 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry <em>Config Entry</em>}'. 931 * @return the new adapter.
932 * <!-- begin-user-doc --> 932 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement
933 * This default implementation returns null so that we can easily ignore cases; 933 * @generated
934 * it's useful to ignore a case when inheritance will catch all the cases anyway. 934 */
935 * <!-- end-user-doc --> 935 public Adapter createPatternElementAdapter()
936 * @return the new adapter. 936 {
937 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry 937 return null;
938 * @generated 938 }
939 */ 939
940 public Adapter createConfigEntryAdapter() 940 /**
941 { 941 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration <em>Graph Pattern Declaration</em>}'.
942 return null; 942 * <!-- begin-user-doc -->
943 } 943 * This default implementation returns null so that we can easily ignore cases;
944 944 * it's useful to ignore a case when inheritance will catch all the cases anyway.
945 /** 945 * <!-- end-user-doc -->
946 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry <em>Documentation Entry</em>}'. 946 * @return the new adapter.
947 * <!-- begin-user-doc --> 947 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration
948 * This default implementation returns null so that we can easily ignore cases; 948 * @generated
949 * it's useful to ignore a case when inheritance will catch all the cases anyway. 949 */
950 * <!-- end-user-doc --> 950 public Adapter createGraphPatternDeclarationAdapter()
951 * @return the new adapter. 951 {
952 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry 952 return null;
953 * @generated 953 }
954 */ 954
955 public Adapter createDocumentationEntryAdapter() 955 /**
956 { 956 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference <em>Graph Pattern Reference</em>}'.
957 return null; 957 * <!-- begin-user-doc -->
958 } 958 * This default implementation returns null so that we can easily ignore cases;
959 959 * it's useful to ignore a case when inheritance will catch all the cases anyway.
960 /** 960 * <!-- end-user-doc -->
961 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry <em>Runtime Entry</em>}'. 961 * @return the new adapter.
962 * <!-- begin-user-doc --> 962 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference
963 * This default implementation returns null so that we can easily ignore cases; 963 * @generated
964 * it's useful to ignore a case when inheritance will catch all the cases anyway. 964 */
965 * <!-- end-user-doc --> 965 public Adapter createGraphPatternReferenceAdapter()
966 * @return the new adapter. 966 {
967 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry 967 return null;
968 * @generated 968 }
969 */ 969
970 public Adapter createRuntimeEntryAdapter() 970 /**
971 { 971 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern <em>Graph Pattern</em>}'.
972 return null; 972 * <!-- begin-user-doc -->
973 } 973 * This default implementation returns null so that we can easily ignore cases;
974 974 * it's useful to ignore a case when inheritance will catch all the cases anyway.
975 /** 975 * <!-- end-user-doc -->
976 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry <em>Memory Entry</em>}'. 976 * @return the new adapter.
977 * <!-- begin-user-doc --> 977 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern
978 * This default implementation returns null so that we can easily ignore cases; 978 * @generated
979 * it's useful to ignore a case when inheritance will catch all the cases anyway. 979 */
980 * <!-- end-user-doc --> 980 public Adapter createGraphPatternAdapter()
981 * @return the new adapter. 981 {
982 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry 982 return null;
983 * @generated 983 }
984 */ 984
985 public Adapter createMemoryEntryAdapter() 985 /**
986 { 986 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification <em>Objective Specification</em>}'.
987 return null; 987 * <!-- begin-user-doc -->
988 } 988 * This default implementation returns null so that we can easily ignore cases;
989 989 * it's useful to ignore a case when inheritance will catch all the cases anyway.
990 /** 990 * <!-- end-user-doc -->
991 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry <em>Custom Entry</em>}'. 991 * @return the new adapter.
992 * <!-- begin-user-doc --> 992 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveSpecification
993 * This default implementation returns null so that we can easily ignore cases; 993 * @generated
994 * it's useful to ignore a case when inheritance will catch all the cases anyway. 994 */
995 * <!-- end-user-doc --> 995 public Adapter createObjectiveSpecificationAdapter()
996 * @return the new adapter. 996 {
997 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry 997 return null;
998 * @generated 998 }
999 */ 999
1000 public Adapter createCustomEntryAdapter() 1000 /**
1001 { 1001 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry <em>Objective Entry</em>}'.
1002 return null; 1002 * <!-- begin-user-doc -->
1003 } 1003 * This default implementation returns null so that we can easily ignore cases;
1004 1004 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1005 /** 1005 * <!-- end-user-doc -->
1006 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'. 1006 * @return the new adapter.
1007 * <!-- begin-user-doc --> 1007 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry
1008 * This default implementation returns null so that we can easily ignore cases; 1008 * @generated
1009 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1009 */
1010 * <!-- end-user-doc --> 1010 public Adapter createObjectiveEntryAdapter()
1011 * @return the new adapter. 1011 {
1012 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference 1012 return null;
1013 * @generated 1013 }
1014 */ 1014
1015 public Adapter createConfigReferenceAdapter() 1015 /**
1016 { 1016 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry <em>Optimization Entry</em>}'.
1017 return null; 1017 * <!-- begin-user-doc -->
1018 } 1018 * This default implementation returns null so that we can easily ignore cases;
1019 1019 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1020 /** 1020 * <!-- end-user-doc -->
1021 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config <em>Config</em>}'. 1021 * @return the new adapter.
1022 * <!-- begin-user-doc --> 1022 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.OptimizationEntry
1023 * This default implementation returns null so that we can easily ignore cases; 1023 * @generated
1024 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1024 */
1025 * <!-- end-user-doc --> 1025 public Adapter createOptimizationEntryAdapter()
1026 * @return the new adapter. 1026 {
1027 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config 1027 return null;
1028 * @generated 1028 }
1029 */ 1029
1030 public Adapter createConfigAdapter() 1030 /**
1031 { 1031 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry <em>Threshold Entry</em>}'.
1032 return null; 1032 * <!-- begin-user-doc -->
1033 } 1033 * This default implementation returns null so that we can easily ignore cases;
1034 1034 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1035 /** 1035 * <!-- end-user-doc -->
1036 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification <em>Scope Specification</em>}'. 1036 * @return the new adapter.
1037 * <!-- begin-user-doc --> 1037 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ThresholdEntry
1038 * This default implementation returns null so that we can easily ignore cases; 1038 * @generated
1039 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1039 */
1040 * <!-- end-user-doc --> 1040 public Adapter createThresholdEntryAdapter()
1041 * @return the new adapter. 1041 {
1042 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification 1042 return null;
1043 * @generated 1043 }
1044 */ 1044
1045 public Adapter createScopeSpecificationAdapter() 1045 /**
1046 { 1046 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction <em>Objective Function</em>}'.
1047 return null; 1047 * <!-- begin-user-doc -->
1048 } 1048 * This default implementation returns null so that we can easily ignore cases;
1049 1049 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1050 /** 1050 * <!-- end-user-doc -->
1051 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope <em>Type Scope</em>}'. 1051 * @return the new adapter.
1052 * <!-- begin-user-doc --> 1052 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveFunction
1053 * This default implementation returns null so that we can easily ignore cases; 1053 * @generated
1054 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1054 */
1055 * <!-- end-user-doc --> 1055 public Adapter createObjectiveFunctionAdapter()
1056 * @return the new adapter. 1056 {
1057 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope 1057 return null;
1058 * @generated 1058 }
1059 */ 1059
1060 public Adapter createTypeScopeAdapter() 1060 /**
1061 { 1061 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction <em>Cost Objective Function</em>}'.
1062 return null; 1062 * <!-- begin-user-doc -->
1063 } 1063 * This default implementation returns null so that we can easily ignore cases;
1064 1064 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1065 /** 1065 * <!-- end-user-doc -->
1066 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope <em>Class Type Scope</em>}'. 1066 * @return the new adapter.
1067 * <!-- begin-user-doc --> 1067 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostObjectiveFunction
1068 * This default implementation returns null so that we can easily ignore cases; 1068 * @generated
1069 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1069 */
1070 * <!-- end-user-doc --> 1070 public Adapter createCostObjectiveFunctionAdapter()
1071 * @return the new adapter. 1071 {
1072 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope 1072 return null;
1073 * @generated 1073 }
1074 */ 1074
1075 public Adapter createClassTypeScopeAdapter() 1075 /**
1076 { 1076 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry <em>Cost Entry</em>}'.
1077 return null; 1077 * <!-- begin-user-doc -->
1078 } 1078 * This default implementation returns null so that we can easily ignore cases;
1079 1079 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1080 /** 1080 * <!-- end-user-doc -->
1081 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope <em>Object Type Scope</em>}'. 1081 * @return the new adapter.
1082 * <!-- begin-user-doc --> 1082 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry
1083 * This default implementation returns null so that we can easily ignore cases; 1083 * @generated
1084 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1084 */
1085 * <!-- end-user-doc --> 1085 public Adapter createCostEntryAdapter()
1086 * @return the new adapter. 1086 {
1087 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope 1087 return null;
1088 * @generated 1088 }
1089 */ 1089
1090 public Adapter createObjectTypeScopeAdapter() 1090 /**
1091 { 1091 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabilityObjectiveFunction <em>Reliability Objective Function</em>}'.
1092 return null; 1092 * <!-- begin-user-doc -->
1093 } 1093 * This default implementation returns null so that we can easily ignore cases;
1094 1094 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1095 /** 1095 * <!-- end-user-doc -->
1096 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope <em>Integer Type Scope</em>}'. 1096 * @return the new adapter.
1097 * <!-- begin-user-doc --> 1097 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabilityObjectiveFunction
1098 * This default implementation returns null so that we can easily ignore cases; 1098 * @generated
1099 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1099 */
1100 * <!-- end-user-doc --> 1100 public Adapter createReliabilityObjectiveFunctionAdapter()
1101 * @return the new adapter. 1101 {
1102 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope 1102 return null;
1103 * @generated 1103 }
1104 */ 1104
1105 public Adapter createIntegerTypeScopeAdapter() 1105 /**
1106 { 1106 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabiltiyProbability <em>Reliabiltiy Probability</em>}'.
1107 return null; 1107 * <!-- begin-user-doc -->
1108 } 1108 * This default implementation returns null so that we can easily ignore cases;
1109 1109 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1110 /** 1110 * <!-- end-user-doc -->
1111 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope <em>Real Type Scope</em>}'. 1111 * @return the new adapter.
1112 * <!-- begin-user-doc --> 1112 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabiltiyProbability
1113 * This default implementation returns null so that we can easily ignore cases; 1113 * @generated
1114 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1114 */
1115 * <!-- end-user-doc --> 1115 public Adapter createReliabiltiyProbabilityAdapter()
1116 * @return the new adapter. 1116 {
1117 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope 1117 return null;
1118 * @generated 1118 }
1119 */ 1119
1120 public Adapter createRealTypeScopeAdapter() 1120 /**
1121 { 1121 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Mtff <em>Mtff</em>}'.
1122 return null; 1122 * <!-- begin-user-doc -->
1123 } 1123 * This default implementation returns null so that we can easily ignore cases;
1124 1124 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1125 /** 1125 * <!-- end-user-doc -->
1126 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope <em>String Type Scope</em>}'. 1126 * @return the new adapter.
1127 * <!-- begin-user-doc --> 1127 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Mtff
1128 * This default implementation returns null so that we can easily ignore cases; 1128 * @generated
1129 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1129 */
1130 * <!-- end-user-doc --> 1130 public Adapter createMtffAdapter()
1131 * @return the new adapter. 1131 {
1132 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope 1132 return null;
1133 * @generated 1133 }
1134 */ 1134
1135 public Adapter createStringTypeScopeAdapter() 1135 /**
1136 { 1136 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration <em>Objective Declaration</em>}'.
1137 return null; 1137 * <!-- begin-user-doc -->
1138 } 1138 * This default implementation returns null so that we can easily ignore cases;
1139 1139 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1140 /** 1140 * <!-- end-user-doc -->
1141 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference <em>Type Reference</em>}'. 1141 * @return the new adapter.
1142 * <!-- begin-user-doc --> 1142 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveDeclaration
1143 * This default implementation returns null so that we can easily ignore cases; 1143 * @generated
1144 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1144 */
1145 * <!-- end-user-doc --> 1145 public Adapter createObjectiveDeclarationAdapter()
1146 * @return the new adapter. 1146 {
1147 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference 1147 return null;
1148 * @generated 1148 }
1149 */ 1149
1150 public Adapter createTypeReferenceAdapter() 1150 /**
1151 { 1151 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference <em>Objective Reference</em>}'.
1152 return null; 1152 * <!-- begin-user-doc -->
1153 } 1153 * This default implementation returns null so that we can easily ignore cases;
1154 1154 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1155 /** 1155 * <!-- end-user-doc -->
1156 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference <em>Class Reference</em>}'. 1156 * @return the new adapter.
1157 * <!-- begin-user-doc --> 1157 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveReference
1158 * This default implementation returns null so that we can easily ignore cases; 1158 * @generated
1159 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1159 */
1160 * <!-- end-user-doc --> 1160 public Adapter createObjectiveReferenceAdapter()
1161 * @return the new adapter. 1161 {
1162 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference 1162 return null;
1163 * @generated 1163 }
1164 */ 1164
1165 public Adapter createClassReferenceAdapter() 1165 /**
1166 { 1166 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective <em>Objective</em>}'.
1167 return null; 1167 * <!-- begin-user-doc -->
1168 } 1168 * This default implementation returns null so that we can easily ignore cases;
1169 1169 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1170 /** 1170 * <!-- end-user-doc -->
1171 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference <em>Object Reference</em>}'. 1171 * @return the new adapter.
1172 * <!-- begin-user-doc --> 1172 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Objective
1173 * This default implementation returns null so that we can easily ignore cases; 1173 * @generated
1174 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1174 */
1175 * <!-- end-user-doc --> 1175 public Adapter createObjectiveAdapter()
1176 * @return the new adapter. 1176 {
1177 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference 1177 return null;
1178 * @generated 1178 }
1179 */ 1179
1180 public Adapter createObjectReferenceAdapter() 1180 /**
1181 { 1181 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification <em>Config Specification</em>}'.
1182 return null; 1182 * <!-- begin-user-doc -->
1183 } 1183 * This default implementation returns null so that we can easily ignore cases;
1184 1184 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1185 /** 1185 * <!-- end-user-doc -->
1186 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference <em>Integer Reference</em>}'. 1186 * @return the new adapter.
1187 * <!-- begin-user-doc --> 1187 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification
1188 * This default implementation returns null so that we can easily ignore cases; 1188 * @generated
1189 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1189 */
1190 * <!-- end-user-doc --> 1190 public Adapter createConfigSpecificationAdapter()
1191 * @return the new adapter. 1191 {
1192 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference 1192 return null;
1193 * @generated 1193 }
1194 */ 1194
1195 public Adapter createIntegerReferenceAdapter() 1195 /**
1196 { 1196 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration <em>Config Declaration</em>}'.
1197 return null; 1197 * <!-- begin-user-doc -->
1198 } 1198 * This default implementation returns null so that we can easily ignore cases;
1199 1199 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1200 /** 1200 * <!-- end-user-doc -->
1201 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference <em>Real Reference</em>}'. 1201 * @return the new adapter.
1202 * <!-- begin-user-doc --> 1202 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration
1203 * This default implementation returns null so that we can easily ignore cases; 1203 * @generated
1204 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1204 */
1205 * <!-- end-user-doc --> 1205 public Adapter createConfigDeclarationAdapter()
1206 * @return the new adapter. 1206 {
1207 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference 1207 return null;
1208 * @generated 1208 }
1209 */ 1209
1210 public Adapter createRealReferenceAdapter() 1210 /**
1211 { 1211 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry <em>Config Entry</em>}'.
1212 return null; 1212 * <!-- begin-user-doc -->
1213 } 1213 * This default implementation returns null so that we can easily ignore cases;
1214 1214 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1215 /** 1215 * <!-- end-user-doc -->
1216 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference <em>String Reference</em>}'. 1216 * @return the new adapter.
1217 * <!-- begin-user-doc --> 1217 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry
1218 * This default implementation returns null so that we can easily ignore cases; 1218 * @generated
1219 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1219 */
1220 * <!-- end-user-doc --> 1220 public Adapter createConfigEntryAdapter()
1221 * @return the new adapter. 1221 {
1222 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference 1222 return null;
1223 * @generated 1223 }
1224 */ 1224
1225 public Adapter createStringReferenceAdapter() 1225 /**
1226 { 1226 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry <em>Documentation Entry</em>}'.
1227 return null; 1227 * <!-- begin-user-doc -->
1228 } 1228 * This default implementation returns null so that we can easily ignore cases;
1229 1229 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1230 /** 1230 * <!-- end-user-doc -->
1231 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification <em>Number Specification</em>}'. 1231 * @return the new adapter.
1232 * <!-- begin-user-doc --> 1232 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry
1233 * This default implementation returns null so that we can easily ignore cases; 1233 * @generated
1234 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1234 */
1235 * <!-- end-user-doc --> 1235 public Adapter createDocumentationEntryAdapter()
1236 * @return the new adapter. 1236 {
1237 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification 1237 return null;
1238 * @generated 1238 }
1239 */ 1239
1240 public Adapter createNumberSpecificationAdapter() 1240 /**
1241 { 1241 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry <em>Runtime Entry</em>}'.
1242 return null; 1242 * <!-- begin-user-doc -->
1243 } 1243 * This default implementation returns null so that we can easily ignore cases;
1244 1244 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1245 /** 1245 * <!-- end-user-doc -->
1246 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber <em>Exact Number</em>}'. 1246 * @return the new adapter.
1247 * <!-- begin-user-doc --> 1247 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry
1248 * This default implementation returns null so that we can easily ignore cases; 1248 * @generated
1249 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1249 */
1250 * <!-- end-user-doc --> 1250 public Adapter createRuntimeEntryAdapter()
1251 * @return the new adapter. 1251 {
1252 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber 1252 return null;
1253 * @generated 1253 }
1254 */ 1254
1255 public Adapter createExactNumberAdapter() 1255 /**
1256 { 1256 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry <em>Memory Entry</em>}'.
1257 return null; 1257 * <!-- begin-user-doc -->
1258 } 1258 * This default implementation returns null so that we can easily ignore cases;
1259 1259 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1260 /** 1260 * <!-- end-user-doc -->
1261 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber <em>Intervall Number</em>}'. 1261 * @return the new adapter.
1262 * <!-- begin-user-doc --> 1262 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry
1263 * This default implementation returns null so that we can easily ignore cases; 1263 * @generated
1264 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1264 */
1265 * <!-- end-user-doc --> 1265 public Adapter createMemoryEntryAdapter()
1266 * @return the new adapter. 1266 {
1267 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber 1267 return null;
1268 * @generated 1268 }
1269 */ 1269
1270 public Adapter createIntervallNumberAdapter() 1270 /**
1271 { 1271 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry <em>Custom Entry</em>}'.
1272 return null; 1272 * <!-- begin-user-doc -->
1273 } 1273 * This default implementation returns null so that we can easily ignore cases;
1274 1274 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1275 /** 1275 * <!-- end-user-doc -->
1276 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation <em>Int Enumberation</em>}'. 1276 * @return the new adapter.
1277 * <!-- begin-user-doc --> 1277 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry
1278 * This default implementation returns null so that we can easily ignore cases; 1278 * @generated
1279 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1279 */
1280 * <!-- end-user-doc --> 1280 public Adapter createCustomEntryAdapter()
1281 * @return the new adapter. 1281 {
1282 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation 1282 return null;
1283 * @generated 1283 }
1284 */ 1284
1285 public Adapter createIntEnumberationAdapter() 1285 /**
1286 { 1286 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'.
1287 return null; 1287 * <!-- begin-user-doc -->
1288 } 1288 * This default implementation returns null so that we can easily ignore cases;
1289 1289 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1290 /** 1290 * <!-- end-user-doc -->
1291 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration <em>Real Enumeration</em>}'. 1291 * @return the new adapter.
1292 * <!-- begin-user-doc --> 1292 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference
1293 * This default implementation returns null so that we can easily ignore cases; 1293 * @generated
1294 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1294 */
1295 * <!-- end-user-doc --> 1295 public Adapter createConfigReferenceAdapter()
1296 * @return the new adapter. 1296 {
1297 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration 1297 return null;
1298 * @generated 1298 }
1299 */ 1299
1300 public Adapter createRealEnumerationAdapter() 1300 /**
1301 { 1301 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config <em>Config</em>}'.
1302 return null; 1302 * <!-- begin-user-doc -->
1303 } 1303 * This default implementation returns null so that we can easily ignore cases;
1304 1304 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1305 /** 1305 * <!-- end-user-doc -->
1306 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration <em>String Enumeration</em>}'. 1306 * @return the new adapter.
1307 * <!-- begin-user-doc --> 1307 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config
1308 * This default implementation returns null so that we can easily ignore cases; 1308 * @generated
1309 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1309 */
1310 * <!-- end-user-doc --> 1310 public Adapter createConfigAdapter()
1311 * @return the new adapter. 1311 {
1312 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration 1312 return null;
1313 * @generated 1313 }
1314 */ 1314
1315 public Adapter createStringEnumerationAdapter() 1315 /**
1316 { 1316 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification <em>Scope Specification</em>}'.
1317 return null; 1317 * <!-- begin-user-doc -->
1318 } 1318 * This default implementation returns null so that we can easily ignore cases;
1319 1319 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1320 /** 1320 * <!-- end-user-doc -->
1321 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration <em>Scope Declaration</em>}'. 1321 * @return the new adapter.
1322 * <!-- begin-user-doc --> 1322 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification
1323 * This default implementation returns null so that we can easily ignore cases; 1323 * @generated
1324 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1324 */
1325 * <!-- end-user-doc --> 1325 public Adapter createScopeSpecificationAdapter()
1326 * @return the new adapter. 1326 {
1327 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration 1327 return null;
1328 * @generated 1328 }
1329 */ 1329
1330 public Adapter createScopeDeclarationAdapter() 1330 /**
1331 { 1331 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope <em>Type Scope</em>}'.
1332 return null; 1332 * <!-- begin-user-doc -->
1333 } 1333 * This default implementation returns null so that we can easily ignore cases;
1334 1334 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1335 /** 1335 * <!-- end-user-doc -->
1336 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference <em>Scope Reference</em>}'. 1336 * @return the new adapter.
1337 * <!-- begin-user-doc --> 1337 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope
1338 * This default implementation returns null so that we can easily ignore cases; 1338 * @generated
1339 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1339 */
1340 * <!-- end-user-doc --> 1340 public Adapter createTypeScopeAdapter()
1341 * @return the new adapter. 1341 {
1342 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference 1342 return null;
1343 * @generated 1343 }
1344 */ 1344
1345 public Adapter createScopeReferenceAdapter() 1345 /**
1346 { 1346 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope <em>Class Type Scope</em>}'.
1347 return null; 1347 * <!-- begin-user-doc -->
1348 } 1348 * This default implementation returns null so that we can easily ignore cases;
1349 1349 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1350 /** 1350 * <!-- end-user-doc -->
1351 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope <em>Scope</em>}'. 1351 * @return the new adapter.
1352 * <!-- begin-user-doc --> 1352 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassTypeScope
1353 * This default implementation returns null so that we can easily ignore cases; 1353 * @generated
1354 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1354 */
1355 * <!-- end-user-doc --> 1355 public Adapter createClassTypeScopeAdapter()
1356 * @return the new adapter. 1356 {
1357 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope 1357 return null;
1358 * @generated 1358 }
1359 */ 1359
1360 public Adapter createScopeAdapter() 1360 /**
1361 { 1361 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope <em>Object Type Scope</em>}'.
1362 return null; 1362 * <!-- begin-user-doc -->
1363 } 1363 * This default implementation returns null so that we can easily ignore cases;
1364 1364 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1365 /** 1365 * <!-- end-user-doc -->
1366 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task <em>Task</em>}'. 1366 * @return the new adapter.
1367 * <!-- begin-user-doc --> 1367 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope
1368 * This default implementation returns null so that we can easily ignore cases; 1368 * @generated
1369 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1369 */
1370 * <!-- end-user-doc --> 1370 public Adapter createObjectTypeScopeAdapter()
1371 * @return the new adapter. 1371 {
1372 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task 1372 return null;
1373 * @generated 1373 }
1374 */ 1374
1375 public Adapter createTaskAdapter() 1375 /**
1376 { 1376 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope <em>Integer Type Scope</em>}'.
1377 return null; 1377 * <!-- begin-user-doc -->
1378 } 1378 * This default implementation returns null so that we can easily ignore cases;
1379 1379 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1380 /** 1380 * <!-- end-user-doc -->
1381 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask <em>Generation Task</em>}'. 1381 * @return the new adapter.
1382 * <!-- begin-user-doc --> 1382 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerTypeScope
1383 * This default implementation returns null so that we can easily ignore cases; 1383 * @generated
1384 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1384 */
1385 * <!-- end-user-doc --> 1385 public Adapter createIntegerTypeScopeAdapter()
1386 * @return the new adapter. 1386 {
1387 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask 1387 return null;
1388 * @generated 1388 }
1389 */ 1389
1390 public Adapter createGenerationTaskAdapter() 1390 /**
1391 { 1391 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope <em>Real Type Scope</em>}'.
1392 return null; 1392 * <!-- begin-user-doc -->
1393 } 1393 * This default implementation returns null so that we can easily ignore cases;
1394 1394 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1395 /** 1395 * <!-- end-user-doc -->
1396 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope <em>Integer Scope</em>}'. 1396 * @return the new adapter.
1397 * <!-- begin-user-doc --> 1397 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealTypeScope
1398 * This default implementation returns null so that we can easily ignore cases; 1398 * @generated
1399 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1399 */
1400 * <!-- end-user-doc --> 1400 public Adapter createRealTypeScopeAdapter()
1401 * @return the new adapter. 1401 {
1402 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope 1402 return null;
1403 * @generated 1403 }
1404 */ 1404
1405 public Adapter createIntegerScopeAdapter() 1405 /**
1406 { 1406 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope <em>String Type Scope</em>}'.
1407 return null; 1407 * <!-- begin-user-doc -->
1408 } 1408 * This default implementation returns null so that we can easily ignore cases;
1409 1409 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1410 /** 1410 * <!-- end-user-doc -->
1411 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope <em>Real Scope</em>}'. 1411 * @return the new adapter.
1412 * <!-- begin-user-doc --> 1412 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringTypeScope
1413 * This default implementation returns null so that we can easily ignore cases; 1413 * @generated
1414 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1414 */
1415 * <!-- end-user-doc --> 1415 public Adapter createStringTypeScopeAdapter()
1416 * @return the new adapter. 1416 {
1417 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope 1417 return null;
1418 * @generated 1418 }
1419 */ 1419
1420 public Adapter createRealScopeAdapter() 1420 /**
1421 { 1421 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference <em>Type Reference</em>}'.
1422 return null; 1422 * <!-- begin-user-doc -->
1423 } 1423 * This default implementation returns null so that we can easily ignore cases;
1424 1424 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1425 /** 1425 * <!-- end-user-doc -->
1426 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope <em>String Scope</em>}'. 1426 * @return the new adapter.
1427 * <!-- begin-user-doc --> 1427 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference
1428 * This default implementation returns null so that we can easily ignore cases; 1428 * @generated
1429 * it's useful to ignore a case when inheritance will catch all the cases anyway. 1429 */
1430 * <!-- end-user-doc --> 1430 public Adapter createTypeReferenceAdapter()
1431 * @return the new adapter. 1431 {
1432 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope 1432 return null;
1433 * @generated 1433 }
1434 */ 1434
1435 public Adapter createStringScopeAdapter() 1435 /**
1436 { 1436 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference <em>Class Reference</em>}'.
1437 return null; 1437 * <!-- begin-user-doc -->
1438 } 1438 * This default implementation returns null so that we can easily ignore cases;
1439 1439 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1440 /** 1440 * <!-- end-user-doc -->
1441 * Creates a new adapter for the default case. 1441 * @return the new adapter.
1442 * <!-- begin-user-doc --> 1442 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference
1443 * This default implementation returns null. 1443 * @generated
1444 * <!-- end-user-doc --> 1444 */
1445 * @return the new adapter. 1445 public Adapter createClassReferenceAdapter()
1446 * @generated 1446 {
1447 */ 1447 return null;
1448 public Adapter createEObjectAdapter() 1448 }
1449 { 1449
1450 return null; 1450 /**
1451 } 1451 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference <em>Object Reference</em>}'.
1452 1452 * <!-- begin-user-doc -->
1453} //ApplicationConfigurationAdapterFactory 1453 * This default implementation returns null so that we can easily ignore cases;
1454 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1455 * <!-- end-user-doc -->
1456 * @return the new adapter.
1457 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference
1458 * @generated
1459 */
1460 public Adapter createObjectReferenceAdapter()
1461 {
1462 return null;
1463 }
1464
1465 /**
1466 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference <em>Integer Reference</em>}'.
1467 * <!-- begin-user-doc -->
1468 * This default implementation returns null so that we can easily ignore cases;
1469 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1470 * <!-- end-user-doc -->
1471 * @return the new adapter.
1472 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference
1473 * @generated
1474 */
1475 public Adapter createIntegerReferenceAdapter()
1476 {
1477 return null;
1478 }
1479
1480 /**
1481 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference <em>Real Reference</em>}'.
1482 * <!-- begin-user-doc -->
1483 * This default implementation returns null so that we can easily ignore cases;
1484 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1485 * <!-- end-user-doc -->
1486 * @return the new adapter.
1487 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference
1488 * @generated
1489 */
1490 public Adapter createRealReferenceAdapter()
1491 {
1492 return null;
1493 }
1494
1495 /**
1496 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference <em>String Reference</em>}'.
1497 * <!-- begin-user-doc -->
1498 * This default implementation returns null so that we can easily ignore cases;
1499 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1500 * <!-- end-user-doc -->
1501 * @return the new adapter.
1502 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference
1503 * @generated
1504 */
1505 public Adapter createStringReferenceAdapter()
1506 {
1507 return null;
1508 }
1509
1510 /**
1511 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification <em>Number Specification</em>}'.
1512 * <!-- begin-user-doc -->
1513 * This default implementation returns null so that we can easily ignore cases;
1514 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1515 * <!-- end-user-doc -->
1516 * @return the new adapter.
1517 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.NumberSpecification
1518 * @generated
1519 */
1520 public Adapter createNumberSpecificationAdapter()
1521 {
1522 return null;
1523 }
1524
1525 /**
1526 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber <em>Exact Number</em>}'.
1527 * <!-- begin-user-doc -->
1528 * This default implementation returns null so that we can easily ignore cases;
1529 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1530 * <!-- end-user-doc -->
1531 * @return the new adapter.
1532 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber
1533 * @generated
1534 */
1535 public Adapter createExactNumberAdapter()
1536 {
1537 return null;
1538 }
1539
1540 /**
1541 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber <em>Intervall Number</em>}'.
1542 * <!-- begin-user-doc -->
1543 * This default implementation returns null so that we can easily ignore cases;
1544 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1545 * <!-- end-user-doc -->
1546 * @return the new adapter.
1547 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber
1548 * @generated
1549 */
1550 public Adapter createIntervallNumberAdapter()
1551 {
1552 return null;
1553 }
1554
1555 /**
1556 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation <em>Int Enumberation</em>}'.
1557 * <!-- begin-user-doc -->
1558 * This default implementation returns null so that we can easily ignore cases;
1559 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1560 * <!-- end-user-doc -->
1561 * @return the new adapter.
1562 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntEnumberation
1563 * @generated
1564 */
1565 public Adapter createIntEnumberationAdapter()
1566 {
1567 return null;
1568 }
1569
1570 /**
1571 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration <em>Real Enumeration</em>}'.
1572 * <!-- begin-user-doc -->
1573 * This default implementation returns null so that we can easily ignore cases;
1574 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1575 * <!-- end-user-doc -->
1576 * @return the new adapter.
1577 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealEnumeration
1578 * @generated
1579 */
1580 public Adapter createRealEnumerationAdapter()
1581 {
1582 return null;
1583 }
1584
1585 /**
1586 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration <em>String Enumeration</em>}'.
1587 * <!-- begin-user-doc -->
1588 * This default implementation returns null so that we can easily ignore cases;
1589 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1590 * <!-- end-user-doc -->
1591 * @return the new adapter.
1592 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringEnumeration
1593 * @generated
1594 */
1595 public Adapter createStringEnumerationAdapter()
1596 {
1597 return null;
1598 }
1599
1600 /**
1601 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration <em>Scope Declaration</em>}'.
1602 * <!-- begin-user-doc -->
1603 * This default implementation returns null so that we can easily ignore cases;
1604 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1605 * <!-- end-user-doc -->
1606 * @return the new adapter.
1607 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration
1608 * @generated
1609 */
1610 public Adapter createScopeDeclarationAdapter()
1611 {
1612 return null;
1613 }
1614
1615 /**
1616 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference <em>Scope Reference</em>}'.
1617 * <!-- begin-user-doc -->
1618 * This default implementation returns null so that we can easily ignore cases;
1619 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1620 * <!-- end-user-doc -->
1621 * @return the new adapter.
1622 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference
1623 * @generated
1624 */
1625 public Adapter createScopeReferenceAdapter()
1626 {
1627 return null;
1628 }
1629
1630 /**
1631 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope <em>Scope</em>}'.
1632 * <!-- begin-user-doc -->
1633 * This default implementation returns null so that we can easily ignore cases;
1634 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1635 * <!-- end-user-doc -->
1636 * @return the new adapter.
1637 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope
1638 * @generated
1639 */
1640 public Adapter createScopeAdapter()
1641 {
1642 return null;
1643 }
1644
1645 /**
1646 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task <em>Task</em>}'.
1647 * <!-- begin-user-doc -->
1648 * This default implementation returns null so that we can easily ignore cases;
1649 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1650 * <!-- end-user-doc -->
1651 * @return the new adapter.
1652 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task
1653 * @generated
1654 */
1655 public Adapter createTaskAdapter()
1656 {
1657 return null;
1658 }
1659
1660 /**
1661 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask <em>Generation Task</em>}'.
1662 * <!-- begin-user-doc -->
1663 * This default implementation returns null so that we can easily ignore cases;
1664 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1665 * <!-- end-user-doc -->
1666 * @return the new adapter.
1667 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask
1668 * @generated
1669 */
1670 public Adapter createGenerationTaskAdapter()
1671 {
1672 return null;
1673 }
1674
1675 /**
1676 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope <em>Integer Scope</em>}'.
1677 * <!-- begin-user-doc -->
1678 * This default implementation returns null so that we can easily ignore cases;
1679 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1680 * <!-- end-user-doc -->
1681 * @return the new adapter.
1682 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope
1683 * @generated
1684 */
1685 public Adapter createIntegerScopeAdapter()
1686 {
1687 return null;
1688 }
1689
1690 /**
1691 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope <em>Real Scope</em>}'.
1692 * <!-- begin-user-doc -->
1693 * This default implementation returns null so that we can easily ignore cases;
1694 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1695 * <!-- end-user-doc -->
1696 * @return the new adapter.
1697 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope
1698 * @generated
1699 */
1700 public Adapter createRealScopeAdapter()
1701 {
1702 return null;
1703 }
1704
1705 /**
1706 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope <em>String Scope</em>}'.
1707 * <!-- begin-user-doc -->
1708 * This default implementation returns null so that we can easily ignore cases;
1709 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1710 * <!-- end-user-doc -->
1711 * @return the new adapter.
1712 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope
1713 * @generated
1714 */
1715 public Adapter createStringScopeAdapter()
1716 {
1717 return null;
1718 }
1719
1720 /**
1721 * Creates a new adapter for the default case.
1722 * <!-- begin-user-doc -->
1723 * This default implementation returns null.
1724 * <!-- end-user-doc -->
1725 * @return the new adapter.
1726 * @generated
1727 */
1728 public Adapter createEObjectAdapter()
1729 {
1730 return null;
1731 }
1732
1733} //ApplicationConfigurationAdapterFactory