aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationAdapterFactory.java808
1 files changed, 794 insertions, 14 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 67d9c396..58c9881e 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
@@ -86,11 +86,6 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
86 return createCommandAdapter(); 86 return createCommandAdapter();
87 } 87 }
88 @Override 88 @Override
89 public Adapter caseDeclaration(Declaration object)
90 {
91 return createDeclarationAdapter();
92 }
93 @Override
94 public Adapter caseImport(Import object) 89 public Adapter caseImport(Import object)
95 { 90 {
96 return createImportAdapter(); 91 return createImportAdapter();
@@ -106,6 +101,31 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
106 return createViatraImportAdapter(); 101 return createViatraImportAdapter();
107 } 102 }
108 @Override 103 @Override
104 public Adapter caseDeclaration(Declaration object)
105 {
106 return createDeclarationAdapter();
107 }
108 @Override
109 public Adapter caseFileSpecification(FileSpecification object)
110 {
111 return createFileSpecificationAdapter();
112 }
113 @Override
114 public Adapter caseFileDeclaration(FileDeclaration object)
115 {
116 return createFileDeclarationAdapter();
117 }
118 @Override
119 public Adapter caseFileReference(FileReference object)
120 {
121 return createFileReferenceAdapter();
122 }
123 @Override
124 public Adapter caseFile(File object)
125 {
126 return createFileAdapter();
127 }
128 @Override
109 public Adapter caseMetamodelSpecification(MetamodelSpecification object) 129 public Adapter caseMetamodelSpecification(MetamodelSpecification object)
110 { 130 {
111 return createMetamodelSpecificationAdapter(); 131 return createMetamodelSpecificationAdapter();
@@ -141,6 +161,181 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
141 return createMetamodelAdapter(); 161 return createMetamodelAdapter();
142 } 162 }
143 @Override 163 @Override
164 public Adapter casePartialModelSpecification(PartialModelSpecification object)
165 {
166 return createPartialModelSpecificationAdapter();
167 }
168 @Override
169 public Adapter casePartialModelEntry(PartialModelEntry object)
170 {
171 return createPartialModelEntryAdapter();
172 }
173 @Override
174 public Adapter caseModelEntry(ModelEntry object)
175 {
176 return createModelEntryAdapter();
177 }
178 @Override
179 public Adapter caseFolderEntry(FolderEntry object)
180 {
181 return createFolderEntryAdapter();
182 }
183 @Override
184 public Adapter casePartialModelDeclaration(PartialModelDeclaration object)
185 {
186 return createPartialModelDeclarationAdapter();
187 }
188 @Override
189 public Adapter casePartialModelReference(PartialModelReference object)
190 {
191 return createPartialModelReferenceAdapter();
192 }
193 @Override
194 public Adapter casePartialModel(PartialModel object)
195 {
196 return createPartialModelAdapter();
197 }
198 @Override
199 public Adapter casePatternSpecification(PatternSpecification object)
200 {
201 return createPatternSpecificationAdapter();
202 }
203 @Override
204 public Adapter casePatternEntry(PatternEntry object)
205 {
206 return createPatternEntryAdapter();
207 }
208 @Override
209 public Adapter caseAllPatternEntry(AllPatternEntry object)
210 {
211 return createAllPatternEntryAdapter();
212 }
213 @Override
214 public Adapter casePatternElement(PatternElement object)
215 {
216 return createPatternElementAdapter();
217 }
218 @Override
219 public Adapter caseGraphPatternDeclaration(GraphPatternDeclaration object)
220 {
221 return createGraphPatternDeclarationAdapter();
222 }
223 @Override
224 public Adapter caseGraphPatternReference(GraphPatternReference object)
225 {
226 return createGraphPatternReferenceAdapter();
227 }
228 @Override
229 public Adapter caseGraphPattern(GraphPattern object)
230 {
231 return createGraphPatternAdapter();
232 }
233 @Override
234 public Adapter caseConfigSpecification(ConfigSpecification object)
235 {
236 return createConfigSpecificationAdapter();
237 }
238 @Override
239 public Adapter caseConfigDeclaration(ConfigDeclaration object)
240 {
241 return createConfigDeclarationAdapter();
242 }
243 @Override
244 public Adapter caseConfigEntry(ConfigEntry object)
245 {
246 return createConfigEntryAdapter();
247 }
248 @Override
249 public Adapter caseConfigReference(ConfigReference object)
250 {
251 return createConfigReferenceAdapter();
252 }
253 @Override
254 public Adapter caseConfig(Config object)
255 {
256 return createConfigAdapter();
257 }
258 @Override
259 public Adapter caseScopeSpecification(ScopeSpecification object)
260 {
261 return createScopeSpecificationAdapter();
262 }
263 @Override
264 public Adapter caseTypeScope(TypeScope object)
265 {
266 return createTypeScopeAdapter();
267 }
268 @Override
269 public Adapter caseTypeReference(TypeReference object)
270 {
271 return createTypeReferenceAdapter();
272 }
273 @Override
274 public Adapter caseClassReference(ClassReference object)
275 {
276 return createClassReferenceAdapter();
277 }
278 @Override
279 public Adapter caseObjectReference(ObjectReference object)
280 {
281 return createObjectReferenceAdapter();
282 }
283 @Override
284 public Adapter caseIntegerReference(IntegerReference object)
285 {
286 return createIntegerReferenceAdapter();
287 }
288 @Override
289 public Adapter caseRealReference(RealReference object)
290 {
291 return createRealReferenceAdapter();
292 }
293 @Override
294 public Adapter caseStringReference(StringReference object)
295 {
296 return createStringReferenceAdapter();
297 }
298 @Override
299 public Adapter caseScopeDeclaration(ScopeDeclaration object)
300 {
301 return createScopeDeclarationAdapter();
302 }
303 @Override
304 public Adapter caseScopeReference(ScopeReference object)
305 {
306 return createScopeReferenceAdapter();
307 }
308 @Override
309 public Adapter caseScope(Scope object)
310 {
311 return createScopeAdapter();
312 }
313 @Override
314 public Adapter caseTask(Task object)
315 {
316 return createTaskAdapter();
317 }
318 @Override
319 public Adapter caseGenerationTask(GenerationTask object)
320 {
321 return createGenerationTaskAdapter();
322 }
323 @Override
324 public Adapter caseIntegerScope(IntegerScope object)
325 {
326 return createIntegerScopeAdapter();
327 }
328 @Override
329 public Adapter caseRealScope(RealScope object)
330 {
331 return createRealScopeAdapter();
332 }
333 @Override
334 public Adapter caseStringScope(StringScope object)
335 {
336 return createStringScopeAdapter();
337 }
338 @Override
144 public Adapter defaultCase(EObject object) 339 public Adapter defaultCase(EObject object)
145 { 340 {
146 return createEObjectAdapter(); 341 return createEObjectAdapter();
@@ -193,6 +388,51 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
193 } 388 }
194 389
195 /** 390 /**
391 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'.
392 * <!-- begin-user-doc -->
393 * This default implementation returns null so that we can easily ignore cases;
394 * it's useful to ignore a case when inheritance will catch all the cases anyway.
395 * <!-- end-user-doc -->
396 * @return the new adapter.
397 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import
398 * @generated
399 */
400 public Adapter createImportAdapter()
401 {
402 return null;
403 }
404
405 /**
406 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'.
407 * <!-- begin-user-doc -->
408 * This default implementation returns null so that we can easily ignore cases;
409 * it's useful to ignore a case when inheritance will catch all the cases anyway.
410 * <!-- end-user-doc -->
411 * @return the new adapter.
412 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport
413 * @generated
414 */
415 public Adapter createEPackageImportAdapter()
416 {
417 return null;
418 }
419
420 /**
421 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'.
422 * <!-- begin-user-doc -->
423 * This default implementation returns null so that we can easily ignore cases;
424 * it's useful to ignore a case when inheritance will catch all the cases anyway.
425 * <!-- end-user-doc -->
426 * @return the new adapter.
427 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport
428 * @generated
429 */
430 public Adapter createViatraImportAdapter()
431 {
432 return null;
433 }
434
435 /**
196 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'. 436 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Declaration <em>Declaration</em>}'.
197 * <!-- begin-user-doc --> 437 * <!-- begin-user-doc -->
198 * This default implementation returns null so that we can easily ignore cases; 438 * This default implementation returns null so that we can easily ignore cases;
@@ -208,46 +448,61 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
208 } 448 }
209 449
210 /** 450 /**
211 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import <em>Import</em>}'. 451 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification <em>File Specification</em>}'.
212 * <!-- begin-user-doc --> 452 * <!-- begin-user-doc -->
213 * This default implementation returns null so that we can easily ignore cases; 453 * This default implementation returns null so that we can easily ignore cases;
214 * it's useful to ignore a case when inheritance will catch all the cases anyway. 454 * it's useful to ignore a case when inheritance will catch all the cases anyway.
215 * <!-- end-user-doc --> 455 * <!-- end-user-doc -->
216 * @return the new adapter. 456 * @return the new adapter.
217 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Import 457 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification
218 * @generated 458 * @generated
219 */ 459 */
220 public Adapter createImportAdapter() 460 public Adapter createFileSpecificationAdapter()
221 { 461 {
222 return null; 462 return null;
223 } 463 }
224 464
225 /** 465 /**
226 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport <em>EPackage Import</em>}'. 466 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration <em>File Declaration</em>}'.
227 * <!-- begin-user-doc --> 467 * <!-- begin-user-doc -->
228 * This default implementation returns null so that we can easily ignore cases; 468 * This default implementation returns null so that we can easily ignore cases;
229 * it's useful to ignore a case when inheritance will catch all the cases anyway. 469 * it's useful to ignore a case when inheritance will catch all the cases anyway.
230 * <!-- end-user-doc --> 470 * <!-- end-user-doc -->
231 * @return the new adapter. 471 * @return the new adapter.
232 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport 472 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileDeclaration
233 * @generated 473 * @generated
234 */ 474 */
235 public Adapter createEPackageImportAdapter() 475 public Adapter createFileDeclarationAdapter()
236 { 476 {
237 return null; 477 return null;
238 } 478 }
239 479
240 /** 480 /**
241 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport <em>Viatra Import</em>}'. 481 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference <em>File Reference</em>}'.
242 * <!-- begin-user-doc --> 482 * <!-- begin-user-doc -->
243 * This default implementation returns null so that we can easily ignore cases; 483 * This default implementation returns null so that we can easily ignore cases;
244 * it's useful to ignore a case when inheritance will catch all the cases anyway. 484 * it's useful to ignore a case when inheritance will catch all the cases anyway.
245 * <!-- end-user-doc --> 485 * <!-- end-user-doc -->
246 * @return the new adapter. 486 * @return the new adapter.
247 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ViatraImport 487 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileReference
248 * @generated 488 * @generated
249 */ 489 */
250 public Adapter createViatraImportAdapter() 490 public Adapter createFileReferenceAdapter()
491 {
492 return null;
493 }
494
495 /**
496 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File <em>File</em>}'.
497 * <!-- begin-user-doc -->
498 * This default implementation returns null so that we can easily ignore cases;
499 * it's useful to ignore a case when inheritance will catch all the cases anyway.
500 * <!-- end-user-doc -->
501 * @return the new adapter.
502 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.File
503 * @generated
504 */
505 public Adapter createFileAdapter()
251 { 506 {
252 return null; 507 return null;
253 } 508 }
@@ -358,6 +613,531 @@ public class ApplicationConfigurationAdapterFactory extends AdapterFactoryImpl
358 } 613 }
359 614
360 /** 615 /**
616 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification <em>Partial Model Specification</em>}'.
617 * <!-- begin-user-doc -->
618 * This default implementation returns null so that we can easily ignore cases;
619 * it's useful to ignore a case when inheritance will catch all the cases anyway.
620 * <!-- end-user-doc -->
621 * @return the new adapter.
622 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelSpecification
623 * @generated
624 */
625 public Adapter createPartialModelSpecificationAdapter()
626 {
627 return null;
628 }
629
630 /**
631 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry <em>Partial Model Entry</em>}'.
632 * <!-- begin-user-doc -->
633 * This default implementation returns null so that we can easily ignore cases;
634 * it's useful to ignore a case when inheritance will catch all the cases anyway.
635 * <!-- end-user-doc -->
636 * @return the new adapter.
637 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry
638 * @generated
639 */
640 public Adapter createPartialModelEntryAdapter()
641 {
642 return null;
643 }
644
645 /**
646 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry <em>Model Entry</em>}'.
647 * <!-- begin-user-doc -->
648 * This default implementation returns null so that we can easily ignore cases;
649 * it's useful to ignore a case when inheritance will catch all the cases anyway.
650 * <!-- end-user-doc -->
651 * @return the new adapter.
652 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ModelEntry
653 * @generated
654 */
655 public Adapter createModelEntryAdapter()
656 {
657 return null;
658 }
659
660 /**
661 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry <em>Folder Entry</em>}'.
662 * <!-- begin-user-doc -->
663 * This default implementation returns null so that we can easily ignore cases;
664 * it's useful to ignore a case when inheritance will catch all the cases anyway.
665 * <!-- end-user-doc -->
666 * @return the new adapter.
667 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FolderEntry
668 * @generated
669 */
670 public Adapter createFolderEntryAdapter()
671 {
672 return null;
673 }
674
675 /**
676 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration <em>Partial Model Declaration</em>}'.
677 * <!-- begin-user-doc -->
678 * This default implementation returns null so that we can easily ignore cases;
679 * it's useful to ignore a case when inheritance will catch all the cases anyway.
680 * <!-- end-user-doc -->
681 * @return the new adapter.
682 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelDeclaration
683 * @generated
684 */
685 public Adapter createPartialModelDeclarationAdapter()
686 {
687 return null;
688 }
689
690 /**
691 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference <em>Partial Model Reference</em>}'.
692 * <!-- begin-user-doc -->
693 * This default implementation returns null so that we can easily ignore cases;
694 * it's useful to ignore a case when inheritance will catch all the cases anyway.
695 * <!-- end-user-doc -->
696 * @return the new adapter.
697 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference
698 * @generated
699 */
700 public Adapter createPartialModelReferenceAdapter()
701 {
702 return null;
703 }
704
705 /**
706 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel <em>Partial Model</em>}'.
707 * <!-- begin-user-doc -->
708 * This default implementation returns null so that we can easily ignore cases;
709 * it's useful to ignore a case when inheritance will catch all the cases anyway.
710 * <!-- end-user-doc -->
711 * @return the new adapter.
712 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModel
713 * @generated
714 */
715 public Adapter createPartialModelAdapter()
716 {
717 return null;
718 }
719
720 /**
721 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification <em>Pattern Specification</em>}'.
722 * <!-- begin-user-doc -->
723 * This default implementation returns null so that we can easily ignore cases;
724 * it's useful to ignore a case when inheritance will catch all the cases anyway.
725 * <!-- end-user-doc -->
726 * @return the new adapter.
727 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternSpecification
728 * @generated
729 */
730 public Adapter createPatternSpecificationAdapter()
731 {
732 return null;
733 }
734
735 /**
736 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry <em>Pattern Entry</em>}'.
737 * <!-- begin-user-doc -->
738 * This default implementation returns null so that we can easily ignore cases;
739 * it's useful to ignore a case when inheritance will catch all the cases anyway.
740 * <!-- end-user-doc -->
741 * @return the new adapter.
742 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry
743 * @generated
744 */
745 public Adapter createPatternEntryAdapter()
746 {
747 return null;
748 }
749
750 /**
751 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry <em>All Pattern Entry</em>}'.
752 * <!-- begin-user-doc -->
753 * This default implementation returns null so that we can easily ignore cases;
754 * it's useful to ignore a case when inheritance will catch all the cases anyway.
755 * <!-- end-user-doc -->
756 * @return the new adapter.
757 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.AllPatternEntry
758 * @generated
759 */
760 public Adapter createAllPatternEntryAdapter()
761 {
762 return null;
763 }
764
765 /**
766 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement <em>Pattern Element</em>}'.
767 * <!-- begin-user-doc -->
768 * This default implementation returns null so that we can easily ignore cases;
769 * it's useful to ignore a case when inheritance will catch all the cases anyway.
770 * <!-- end-user-doc -->
771 * @return the new adapter.
772 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement
773 * @generated
774 */
775 public Adapter createPatternElementAdapter()
776 {
777 return null;
778 }
779
780 /**
781 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration <em>Graph Pattern Declaration</em>}'.
782 * <!-- begin-user-doc -->
783 * This default implementation returns null so that we can easily ignore cases;
784 * it's useful to ignore a case when inheritance will catch all the cases anyway.
785 * <!-- end-user-doc -->
786 * @return the new adapter.
787 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternDeclaration
788 * @generated
789 */
790 public Adapter createGraphPatternDeclarationAdapter()
791 {
792 return null;
793 }
794
795 /**
796 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference <em>Graph Pattern Reference</em>}'.
797 * <!-- begin-user-doc -->
798 * This default implementation returns null so that we can easily ignore cases;
799 * it's useful to ignore a case when inheritance will catch all the cases anyway.
800 * <!-- end-user-doc -->
801 * @return the new adapter.
802 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPatternReference
803 * @generated
804 */
805 public Adapter createGraphPatternReferenceAdapter()
806 {
807 return null;
808 }
809
810 /**
811 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern <em>Graph Pattern</em>}'.
812 * <!-- begin-user-doc -->
813 * This default implementation returns null so that we can easily ignore cases;
814 * it's useful to ignore a case when inheritance will catch all the cases anyway.
815 * <!-- end-user-doc -->
816 * @return the new adapter.
817 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GraphPattern
818 * @generated
819 */
820 public Adapter createGraphPatternAdapter()
821 {
822 return null;
823 }
824
825 /**
826 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification <em>Config Specification</em>}'.
827 * <!-- begin-user-doc -->
828 * This default implementation returns null so that we can easily ignore cases;
829 * it's useful to ignore a case when inheritance will catch all the cases anyway.
830 * <!-- end-user-doc -->
831 * @return the new adapter.
832 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigSpecification
833 * @generated
834 */
835 public Adapter createConfigSpecificationAdapter()
836 {
837 return null;
838 }
839
840 /**
841 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration <em>Config Declaration</em>}'.
842 * <!-- begin-user-doc -->
843 * This default implementation returns null so that we can easily ignore cases;
844 * it's useful to ignore a case when inheritance will catch all the cases anyway.
845 * <!-- end-user-doc -->
846 * @return the new adapter.
847 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration
848 * @generated
849 */
850 public Adapter createConfigDeclarationAdapter()
851 {
852 return null;
853 }
854
855 /**
856 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry <em>Config Entry</em>}'.
857 * <!-- begin-user-doc -->
858 * This default implementation returns null so that we can easily ignore cases;
859 * it's useful to ignore a case when inheritance will catch all the cases anyway.
860 * <!-- end-user-doc -->
861 * @return the new adapter.
862 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry
863 * @generated
864 */
865 public Adapter createConfigEntryAdapter()
866 {
867 return null;
868 }
869
870 /**
871 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'.
872 * <!-- begin-user-doc -->
873 * This default implementation returns null so that we can easily ignore cases;
874 * it's useful to ignore a case when inheritance will catch all the cases anyway.
875 * <!-- end-user-doc -->
876 * @return the new adapter.
877 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference
878 * @generated
879 */
880 public Adapter createConfigReferenceAdapter()
881 {
882 return null;
883 }
884
885 /**
886 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config <em>Config</em>}'.
887 * <!-- begin-user-doc -->
888 * This default implementation returns null so that we can easily ignore cases;
889 * it's useful to ignore a case when inheritance will catch all the cases anyway.
890 * <!-- end-user-doc -->
891 * @return the new adapter.
892 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Config
893 * @generated
894 */
895 public Adapter createConfigAdapter()
896 {
897 return null;
898 }
899
900 /**
901 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification <em>Scope Specification</em>}'.
902 * <!-- begin-user-doc -->
903 * This default implementation returns null so that we can easily ignore cases;
904 * it's useful to ignore a case when inheritance will catch all the cases anyway.
905 * <!-- end-user-doc -->
906 * @return the new adapter.
907 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeSpecification
908 * @generated
909 */
910 public Adapter createScopeSpecificationAdapter()
911 {
912 return null;
913 }
914
915 /**
916 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope <em>Type Scope</em>}'.
917 * <!-- begin-user-doc -->
918 * This default implementation returns null so that we can easily ignore cases;
919 * it's useful to ignore a case when inheritance will catch all the cases anyway.
920 * <!-- end-user-doc -->
921 * @return the new adapter.
922 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeScope
923 * @generated
924 */
925 public Adapter createTypeScopeAdapter()
926 {
927 return null;
928 }
929
930 /**
931 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference <em>Type Reference</em>}'.
932 * <!-- begin-user-doc -->
933 * This default implementation returns null so that we can easily ignore cases;
934 * it's useful to ignore a case when inheritance will catch all the cases anyway.
935 * <!-- end-user-doc -->
936 * @return the new adapter.
937 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.TypeReference
938 * @generated
939 */
940 public Adapter createTypeReferenceAdapter()
941 {
942 return null;
943 }
944
945 /**
946 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference <em>Class Reference</em>}'.
947 * <!-- begin-user-doc -->
948 * This default implementation returns null so that we can easily ignore cases;
949 * it's useful to ignore a case when inheritance will catch all the cases anyway.
950 * <!-- end-user-doc -->
951 * @return the new adapter.
952 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference
953 * @generated
954 */
955 public Adapter createClassReferenceAdapter()
956 {
957 return null;
958 }
959
960 /**
961 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference <em>Object Reference</em>}'.
962 * <!-- begin-user-doc -->
963 * This default implementation returns null so that we can easily ignore cases;
964 * it's useful to ignore a case when inheritance will catch all the cases anyway.
965 * <!-- end-user-doc -->
966 * @return the new adapter.
967 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectReference
968 * @generated
969 */
970 public Adapter createObjectReferenceAdapter()
971 {
972 return null;
973 }
974
975 /**
976 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference <em>Integer Reference</em>}'.
977 * <!-- begin-user-doc -->
978 * This default implementation returns null so that we can easily ignore cases;
979 * it's useful to ignore a case when inheritance will catch all the cases anyway.
980 * <!-- end-user-doc -->
981 * @return the new adapter.
982 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerReference
983 * @generated
984 */
985 public Adapter createIntegerReferenceAdapter()
986 {
987 return null;
988 }
989
990 /**
991 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference <em>Real Reference</em>}'.
992 * <!-- begin-user-doc -->
993 * This default implementation returns null so that we can easily ignore cases;
994 * it's useful to ignore a case when inheritance will catch all the cases anyway.
995 * <!-- end-user-doc -->
996 * @return the new adapter.
997 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealReference
998 * @generated
999 */
1000 public Adapter createRealReferenceAdapter()
1001 {
1002 return null;
1003 }
1004
1005 /**
1006 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference <em>String Reference</em>}'.
1007 * <!-- begin-user-doc -->
1008 * This default implementation returns null so that we can easily ignore cases;
1009 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1010 * <!-- end-user-doc -->
1011 * @return the new adapter.
1012 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringReference
1013 * @generated
1014 */
1015 public Adapter createStringReferenceAdapter()
1016 {
1017 return null;
1018 }
1019
1020 /**
1021 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration <em>Scope Declaration</em>}'.
1022 * <!-- begin-user-doc -->
1023 * This default implementation returns null so that we can easily ignore cases;
1024 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1025 * <!-- end-user-doc -->
1026 * @return the new adapter.
1027 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeDeclaration
1028 * @generated
1029 */
1030 public Adapter createScopeDeclarationAdapter()
1031 {
1032 return null;
1033 }
1034
1035 /**
1036 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference <em>Scope Reference</em>}'.
1037 * <!-- begin-user-doc -->
1038 * This default implementation returns null so that we can easily ignore cases;
1039 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1040 * <!-- end-user-doc -->
1041 * @return the new adapter.
1042 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference
1043 * @generated
1044 */
1045 public Adapter createScopeReferenceAdapter()
1046 {
1047 return null;
1048 }
1049
1050 /**
1051 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope <em>Scope</em>}'.
1052 * <!-- begin-user-doc -->
1053 * This default implementation returns null so that we can easily ignore cases;
1054 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1055 * <!-- end-user-doc -->
1056 * @return the new adapter.
1057 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Scope
1058 * @generated
1059 */
1060 public Adapter createScopeAdapter()
1061 {
1062 return null;
1063 }
1064
1065 /**
1066 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task <em>Task</em>}'.
1067 * <!-- begin-user-doc -->
1068 * This default implementation returns null so that we can easily ignore cases;
1069 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1070 * <!-- end-user-doc -->
1071 * @return the new adapter.
1072 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Task
1073 * @generated
1074 */
1075 public Adapter createTaskAdapter()
1076 {
1077 return null;
1078 }
1079
1080 /**
1081 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask <em>Generation Task</em>}'.
1082 * <!-- begin-user-doc -->
1083 * This default implementation returns null so that we can easily ignore cases;
1084 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1085 * <!-- end-user-doc -->
1086 * @return the new adapter.
1087 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask
1088 * @generated
1089 */
1090 public Adapter createGenerationTaskAdapter()
1091 {
1092 return null;
1093 }
1094
1095 /**
1096 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope <em>Integer Scope</em>}'.
1097 * <!-- begin-user-doc -->
1098 * This default implementation returns null so that we can easily ignore cases;
1099 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1100 * <!-- end-user-doc -->
1101 * @return the new adapter.
1102 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntegerScope
1103 * @generated
1104 */
1105 public Adapter createIntegerScopeAdapter()
1106 {
1107 return null;
1108 }
1109
1110 /**
1111 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope <em>Real Scope</em>}'.
1112 * <!-- begin-user-doc -->
1113 * This default implementation returns null so that we can easily ignore cases;
1114 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1115 * <!-- end-user-doc -->
1116 * @return the new adapter.
1117 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RealScope
1118 * @generated
1119 */
1120 public Adapter createRealScopeAdapter()
1121 {
1122 return null;
1123 }
1124
1125 /**
1126 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope <em>String Scope</em>}'.
1127 * <!-- begin-user-doc -->
1128 * This default implementation returns null so that we can easily ignore cases;
1129 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1130 * <!-- end-user-doc -->
1131 * @return the new adapter.
1132 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.StringScope
1133 * @generated
1134 */
1135 public Adapter createStringScopeAdapter()
1136 {
1137 return null;
1138 }
1139
1140 /**
361 * Creates a new adapter for the default case. 1141 * Creates a new adapter for the default case.
362 * <!-- begin-user-doc --> 1142 * <!-- begin-user-doc -->
363 * This default implementation returns null. 1143 * This default implementation returns null.