aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java70
1 files changed, 69 insertions, 1 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java
index 7f485ec5..9e1b5e40 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/ApplicationConfigurationFactoryImpl.java
@@ -1,5 +1,5 @@
1/** 1/**
2 * generated by Xtext 2.12.0 2 * generated by Xtext 2.21.0
3 */ 3 */
4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl;
5 5
@@ -181,6 +181,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
181 * <!-- end-user-doc --> 181 * <!-- end-user-doc -->
182 * @generated 182 * @generated
183 */ 183 */
184 @Override
184 public ConfigurationScript createConfigurationScript() 185 public ConfigurationScript createConfigurationScript()
185 { 186 {
186 ConfigurationScriptImpl configurationScript = new ConfigurationScriptImpl(); 187 ConfigurationScriptImpl configurationScript = new ConfigurationScriptImpl();
@@ -192,6 +193,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
192 * <!-- end-user-doc --> 193 * <!-- end-user-doc -->
193 * @generated 194 * @generated
194 */ 195 */
196 @Override
195 public Command createCommand() 197 public Command createCommand()
196 { 198 {
197 CommandImpl command = new CommandImpl(); 199 CommandImpl command = new CommandImpl();
@@ -203,6 +205,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
203 * <!-- end-user-doc --> 205 * <!-- end-user-doc -->
204 * @generated 206 * @generated
205 */ 207 */
208 @Override
206 public Import createImport() 209 public Import createImport()
207 { 210 {
208 ImportImpl import_ = new ImportImpl(); 211 ImportImpl import_ = new ImportImpl();
@@ -214,6 +217,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
214 * <!-- end-user-doc --> 217 * <!-- end-user-doc -->
215 * @generated 218 * @generated
216 */ 219 */
220 @Override
217 public EPackageImport createEPackageImport() 221 public EPackageImport createEPackageImport()
218 { 222 {
219 EPackageImportImpl ePackageImport = new EPackageImportImpl(); 223 EPackageImportImpl ePackageImport = new EPackageImportImpl();
@@ -225,6 +229,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
225 * <!-- end-user-doc --> 229 * <!-- end-user-doc -->
226 * @generated 230 * @generated
227 */ 231 */
232 @Override
228 public ViatraImport createViatraImport() 233 public ViatraImport createViatraImport()
229 { 234 {
230 ViatraImportImpl viatraImport = new ViatraImportImpl(); 235 ViatraImportImpl viatraImport = new ViatraImportImpl();
@@ -236,6 +241,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
236 * <!-- end-user-doc --> 241 * <!-- end-user-doc -->
237 * @generated 242 * @generated
238 */ 243 */
244 @Override
239 public Declaration createDeclaration() 245 public Declaration createDeclaration()
240 { 246 {
241 DeclarationImpl declaration = new DeclarationImpl(); 247 DeclarationImpl declaration = new DeclarationImpl();
@@ -247,6 +253,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
247 * <!-- end-user-doc --> 253 * <!-- end-user-doc -->
248 * @generated 254 * @generated
249 */ 255 */
256 @Override
250 public FileSpecification createFileSpecification() 257 public FileSpecification createFileSpecification()
251 { 258 {
252 FileSpecificationImpl fileSpecification = new FileSpecificationImpl(); 259 FileSpecificationImpl fileSpecification = new FileSpecificationImpl();
@@ -258,6 +265,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
258 * <!-- end-user-doc --> 265 * <!-- end-user-doc -->
259 * @generated 266 * @generated
260 */ 267 */
268 @Override
261 public FileDeclaration createFileDeclaration() 269 public FileDeclaration createFileDeclaration()
262 { 270 {
263 FileDeclarationImpl fileDeclaration = new FileDeclarationImpl(); 271 FileDeclarationImpl fileDeclaration = new FileDeclarationImpl();
@@ -269,6 +277,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
269 * <!-- end-user-doc --> 277 * <!-- end-user-doc -->
270 * @generated 278 * @generated
271 */ 279 */
280 @Override
272 public FileReference createFileReference() 281 public FileReference createFileReference()
273 { 282 {
274 FileReferenceImpl fileReference = new FileReferenceImpl(); 283 FileReferenceImpl fileReference = new FileReferenceImpl();
@@ -280,6 +289,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
280 * <!-- end-user-doc --> 289 * <!-- end-user-doc -->
281 * @generated 290 * @generated
282 */ 291 */
292 @Override
283 public File createFile() 293 public File createFile()
284 { 294 {
285 FileImpl file = new FileImpl(); 295 FileImpl file = new FileImpl();
@@ -291,6 +301,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
291 * <!-- end-user-doc --> 301 * <!-- end-user-doc -->
292 * @generated 302 * @generated
293 */ 303 */
304 @Override
294 public MetamodelSpecification createMetamodelSpecification() 305 public MetamodelSpecification createMetamodelSpecification()
295 { 306 {
296 MetamodelSpecificationImpl metamodelSpecification = new MetamodelSpecificationImpl(); 307 MetamodelSpecificationImpl metamodelSpecification = new MetamodelSpecificationImpl();
@@ -302,6 +313,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
302 * <!-- end-user-doc --> 313 * <!-- end-user-doc -->
303 * @generated 314 * @generated
304 */ 315 */
316 @Override
305 public MetamodelEntry createMetamodelEntry() 317 public MetamodelEntry createMetamodelEntry()
306 { 318 {
307 MetamodelEntryImpl metamodelEntry = new MetamodelEntryImpl(); 319 MetamodelEntryImpl metamodelEntry = new MetamodelEntryImpl();
@@ -313,6 +325,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
313 * <!-- end-user-doc --> 325 * <!-- end-user-doc -->
314 * @generated 326 * @generated
315 */ 327 */
328 @Override
316 public AllPackageEntry createAllPackageEntry() 329 public AllPackageEntry createAllPackageEntry()
317 { 330 {
318 AllPackageEntryImpl allPackageEntry = new AllPackageEntryImpl(); 331 AllPackageEntryImpl allPackageEntry = new AllPackageEntryImpl();
@@ -324,6 +337,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
324 * <!-- end-user-doc --> 337 * <!-- end-user-doc -->
325 * @generated 338 * @generated
326 */ 339 */
340 @Override
327 public MetamodelElement createMetamodelElement() 341 public MetamodelElement createMetamodelElement()
328 { 342 {
329 MetamodelElementImpl metamodelElement = new MetamodelElementImpl(); 343 MetamodelElementImpl metamodelElement = new MetamodelElementImpl();
@@ -335,6 +349,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
335 * <!-- end-user-doc --> 349 * <!-- end-user-doc -->
336 * @generated 350 * @generated
337 */ 351 */
352 @Override
338 public MetamodelDeclaration createMetamodelDeclaration() 353 public MetamodelDeclaration createMetamodelDeclaration()
339 { 354 {
340 MetamodelDeclarationImpl metamodelDeclaration = new MetamodelDeclarationImpl(); 355 MetamodelDeclarationImpl metamodelDeclaration = new MetamodelDeclarationImpl();
@@ -346,6 +361,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
346 * <!-- end-user-doc --> 361 * <!-- end-user-doc -->
347 * @generated 362 * @generated
348 */ 363 */
364 @Override
349 public MetamodelReference createMetamodelReference() 365 public MetamodelReference createMetamodelReference()
350 { 366 {
351 MetamodelReferenceImpl metamodelReference = new MetamodelReferenceImpl(); 367 MetamodelReferenceImpl metamodelReference = new MetamodelReferenceImpl();
@@ -357,6 +373,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
357 * <!-- end-user-doc --> 373 * <!-- end-user-doc -->
358 * @generated 374 * @generated
359 */ 375 */
376 @Override
360 public Metamodel createMetamodel() 377 public Metamodel createMetamodel()
361 { 378 {
362 MetamodelImpl metamodel = new MetamodelImpl(); 379 MetamodelImpl metamodel = new MetamodelImpl();
@@ -368,6 +385,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
368 * <!-- end-user-doc --> 385 * <!-- end-user-doc -->
369 * @generated 386 * @generated
370 */ 387 */
388 @Override
371 public PartialModelSpecification createPartialModelSpecification() 389 public PartialModelSpecification createPartialModelSpecification()
372 { 390 {
373 PartialModelSpecificationImpl partialModelSpecification = new PartialModelSpecificationImpl(); 391 PartialModelSpecificationImpl partialModelSpecification = new PartialModelSpecificationImpl();
@@ -379,6 +397,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
379 * <!-- end-user-doc --> 397 * <!-- end-user-doc -->
380 * @generated 398 * @generated
381 */ 399 */
400 @Override
382 public PartialModelEntry createPartialModelEntry() 401 public PartialModelEntry createPartialModelEntry()
383 { 402 {
384 PartialModelEntryImpl partialModelEntry = new PartialModelEntryImpl(); 403 PartialModelEntryImpl partialModelEntry = new PartialModelEntryImpl();
@@ -390,6 +409,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
390 * <!-- end-user-doc --> 409 * <!-- end-user-doc -->
391 * @generated 410 * @generated
392 */ 411 */
412 @Override
393 public ModelEntry createModelEntry() 413 public ModelEntry createModelEntry()
394 { 414 {
395 ModelEntryImpl modelEntry = new ModelEntryImpl(); 415 ModelEntryImpl modelEntry = new ModelEntryImpl();
@@ -401,6 +421,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
401 * <!-- end-user-doc --> 421 * <!-- end-user-doc -->
402 * @generated 422 * @generated
403 */ 423 */
424 @Override
404 public FolderEntry createFolderEntry() 425 public FolderEntry createFolderEntry()
405 { 426 {
406 FolderEntryImpl folderEntry = new FolderEntryImpl(); 427 FolderEntryImpl folderEntry = new FolderEntryImpl();
@@ -412,6 +433,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
412 * <!-- end-user-doc --> 433 * <!-- end-user-doc -->
413 * @generated 434 * @generated
414 */ 435 */
436 @Override
415 public PartialModelDeclaration createPartialModelDeclaration() 437 public PartialModelDeclaration createPartialModelDeclaration()
416 { 438 {
417 PartialModelDeclarationImpl partialModelDeclaration = new PartialModelDeclarationImpl(); 439 PartialModelDeclarationImpl partialModelDeclaration = new PartialModelDeclarationImpl();
@@ -423,6 +445,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
423 * <!-- end-user-doc --> 445 * <!-- end-user-doc -->
424 * @generated 446 * @generated
425 */ 447 */
448 @Override
426 public PartialModelReference createPartialModelReference() 449 public PartialModelReference createPartialModelReference()
427 { 450 {
428 PartialModelReferenceImpl partialModelReference = new PartialModelReferenceImpl(); 451 PartialModelReferenceImpl partialModelReference = new PartialModelReferenceImpl();
@@ -434,6 +457,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
434 * <!-- end-user-doc --> 457 * <!-- end-user-doc -->
435 * @generated 458 * @generated
436 */ 459 */
460 @Override
437 public PartialModel createPartialModel() 461 public PartialModel createPartialModel()
438 { 462 {
439 PartialModelImpl partialModel = new PartialModelImpl(); 463 PartialModelImpl partialModel = new PartialModelImpl();
@@ -445,6 +469,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
445 * <!-- end-user-doc --> 469 * <!-- end-user-doc -->
446 * @generated 470 * @generated
447 */ 471 */
472 @Override
448 public PatternSpecification createPatternSpecification() 473 public PatternSpecification createPatternSpecification()
449 { 474 {
450 PatternSpecificationImpl patternSpecification = new PatternSpecificationImpl(); 475 PatternSpecificationImpl patternSpecification = new PatternSpecificationImpl();
@@ -456,6 +481,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
456 * <!-- end-user-doc --> 481 * <!-- end-user-doc -->
457 * @generated 482 * @generated
458 */ 483 */
484 @Override
459 public PatternEntry createPatternEntry() 485 public PatternEntry createPatternEntry()
460 { 486 {
461 PatternEntryImpl patternEntry = new PatternEntryImpl(); 487 PatternEntryImpl patternEntry = new PatternEntryImpl();
@@ -467,6 +493,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
467 * <!-- end-user-doc --> 493 * <!-- end-user-doc -->
468 * @generated 494 * @generated
469 */ 495 */
496 @Override
470 public AllPatternEntry createAllPatternEntry() 497 public AllPatternEntry createAllPatternEntry()
471 { 498 {
472 AllPatternEntryImpl allPatternEntry = new AllPatternEntryImpl(); 499 AllPatternEntryImpl allPatternEntry = new AllPatternEntryImpl();
@@ -478,6 +505,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
478 * <!-- end-user-doc --> 505 * <!-- end-user-doc -->
479 * @generated 506 * @generated
480 */ 507 */
508 @Override
481 public PatternElement createPatternElement() 509 public PatternElement createPatternElement()
482 { 510 {
483 PatternElementImpl patternElement = new PatternElementImpl(); 511 PatternElementImpl patternElement = new PatternElementImpl();
@@ -489,6 +517,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
489 * <!-- end-user-doc --> 517 * <!-- end-user-doc -->
490 * @generated 518 * @generated
491 */ 519 */
520 @Override
492 public GraphPatternDeclaration createGraphPatternDeclaration() 521 public GraphPatternDeclaration createGraphPatternDeclaration()
493 { 522 {
494 GraphPatternDeclarationImpl graphPatternDeclaration = new GraphPatternDeclarationImpl(); 523 GraphPatternDeclarationImpl graphPatternDeclaration = new GraphPatternDeclarationImpl();
@@ -500,6 +529,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
500 * <!-- end-user-doc --> 529 * <!-- end-user-doc -->
501 * @generated 530 * @generated
502 */ 531 */
532 @Override
503 public GraphPatternReference createGraphPatternReference() 533 public GraphPatternReference createGraphPatternReference()
504 { 534 {
505 GraphPatternReferenceImpl graphPatternReference = new GraphPatternReferenceImpl(); 535 GraphPatternReferenceImpl graphPatternReference = new GraphPatternReferenceImpl();
@@ -511,6 +541,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
511 * <!-- end-user-doc --> 541 * <!-- end-user-doc -->
512 * @generated 542 * @generated
513 */ 543 */
544 @Override
514 public GraphPattern createGraphPattern() 545 public GraphPattern createGraphPattern()
515 { 546 {
516 GraphPatternImpl graphPattern = new GraphPatternImpl(); 547 GraphPatternImpl graphPattern = new GraphPatternImpl();
@@ -522,6 +553,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
522 * <!-- end-user-doc --> 553 * <!-- end-user-doc -->
523 * @generated 554 * @generated
524 */ 555 */
556 @Override
525 public ConfigSpecification createConfigSpecification() 557 public ConfigSpecification createConfigSpecification()
526 { 558 {
527 ConfigSpecificationImpl configSpecification = new ConfigSpecificationImpl(); 559 ConfigSpecificationImpl configSpecification = new ConfigSpecificationImpl();
@@ -533,6 +565,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
533 * <!-- end-user-doc --> 565 * <!-- end-user-doc -->
534 * @generated 566 * @generated
535 */ 567 */
568 @Override
536 public ConfigDeclaration createConfigDeclaration() 569 public ConfigDeclaration createConfigDeclaration()
537 { 570 {
538 ConfigDeclarationImpl configDeclaration = new ConfigDeclarationImpl(); 571 ConfigDeclarationImpl configDeclaration = new ConfigDeclarationImpl();
@@ -544,6 +577,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
544 * <!-- end-user-doc --> 577 * <!-- end-user-doc -->
545 * @generated 578 * @generated
546 */ 579 */
580 @Override
547 public ConfigEntry createConfigEntry() 581 public ConfigEntry createConfigEntry()
548 { 582 {
549 ConfigEntryImpl configEntry = new ConfigEntryImpl(); 583 ConfigEntryImpl configEntry = new ConfigEntryImpl();
@@ -555,6 +589,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
555 * <!-- end-user-doc --> 589 * <!-- end-user-doc -->
556 * @generated 590 * @generated
557 */ 591 */
592 @Override
558 public DocumentationEntry createDocumentationEntry() 593 public DocumentationEntry createDocumentationEntry()
559 { 594 {
560 DocumentationEntryImpl documentationEntry = new DocumentationEntryImpl(); 595 DocumentationEntryImpl documentationEntry = new DocumentationEntryImpl();
@@ -566,6 +601,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
566 * <!-- end-user-doc --> 601 * <!-- end-user-doc -->
567 * @generated 602 * @generated
568 */ 603 */
604 @Override
569 public RuntimeEntry createRuntimeEntry() 605 public RuntimeEntry createRuntimeEntry()
570 { 606 {
571 RuntimeEntryImpl runtimeEntry = new RuntimeEntryImpl(); 607 RuntimeEntryImpl runtimeEntry = new RuntimeEntryImpl();
@@ -577,6 +613,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
577 * <!-- end-user-doc --> 613 * <!-- end-user-doc -->
578 * @generated 614 * @generated
579 */ 615 */
616 @Override
580 public MemoryEntry createMemoryEntry() 617 public MemoryEntry createMemoryEntry()
581 { 618 {
582 MemoryEntryImpl memoryEntry = new MemoryEntryImpl(); 619 MemoryEntryImpl memoryEntry = new MemoryEntryImpl();
@@ -588,6 +625,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
588 * <!-- end-user-doc --> 625 * <!-- end-user-doc -->
589 * @generated 626 * @generated
590 */ 627 */
628 @Override
591 public CustomEntry createCustomEntry() 629 public CustomEntry createCustomEntry()
592 { 630 {
593 CustomEntryImpl customEntry = new CustomEntryImpl(); 631 CustomEntryImpl customEntry = new CustomEntryImpl();
@@ -599,6 +637,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
599 * <!-- end-user-doc --> 637 * <!-- end-user-doc -->
600 * @generated 638 * @generated
601 */ 639 */
640 @Override
602 public ConfigReference createConfigReference() 641 public ConfigReference createConfigReference()
603 { 642 {
604 ConfigReferenceImpl configReference = new ConfigReferenceImpl(); 643 ConfigReferenceImpl configReference = new ConfigReferenceImpl();
@@ -610,6 +649,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
610 * <!-- end-user-doc --> 649 * <!-- end-user-doc -->
611 * @generated 650 * @generated
612 */ 651 */
652 @Override
613 public Config createConfig() 653 public Config createConfig()
614 { 654 {
615 ConfigImpl config = new ConfigImpl(); 655 ConfigImpl config = new ConfigImpl();
@@ -621,6 +661,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
621 * <!-- end-user-doc --> 661 * <!-- end-user-doc -->
622 * @generated 662 * @generated
623 */ 663 */
664 @Override
624 public ScopeSpecification createScopeSpecification() 665 public ScopeSpecification createScopeSpecification()
625 { 666 {
626 ScopeSpecificationImpl scopeSpecification = new ScopeSpecificationImpl(); 667 ScopeSpecificationImpl scopeSpecification = new ScopeSpecificationImpl();
@@ -632,6 +673,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
632 * <!-- end-user-doc --> 673 * <!-- end-user-doc -->
633 * @generated 674 * @generated
634 */ 675 */
676 @Override
635 public TypeScope createTypeScope() 677 public TypeScope createTypeScope()
636 { 678 {
637 TypeScopeImpl typeScope = new TypeScopeImpl(); 679 TypeScopeImpl typeScope = new TypeScopeImpl();
@@ -643,6 +685,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
643 * <!-- end-user-doc --> 685 * <!-- end-user-doc -->
644 * @generated 686 * @generated
645 */ 687 */
688 @Override
646 public ClassTypeScope createClassTypeScope() 689 public ClassTypeScope createClassTypeScope()
647 { 690 {
648 ClassTypeScopeImpl classTypeScope = new ClassTypeScopeImpl(); 691 ClassTypeScopeImpl classTypeScope = new ClassTypeScopeImpl();
@@ -654,6 +697,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
654 * <!-- end-user-doc --> 697 * <!-- end-user-doc -->
655 * @generated 698 * @generated
656 */ 699 */
700 @Override
657 public ObjectTypeScope createObjectTypeScope() 701 public ObjectTypeScope createObjectTypeScope()
658 { 702 {
659 ObjectTypeScopeImpl objectTypeScope = new ObjectTypeScopeImpl(); 703 ObjectTypeScopeImpl objectTypeScope = new ObjectTypeScopeImpl();
@@ -665,6 +709,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
665 * <!-- end-user-doc --> 709 * <!-- end-user-doc -->
666 * @generated 710 * @generated
667 */ 711 */
712 @Override
668 public IntegerTypeScope createIntegerTypeScope() 713 public IntegerTypeScope createIntegerTypeScope()
669 { 714 {
670 IntegerTypeScopeImpl integerTypeScope = new IntegerTypeScopeImpl(); 715 IntegerTypeScopeImpl integerTypeScope = new IntegerTypeScopeImpl();
@@ -676,6 +721,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
676 * <!-- end-user-doc --> 721 * <!-- end-user-doc -->
677 * @generated 722 * @generated
678 */ 723 */
724 @Override
679 public RealTypeScope createRealTypeScope() 725 public RealTypeScope createRealTypeScope()
680 { 726 {
681 RealTypeScopeImpl realTypeScope = new RealTypeScopeImpl(); 727 RealTypeScopeImpl realTypeScope = new RealTypeScopeImpl();
@@ -687,6 +733,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
687 * <!-- end-user-doc --> 733 * <!-- end-user-doc -->
688 * @generated 734 * @generated
689 */ 735 */
736 @Override
690 public StringTypeScope createStringTypeScope() 737 public StringTypeScope createStringTypeScope()
691 { 738 {
692 StringTypeScopeImpl stringTypeScope = new StringTypeScopeImpl(); 739 StringTypeScopeImpl stringTypeScope = new StringTypeScopeImpl();
@@ -698,6 +745,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
698 * <!-- end-user-doc --> 745 * <!-- end-user-doc -->
699 * @generated 746 * @generated
700 */ 747 */
748 @Override
701 public TypeReference createTypeReference() 749 public TypeReference createTypeReference()
702 { 750 {
703 TypeReferenceImpl typeReference = new TypeReferenceImpl(); 751 TypeReferenceImpl typeReference = new TypeReferenceImpl();
@@ -709,6 +757,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
709 * <!-- end-user-doc --> 757 * <!-- end-user-doc -->
710 * @generated 758 * @generated
711 */ 759 */
760 @Override
712 public ClassReference createClassReference() 761 public ClassReference createClassReference()
713 { 762 {
714 ClassReferenceImpl classReference = new ClassReferenceImpl(); 763 ClassReferenceImpl classReference = new ClassReferenceImpl();
@@ -720,6 +769,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
720 * <!-- end-user-doc --> 769 * <!-- end-user-doc -->
721 * @generated 770 * @generated
722 */ 771 */
772 @Override
723 public ObjectReference createObjectReference() 773 public ObjectReference createObjectReference()
724 { 774 {
725 ObjectReferenceImpl objectReference = new ObjectReferenceImpl(); 775 ObjectReferenceImpl objectReference = new ObjectReferenceImpl();
@@ -731,6 +781,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
731 * <!-- end-user-doc --> 781 * <!-- end-user-doc -->
732 * @generated 782 * @generated
733 */ 783 */
784 @Override
734 public IntegerReference createIntegerReference() 785 public IntegerReference createIntegerReference()
735 { 786 {
736 IntegerReferenceImpl integerReference = new IntegerReferenceImpl(); 787 IntegerReferenceImpl integerReference = new IntegerReferenceImpl();
@@ -742,6 +793,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
742 * <!-- end-user-doc --> 793 * <!-- end-user-doc -->
743 * @generated 794 * @generated
744 */ 795 */
796 @Override
745 public RealReference createRealReference() 797 public RealReference createRealReference()
746 { 798 {
747 RealReferenceImpl realReference = new RealReferenceImpl(); 799 RealReferenceImpl realReference = new RealReferenceImpl();
@@ -753,6 +805,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
753 * <!-- end-user-doc --> 805 * <!-- end-user-doc -->
754 * @generated 806 * @generated
755 */ 807 */
808 @Override
756 public StringReference createStringReference() 809 public StringReference createStringReference()
757 { 810 {
758 StringReferenceImpl stringReference = new StringReferenceImpl(); 811 StringReferenceImpl stringReference = new StringReferenceImpl();
@@ -764,6 +817,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
764 * <!-- end-user-doc --> 817 * <!-- end-user-doc -->
765 * @generated 818 * @generated
766 */ 819 */
820 @Override
767 public NumberSpecification createNumberSpecification() 821 public NumberSpecification createNumberSpecification()
768 { 822 {
769 NumberSpecificationImpl numberSpecification = new NumberSpecificationImpl(); 823 NumberSpecificationImpl numberSpecification = new NumberSpecificationImpl();
@@ -775,6 +829,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
775 * <!-- end-user-doc --> 829 * <!-- end-user-doc -->
776 * @generated 830 * @generated
777 */ 831 */
832 @Override
778 public ExactNumber createExactNumber() 833 public ExactNumber createExactNumber()
779 { 834 {
780 ExactNumberImpl exactNumber = new ExactNumberImpl(); 835 ExactNumberImpl exactNumber = new ExactNumberImpl();
@@ -786,6 +841,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
786 * <!-- end-user-doc --> 841 * <!-- end-user-doc -->
787 * @generated 842 * @generated
788 */ 843 */
844 @Override
789 public IntervallNumber createIntervallNumber() 845 public IntervallNumber createIntervallNumber()
790 { 846 {
791 IntervallNumberImpl intervallNumber = new IntervallNumberImpl(); 847 IntervallNumberImpl intervallNumber = new IntervallNumberImpl();
@@ -797,6 +853,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
797 * <!-- end-user-doc --> 853 * <!-- end-user-doc -->
798 * @generated 854 * @generated
799 */ 855 */
856 @Override
800 public IntEnumberation createIntEnumberation() 857 public IntEnumberation createIntEnumberation()
801 { 858 {
802 IntEnumberationImpl intEnumberation = new IntEnumberationImpl(); 859 IntEnumberationImpl intEnumberation = new IntEnumberationImpl();
@@ -808,6 +865,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
808 * <!-- end-user-doc --> 865 * <!-- end-user-doc -->
809 * @generated 866 * @generated
810 */ 867 */
868 @Override
811 public RealEnumeration createRealEnumeration() 869 public RealEnumeration createRealEnumeration()
812 { 870 {
813 RealEnumerationImpl realEnumeration = new RealEnumerationImpl(); 871 RealEnumerationImpl realEnumeration = new RealEnumerationImpl();
@@ -819,6 +877,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
819 * <!-- end-user-doc --> 877 * <!-- end-user-doc -->
820 * @generated 878 * @generated
821 */ 879 */
880 @Override
822 public StringEnumeration createStringEnumeration() 881 public StringEnumeration createStringEnumeration()
823 { 882 {
824 StringEnumerationImpl stringEnumeration = new StringEnumerationImpl(); 883 StringEnumerationImpl stringEnumeration = new StringEnumerationImpl();
@@ -830,6 +889,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
830 * <!-- end-user-doc --> 889 * <!-- end-user-doc -->
831 * @generated 890 * @generated
832 */ 891 */
892 @Override
833 public ScopeDeclaration createScopeDeclaration() 893 public ScopeDeclaration createScopeDeclaration()
834 { 894 {
835 ScopeDeclarationImpl scopeDeclaration = new ScopeDeclarationImpl(); 895 ScopeDeclarationImpl scopeDeclaration = new ScopeDeclarationImpl();
@@ -841,6 +901,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
841 * <!-- end-user-doc --> 901 * <!-- end-user-doc -->
842 * @generated 902 * @generated
843 */ 903 */
904 @Override
844 public ScopeReference createScopeReference() 905 public ScopeReference createScopeReference()
845 { 906 {
846 ScopeReferenceImpl scopeReference = new ScopeReferenceImpl(); 907 ScopeReferenceImpl scopeReference = new ScopeReferenceImpl();
@@ -852,6 +913,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
852 * <!-- end-user-doc --> 913 * <!-- end-user-doc -->
853 * @generated 914 * @generated
854 */ 915 */
916 @Override
855 public Scope createScope() 917 public Scope createScope()
856 { 918 {
857 ScopeImpl scope = new ScopeImpl(); 919 ScopeImpl scope = new ScopeImpl();
@@ -863,6 +925,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
863 * <!-- end-user-doc --> 925 * <!-- end-user-doc -->
864 * @generated 926 * @generated
865 */ 927 */
928 @Override
866 public Task createTask() 929 public Task createTask()
867 { 930 {
868 TaskImpl task = new TaskImpl(); 931 TaskImpl task = new TaskImpl();
@@ -874,6 +937,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
874 * <!-- end-user-doc --> 937 * <!-- end-user-doc -->
875 * @generated 938 * @generated
876 */ 939 */
940 @Override
877 public GenerationTask createGenerationTask() 941 public GenerationTask createGenerationTask()
878 { 942 {
879 GenerationTaskImpl generationTask = new GenerationTaskImpl(); 943 GenerationTaskImpl generationTask = new GenerationTaskImpl();
@@ -885,6 +949,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
885 * <!-- end-user-doc --> 949 * <!-- end-user-doc -->
886 * @generated 950 * @generated
887 */ 951 */
952 @Override
888 public IntegerScope createIntegerScope() 953 public IntegerScope createIntegerScope()
889 { 954 {
890 IntegerScopeImpl integerScope = new IntegerScopeImpl(); 955 IntegerScopeImpl integerScope = new IntegerScopeImpl();
@@ -896,6 +961,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
896 * <!-- end-user-doc --> 961 * <!-- end-user-doc -->
897 * @generated 962 * @generated
898 */ 963 */
964 @Override
899 public RealScope createRealScope() 965 public RealScope createRealScope()
900 { 966 {
901 RealScopeImpl realScope = new RealScopeImpl(); 967 RealScopeImpl realScope = new RealScopeImpl();
@@ -907,6 +973,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
907 * <!-- end-user-doc --> 973 * <!-- end-user-doc -->
908 * @generated 974 * @generated
909 */ 975 */
976 @Override
910 public StringScope createStringScope() 977 public StringScope createStringScope()
911 { 978 {
912 StringScopeImpl stringScope = new StringScopeImpl(); 979 StringScopeImpl stringScope = new StringScopeImpl();
@@ -962,6 +1029,7 @@ public class ApplicationConfigurationFactoryImpl extends EFactoryImpl implements
962 * <!-- end-user-doc --> 1029 * <!-- end-user-doc -->
963 * @generated 1030 * @generated
964 */ 1031 */
1032 @Override
965 public ApplicationConfigurationPackage getApplicationConfigurationPackage() 1033 public ApplicationConfigurationPackage getApplicationConfigurationPackage()
966 { 1034 {
967 return (ApplicationConfigurationPackage)getEPackage(); 1035 return (ApplicationConfigurationPackage)getEPackage();