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