aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.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/GenerationTaskImpl.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.java32
1 files changed, 30 insertions, 2 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.java
index 41874b35..b2df645a 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/impl/GenerationTaskImpl.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
@@ -265,6 +265,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
265 * <!-- end-user-doc --> 265 * <!-- end-user-doc -->
266 * @generated 266 * @generated
267 */ 267 */
268 @Override
268 public Metamodel getMetamodel() 269 public Metamodel getMetamodel()
269 { 270 {
270 return metamodel; 271 return metamodel;
@@ -292,6 +293,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
292 * <!-- end-user-doc --> 293 * <!-- end-user-doc -->
293 * @generated 294 * @generated
294 */ 295 */
296 @Override
295 public void setMetamodel(Metamodel newMetamodel) 297 public void setMetamodel(Metamodel newMetamodel)
296 { 298 {
297 if (newMetamodel != metamodel) 299 if (newMetamodel != metamodel)
@@ -313,6 +315,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
313 * <!-- end-user-doc --> 315 * <!-- end-user-doc -->
314 * @generated 316 * @generated
315 */ 317 */
318 @Override
316 public PartialModel getPartialModel() 319 public PartialModel getPartialModel()
317 { 320 {
318 return partialModel; 321 return partialModel;
@@ -340,6 +343,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
340 * <!-- end-user-doc --> 343 * <!-- end-user-doc -->
341 * @generated 344 * @generated
342 */ 345 */
346 @Override
343 public void setPartialModel(PartialModel newPartialModel) 347 public void setPartialModel(PartialModel newPartialModel)
344 { 348 {
345 if (newPartialModel != partialModel) 349 if (newPartialModel != partialModel)
@@ -361,6 +365,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
361 * <!-- end-user-doc --> 365 * <!-- end-user-doc -->
362 * @generated 366 * @generated
363 */ 367 */
368 @Override
364 public GraphPattern getPatterns() 369 public GraphPattern getPatterns()
365 { 370 {
366 return patterns; 371 return patterns;
@@ -388,6 +393,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
388 * <!-- end-user-doc --> 393 * <!-- end-user-doc -->
389 * @generated 394 * @generated
390 */ 395 */
396 @Override
391 public void setPatterns(GraphPattern newPatterns) 397 public void setPatterns(GraphPattern newPatterns)
392 { 398 {
393 if (newPatterns != patterns) 399 if (newPatterns != patterns)
@@ -409,6 +415,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
409 * <!-- end-user-doc --> 415 * <!-- end-user-doc -->
410 * @generated 416 * @generated
411 */ 417 */
418 @Override
412 public Scope getScope() 419 public Scope getScope()
413 { 420 {
414 return scope; 421 return scope;
@@ -436,6 +443,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
436 * <!-- end-user-doc --> 443 * <!-- end-user-doc -->
437 * @generated 444 * @generated
438 */ 445 */
446 @Override
439 public void setScope(Scope newScope) 447 public void setScope(Scope newScope)
440 { 448 {
441 if (newScope != scope) 449 if (newScope != scope)
@@ -457,6 +465,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
457 * <!-- end-user-doc --> 465 * <!-- end-user-doc -->
458 * @generated 466 * @generated
459 */ 467 */
468 @Override
460 public boolean isNumberSpecified() 469 public boolean isNumberSpecified()
461 { 470 {
462 return numberSpecified; 471 return numberSpecified;
@@ -467,6 +476,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
467 * <!-- end-user-doc --> 476 * <!-- end-user-doc -->
468 * @generated 477 * @generated
469 */ 478 */
479 @Override
470 public void setNumberSpecified(boolean newNumberSpecified) 480 public void setNumberSpecified(boolean newNumberSpecified)
471 { 481 {
472 boolean oldNumberSpecified = numberSpecified; 482 boolean oldNumberSpecified = numberSpecified;
@@ -480,6 +490,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
480 * <!-- end-user-doc --> 490 * <!-- end-user-doc -->
481 * @generated 491 * @generated
482 */ 492 */
493 @Override
483 public int getNumber() 494 public int getNumber()
484 { 495 {
485 return number; 496 return number;
@@ -490,6 +501,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
490 * <!-- end-user-doc --> 501 * <!-- end-user-doc -->
491 * @generated 502 * @generated
492 */ 503 */
504 @Override
493 public void setNumber(int newNumber) 505 public void setNumber(int newNumber)
494 { 506 {
495 int oldNumber = number; 507 int oldNumber = number;
@@ -503,6 +515,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
503 * <!-- end-user-doc --> 515 * <!-- end-user-doc -->
504 * @generated 516 * @generated
505 */ 517 */
518 @Override
506 public boolean isRunSpecified() 519 public boolean isRunSpecified()
507 { 520 {
508 return runSpecified; 521 return runSpecified;
@@ -513,6 +526,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
513 * <!-- end-user-doc --> 526 * <!-- end-user-doc -->
514 * @generated 527 * @generated
515 */ 528 */
529 @Override
516 public void setRunSpecified(boolean newRunSpecified) 530 public void setRunSpecified(boolean newRunSpecified)
517 { 531 {
518 boolean oldRunSpecified = runSpecified; 532 boolean oldRunSpecified = runSpecified;
@@ -526,6 +540,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
526 * <!-- end-user-doc --> 540 * <!-- end-user-doc -->
527 * @generated 541 * @generated
528 */ 542 */
543 @Override
529 public int getRuns() 544 public int getRuns()
530 { 545 {
531 return runs; 546 return runs;
@@ -536,6 +551,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
536 * <!-- end-user-doc --> 551 * <!-- end-user-doc -->
537 * @generated 552 * @generated
538 */ 553 */
554 @Override
539 public void setRuns(int newRuns) 555 public void setRuns(int newRuns)
540 { 556 {
541 int oldRuns = runs; 557 int oldRuns = runs;
@@ -549,6 +565,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
549 * <!-- end-user-doc --> 565 * <!-- end-user-doc -->
550 * @generated 566 * @generated
551 */ 567 */
568 @Override
552 public Solver getSolver() 569 public Solver getSolver()
553 { 570 {
554 return solver; 571 return solver;
@@ -559,6 +576,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
559 * <!-- end-user-doc --> 576 * <!-- end-user-doc -->
560 * @generated 577 * @generated
561 */ 578 */
579 @Override
562 public void setSolver(Solver newSolver) 580 public void setSolver(Solver newSolver)
563 { 581 {
564 Solver oldSolver = solver; 582 Solver oldSolver = solver;
@@ -572,6 +590,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
572 * <!-- end-user-doc --> 590 * <!-- end-user-doc -->
573 * @generated 591 * @generated
574 */ 592 */
593 @Override
575 public Config getConfig() 594 public Config getConfig()
576 { 595 {
577 return config; 596 return config;
@@ -599,6 +618,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
599 * <!-- end-user-doc --> 618 * <!-- end-user-doc -->
600 * @generated 619 * @generated
601 */ 620 */
621 @Override
602 public void setConfig(Config newConfig) 622 public void setConfig(Config newConfig)
603 { 623 {
604 if (newConfig != config) 624 if (newConfig != config)
@@ -620,6 +640,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
620 * <!-- end-user-doc --> 640 * <!-- end-user-doc -->
621 * @generated 641 * @generated
622 */ 642 */
643 @Override
623 public File getDebugFolder() 644 public File getDebugFolder()
624 { 645 {
625 return debugFolder; 646 return debugFolder;
@@ -647,6 +668,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
647 * <!-- end-user-doc --> 668 * <!-- end-user-doc -->
648 * @generated 669 * @generated
649 */ 670 */
671 @Override
650 public void setDebugFolder(File newDebugFolder) 672 public void setDebugFolder(File newDebugFolder)
651 { 673 {
652 if (newDebugFolder != debugFolder) 674 if (newDebugFolder != debugFolder)
@@ -668,6 +690,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
668 * <!-- end-user-doc --> 690 * <!-- end-user-doc -->
669 * @generated 691 * @generated
670 */ 692 */
693 @Override
671 public File getTargetLogFile() 694 public File getTargetLogFile()
672 { 695 {
673 return targetLogFile; 696 return targetLogFile;
@@ -695,6 +718,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
695 * <!-- end-user-doc --> 718 * <!-- end-user-doc -->
696 * @generated 719 * @generated
697 */ 720 */
721 @Override
698 public void setTargetLogFile(File newTargetLogFile) 722 public void setTargetLogFile(File newTargetLogFile)
699 { 723 {
700 if (newTargetLogFile != targetLogFile) 724 if (newTargetLogFile != targetLogFile)
@@ -716,6 +740,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
716 * <!-- end-user-doc --> 740 * <!-- end-user-doc -->
717 * @generated 741 * @generated
718 */ 742 */
743 @Override
719 public File getTargetStatisticsFile() 744 public File getTargetStatisticsFile()
720 { 745 {
721 return targetStatisticsFile; 746 return targetStatisticsFile;
@@ -743,6 +768,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
743 * <!-- end-user-doc --> 768 * <!-- end-user-doc -->
744 * @generated 769 * @generated
745 */ 770 */
771 @Override
746 public void setTargetStatisticsFile(File newTargetStatisticsFile) 772 public void setTargetStatisticsFile(File newTargetStatisticsFile)
747 { 773 {
748 if (newTargetStatisticsFile != targetStatisticsFile) 774 if (newTargetStatisticsFile != targetStatisticsFile)
@@ -764,6 +790,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
764 * <!-- end-user-doc --> 790 * <!-- end-user-doc -->
765 * @generated 791 * @generated
766 */ 792 */
793 @Override
767 public File getTagetFolder() 794 public File getTagetFolder()
768 { 795 {
769 return tagetFolder; 796 return tagetFolder;
@@ -791,6 +818,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
791 * <!-- end-user-doc --> 818 * <!-- end-user-doc -->
792 * @generated 819 * @generated
793 */ 820 */
821 @Override
794 public void setTagetFolder(File newTagetFolder) 822 public void setTagetFolder(File newTagetFolder)
795 { 823 {
796 if (newTagetFolder != tagetFolder) 824 if (newTagetFolder != tagetFolder)
@@ -1045,7 +1073,7 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
1045 { 1073 {
1046 if (eIsProxy()) return super.toString(); 1074 if (eIsProxy()) return super.toString();
1047 1075
1048 StringBuffer result = new StringBuffer(super.toString()); 1076 StringBuilder result = new StringBuilder(super.toString());
1049 result.append(" (numberSpecified: "); 1077 result.append(" (numberSpecified: ");
1050 result.append(numberSpecified); 1078 result.append(numberSpecified);
1051 result.append(", number: "); 1079 result.append(", number: ");