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.java256
1 files changed, 184 insertions, 72 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 a4c27c8d..7ce5ec94 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
@@ -33,14 +33,16 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl;
33 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getPartialModel <em>Partial Model</em>}</li> 33 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getPartialModel <em>Partial Model</em>}</li>
34 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getPatterns <em>Patterns</em>}</li> 34 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getPatterns <em>Patterns</em>}</li>
35 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getScope <em>Scope</em>}</li> 35 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getScope <em>Scope</em>}</li>
36 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#isNumberSpecified <em>Number Specified</em>}</li>
36 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getNumber <em>Number</em>}</li> 37 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getNumber <em>Number</em>}</li>
38 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#isRunSpecified <em>Run Specified</em>}</li>
37 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getRuns <em>Runs</em>}</li> 39 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getRuns <em>Runs</em>}</li>
38 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getSolver <em>Solver</em>}</li> 40 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getSolver <em>Solver</em>}</li>
39 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getConfig <em>Config</em>}</li> 41 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getConfig <em>Config</em>}</li>
40 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTagetFolder <em>Taget Folder</em>}</li>
41 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getDebugFolder <em>Debug Folder</em>}</li> 42 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getDebugFolder <em>Debug Folder</em>}</li>
42 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTargetLogFile <em>Target Log File</em>}</li> 43 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTargetLogFile <em>Target Log File</em>}</li>
43 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTargetStatisticsFile <em>Target Statistics File</em>}</li> 44 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTargetStatisticsFile <em>Target Statistics File</em>}</li>
45 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.GenerationTaskImpl#getTagetFolder <em>Taget Folder</em>}</li>
44 * </ul> 46 * </ul>
45 * 47 *
46 * @generated 48 * @generated
@@ -88,6 +90,26 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
88 protected Scope scope; 90 protected Scope scope;
89 91
90 /** 92 /**
93 * The default value of the '{@link #isNumberSpecified() <em>Number Specified</em>}' attribute.
94 * <!-- begin-user-doc -->
95 * <!-- end-user-doc -->
96 * @see #isNumberSpecified()
97 * @generated
98 * @ordered
99 */
100 protected static final boolean NUMBER_SPECIFIED_EDEFAULT = false;
101
102 /**
103 * The cached value of the '{@link #isNumberSpecified() <em>Number Specified</em>}' attribute.
104 * <!-- begin-user-doc -->
105 * <!-- end-user-doc -->
106 * @see #isNumberSpecified()
107 * @generated
108 * @ordered
109 */
110 protected boolean numberSpecified = NUMBER_SPECIFIED_EDEFAULT;
111
112 /**
91 * The default value of the '{@link #getNumber() <em>Number</em>}' attribute. 113 * The default value of the '{@link #getNumber() <em>Number</em>}' attribute.
92 * <!-- begin-user-doc --> 114 * <!-- begin-user-doc -->
93 * <!-- end-user-doc --> 115 * <!-- end-user-doc -->
@@ -108,6 +130,26 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
108 protected int number = NUMBER_EDEFAULT; 130 protected int number = NUMBER_EDEFAULT;
109 131
110 /** 132 /**
133 * The default value of the '{@link #isRunSpecified() <em>Run Specified</em>}' attribute.
134 * <!-- begin-user-doc -->
135 * <!-- end-user-doc -->
136 * @see #isRunSpecified()
137 * @generated
138 * @ordered
139 */
140 protected static final boolean RUN_SPECIFIED_EDEFAULT = false;
141
142 /**
143 * The cached value of the '{@link #isRunSpecified() <em>Run Specified</em>}' attribute.
144 * <!-- begin-user-doc -->
145 * <!-- end-user-doc -->
146 * @see #isRunSpecified()
147 * @generated
148 * @ordered
149 */
150 protected boolean runSpecified = RUN_SPECIFIED_EDEFAULT;
151
152 /**
111 * The default value of the '{@link #getRuns() <em>Runs</em>}' attribute. 153 * The default value of the '{@link #getRuns() <em>Runs</em>}' attribute.
112 * <!-- begin-user-doc --> 154 * <!-- begin-user-doc -->
113 * <!-- end-user-doc --> 155 * <!-- end-user-doc -->
@@ -158,16 +200,6 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
158 protected Config config; 200 protected Config config;
159 201
160 /** 202 /**
161 * The cached value of the '{@link #getTagetFolder() <em>Taget Folder</em>}' containment reference.
162 * <!-- begin-user-doc -->
163 * <!-- end-user-doc -->
164 * @see #getTagetFolder()
165 * @generated
166 * @ordered
167 */
168 protected File tagetFolder;
169
170 /**
171 * The cached value of the '{@link #getDebugFolder() <em>Debug Folder</em>}' containment reference. 203 * The cached value of the '{@link #getDebugFolder() <em>Debug Folder</em>}' containment reference.
172 * <!-- begin-user-doc --> 204 * <!-- begin-user-doc -->
173 * <!-- end-user-doc --> 205 * <!-- end-user-doc -->
@@ -198,6 +230,16 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
198 protected File targetStatisticsFile; 230 protected File targetStatisticsFile;
199 231
200 /** 232 /**
233 * The cached value of the '{@link #getTagetFolder() <em>Taget Folder</em>}' containment reference.
234 * <!-- begin-user-doc -->
235 * <!-- end-user-doc -->
236 * @see #getTagetFolder()
237 * @generated
238 * @ordered
239 */
240 protected File tagetFolder;
241
242 /**
201 * <!-- begin-user-doc --> 243 * <!-- begin-user-doc -->
202 * <!-- end-user-doc --> 244 * <!-- end-user-doc -->
203 * @generated 245 * @generated
@@ -415,6 +457,29 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
415 * <!-- end-user-doc --> 457 * <!-- end-user-doc -->
416 * @generated 458 * @generated
417 */ 459 */
460 public boolean isNumberSpecified()
461 {
462 return numberSpecified;
463 }
464
465 /**
466 * <!-- begin-user-doc -->
467 * <!-- end-user-doc -->
468 * @generated
469 */
470 public void setNumberSpecified(boolean newNumberSpecified)
471 {
472 boolean oldNumberSpecified = numberSpecified;
473 numberSpecified = newNumberSpecified;
474 if (eNotificationRequired())
475 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__NUMBER_SPECIFIED, oldNumberSpecified, numberSpecified));
476 }
477
478 /**
479 * <!-- begin-user-doc -->
480 * <!-- end-user-doc -->
481 * @generated
482 */
418 public int getNumber() 483 public int getNumber()
419 { 484 {
420 return number; 485 return number;
@@ -438,6 +503,29 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
438 * <!-- end-user-doc --> 503 * <!-- end-user-doc -->
439 * @generated 504 * @generated
440 */ 505 */
506 public boolean isRunSpecified()
507 {
508 return runSpecified;
509 }
510
511 /**
512 * <!-- begin-user-doc -->
513 * <!-- end-user-doc -->
514 * @generated
515 */
516 public void setRunSpecified(boolean newRunSpecified)
517 {
518 boolean oldRunSpecified = runSpecified;
519 runSpecified = newRunSpecified;
520 if (eNotificationRequired())
521 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__RUN_SPECIFIED, oldRunSpecified, runSpecified));
522 }
523
524 /**
525 * <!-- begin-user-doc -->
526 * <!-- end-user-doc -->
527 * @generated
528 */
441 public int getRuns() 529 public int getRuns()
442 { 530 {
443 return runs; 531 return runs;
@@ -532,54 +620,6 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
532 * <!-- end-user-doc --> 620 * <!-- end-user-doc -->
533 * @generated 621 * @generated
534 */ 622 */
535 public File getTagetFolder()
536 {
537 return tagetFolder;
538 }
539
540 /**
541 * <!-- begin-user-doc -->
542 * <!-- end-user-doc -->
543 * @generated
544 */
545 public NotificationChain basicSetTagetFolder(File newTagetFolder, NotificationChain msgs)
546 {
547 File oldTagetFolder = tagetFolder;
548 tagetFolder = newTagetFolder;
549 if (eNotificationRequired())
550 {
551 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, oldTagetFolder, newTagetFolder);
552 if (msgs == null) msgs = notification; else msgs.add(notification);
553 }
554 return msgs;
555 }
556
557 /**
558 * <!-- begin-user-doc -->
559 * <!-- end-user-doc -->
560 * @generated
561 */
562 public void setTagetFolder(File newTagetFolder)
563 {
564 if (newTagetFolder != tagetFolder)
565 {
566 NotificationChain msgs = null;
567 if (tagetFolder != null)
568 msgs = ((InternalEObject)tagetFolder).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, null, msgs);
569 if (newTagetFolder != null)
570 msgs = ((InternalEObject)newTagetFolder).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, null, msgs);
571 msgs = basicSetTagetFolder(newTagetFolder, msgs);
572 if (msgs != null) msgs.dispatch();
573 }
574 else if (eNotificationRequired())
575 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, newTagetFolder, newTagetFolder));
576 }
577
578 /**
579 * <!-- begin-user-doc -->
580 * <!-- end-user-doc -->
581 * @generated
582 */
583 public File getDebugFolder() 623 public File getDebugFolder()
584 { 624 {
585 return debugFolder; 625 return debugFolder;
@@ -724,6 +764,54 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
724 * <!-- end-user-doc --> 764 * <!-- end-user-doc -->
725 * @generated 765 * @generated
726 */ 766 */
767 public File getTagetFolder()
768 {
769 return tagetFolder;
770 }
771
772 /**
773 * <!-- begin-user-doc -->
774 * <!-- end-user-doc -->
775 * @generated
776 */
777 public NotificationChain basicSetTagetFolder(File newTagetFolder, NotificationChain msgs)
778 {
779 File oldTagetFolder = tagetFolder;
780 tagetFolder = newTagetFolder;
781 if (eNotificationRequired())
782 {
783 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, oldTagetFolder, newTagetFolder);
784 if (msgs == null) msgs = notification; else msgs.add(notification);
785 }
786 return msgs;
787 }
788
789 /**
790 * <!-- begin-user-doc -->
791 * <!-- end-user-doc -->
792 * @generated
793 */
794 public void setTagetFolder(File newTagetFolder)
795 {
796 if (newTagetFolder != tagetFolder)
797 {
798 NotificationChain msgs = null;
799 if (tagetFolder != null)
800 msgs = ((InternalEObject)tagetFolder).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, null, msgs);
801 if (newTagetFolder != null)
802 msgs = ((InternalEObject)newTagetFolder).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, null, msgs);
803 msgs = basicSetTagetFolder(newTagetFolder, msgs);
804 if (msgs != null) msgs.dispatch();
805 }
806 else if (eNotificationRequired())
807 eNotify(new ENotificationImpl(this, Notification.SET, ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER, newTagetFolder, newTagetFolder));
808 }
809
810 /**
811 * <!-- begin-user-doc -->
812 * <!-- end-user-doc -->
813 * @generated
814 */
727 @Override 815 @Override
728 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) 816 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
729 { 817 {
@@ -739,14 +827,14 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
739 return basicSetScope(null, msgs); 827 return basicSetScope(null, msgs);
740 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG: 828 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG:
741 return basicSetConfig(null, msgs); 829 return basicSetConfig(null, msgs);
742 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
743 return basicSetTagetFolder(null, msgs);
744 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER: 830 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER:
745 return basicSetDebugFolder(null, msgs); 831 return basicSetDebugFolder(null, msgs);
746 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE: 832 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE:
747 return basicSetTargetLogFile(null, msgs); 833 return basicSetTargetLogFile(null, msgs);
748 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE: 834 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE:
749 return basicSetTargetStatisticsFile(null, msgs); 835 return basicSetTargetStatisticsFile(null, msgs);
836 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
837 return basicSetTagetFolder(null, msgs);
750 } 838 }
751 return super.eInverseRemove(otherEnd, featureID, msgs); 839 return super.eInverseRemove(otherEnd, featureID, msgs);
752 } 840 }
@@ -769,22 +857,26 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
769 return getPatterns(); 857 return getPatterns();
770 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE: 858 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE:
771 return getScope(); 859 return getScope();
860 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER_SPECIFIED:
861 return isNumberSpecified();
772 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER: 862 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER:
773 return getNumber(); 863 return getNumber();
864 case ApplicationConfigurationPackage.GENERATION_TASK__RUN_SPECIFIED:
865 return isRunSpecified();
774 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS: 866 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS:
775 return getRuns(); 867 return getRuns();
776 case ApplicationConfigurationPackage.GENERATION_TASK__SOLVER: 868 case ApplicationConfigurationPackage.GENERATION_TASK__SOLVER:
777 return getSolver(); 869 return getSolver();
778 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG: 870 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG:
779 return getConfig(); 871 return getConfig();
780 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
781 return getTagetFolder();
782 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER: 872 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER:
783 return getDebugFolder(); 873 return getDebugFolder();
784 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE: 874 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE:
785 return getTargetLogFile(); 875 return getTargetLogFile();
786 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE: 876 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE:
787 return getTargetStatisticsFile(); 877 return getTargetStatisticsFile();
878 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
879 return getTagetFolder();
788 } 880 }
789 return super.eGet(featureID, resolve, coreType); 881 return super.eGet(featureID, resolve, coreType);
790 } 882 }
@@ -811,9 +903,15 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
811 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE: 903 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE:
812 setScope((Scope)newValue); 904 setScope((Scope)newValue);
813 return; 905 return;
906 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER_SPECIFIED:
907 setNumberSpecified((Boolean)newValue);
908 return;
814 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER: 909 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER:
815 setNumber((Integer)newValue); 910 setNumber((Integer)newValue);
816 return; 911 return;
912 case ApplicationConfigurationPackage.GENERATION_TASK__RUN_SPECIFIED:
913 setRunSpecified((Boolean)newValue);
914 return;
817 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS: 915 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS:
818 setRuns((Integer)newValue); 916 setRuns((Integer)newValue);
819 return; 917 return;
@@ -823,9 +921,6 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
823 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG: 921 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG:
824 setConfig((Config)newValue); 922 setConfig((Config)newValue);
825 return; 923 return;
826 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
827 setTagetFolder((File)newValue);
828 return;
829 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER: 924 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER:
830 setDebugFolder((File)newValue); 925 setDebugFolder((File)newValue);
831 return; 926 return;
@@ -835,6 +930,9 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
835 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE: 930 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE:
836 setTargetStatisticsFile((File)newValue); 931 setTargetStatisticsFile((File)newValue);
837 return; 932 return;
933 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
934 setTagetFolder((File)newValue);
935 return;
838 } 936 }
839 super.eSet(featureID, newValue); 937 super.eSet(featureID, newValue);
840 } 938 }
@@ -861,9 +959,15 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
861 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE: 959 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE:
862 setScope((Scope)null); 960 setScope((Scope)null);
863 return; 961 return;
962 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER_SPECIFIED:
963 setNumberSpecified(NUMBER_SPECIFIED_EDEFAULT);
964 return;
864 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER: 965 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER:
865 setNumber(NUMBER_EDEFAULT); 966 setNumber(NUMBER_EDEFAULT);
866 return; 967 return;
968 case ApplicationConfigurationPackage.GENERATION_TASK__RUN_SPECIFIED:
969 setRunSpecified(RUN_SPECIFIED_EDEFAULT);
970 return;
867 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS: 971 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS:
868 setRuns(RUNS_EDEFAULT); 972 setRuns(RUNS_EDEFAULT);
869 return; 973 return;
@@ -873,9 +977,6 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
873 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG: 977 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG:
874 setConfig((Config)null); 978 setConfig((Config)null);
875 return; 979 return;
876 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
877 setTagetFolder((File)null);
878 return;
879 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER: 980 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER:
880 setDebugFolder((File)null); 981 setDebugFolder((File)null);
881 return; 982 return;
@@ -885,6 +986,9 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
885 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE: 986 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE:
886 setTargetStatisticsFile((File)null); 987 setTargetStatisticsFile((File)null);
887 return; 988 return;
989 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
990 setTagetFolder((File)null);
991 return;
888 } 992 }
889 super.eUnset(featureID); 993 super.eUnset(featureID);
890 } 994 }
@@ -907,22 +1011,26 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
907 return patterns != null; 1011 return patterns != null;
908 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE: 1012 case ApplicationConfigurationPackage.GENERATION_TASK__SCOPE:
909 return scope != null; 1013 return scope != null;
1014 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER_SPECIFIED:
1015 return numberSpecified != NUMBER_SPECIFIED_EDEFAULT;
910 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER: 1016 case ApplicationConfigurationPackage.GENERATION_TASK__NUMBER:
911 return number != NUMBER_EDEFAULT; 1017 return number != NUMBER_EDEFAULT;
1018 case ApplicationConfigurationPackage.GENERATION_TASK__RUN_SPECIFIED:
1019 return runSpecified != RUN_SPECIFIED_EDEFAULT;
912 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS: 1020 case ApplicationConfigurationPackage.GENERATION_TASK__RUNS:
913 return runs != RUNS_EDEFAULT; 1021 return runs != RUNS_EDEFAULT;
914 case ApplicationConfigurationPackage.GENERATION_TASK__SOLVER: 1022 case ApplicationConfigurationPackage.GENERATION_TASK__SOLVER:
915 return solver != SOLVER_EDEFAULT; 1023 return solver != SOLVER_EDEFAULT;
916 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG: 1024 case ApplicationConfigurationPackage.GENERATION_TASK__CONFIG:
917 return config != null; 1025 return config != null;
918 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
919 return tagetFolder != null;
920 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER: 1026 case ApplicationConfigurationPackage.GENERATION_TASK__DEBUG_FOLDER:
921 return debugFolder != null; 1027 return debugFolder != null;
922 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE: 1028 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_LOG_FILE:
923 return targetLogFile != null; 1029 return targetLogFile != null;
924 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE: 1030 case ApplicationConfigurationPackage.GENERATION_TASK__TARGET_STATISTICS_FILE:
925 return targetStatisticsFile != null; 1031 return targetStatisticsFile != null;
1032 case ApplicationConfigurationPackage.GENERATION_TASK__TAGET_FOLDER:
1033 return tagetFolder != null;
926 } 1034 }
927 return super.eIsSet(featureID); 1035 return super.eIsSet(featureID);
928 } 1036 }
@@ -938,8 +1046,12 @@ public class GenerationTaskImpl extends TaskImpl implements GenerationTask
938 if (eIsProxy()) return super.toString(); 1046 if (eIsProxy()) return super.toString();
939 1047
940 StringBuffer result = new StringBuffer(super.toString()); 1048 StringBuffer result = new StringBuffer(super.toString());
941 result.append(" (number: "); 1049 result.append(" (numberSpecified: ");
1050 result.append(numberSpecified);
1051 result.append(", number: ");
942 result.append(number); 1052 result.append(number);
1053 result.append(", runSpecified: ");
1054 result.append(runSpecified);
943 result.append(", runs: "); 1055 result.append(", runs: ");
944 result.append(runs); 1056 result.append(runs);
945 result.append(", solver: "); 1057 result.append(", solver: ");