aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java')
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
index 5a102523..1bbc4942 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
@@ -75,6 +75,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
75 * <!-- end-user-doc --> 75 * <!-- end-user-doc -->
76 * @generated 76 * @generated
77 */ 77 */
78 @Override
78 public ModelResult createModelResult() { 79 public ModelResult createModelResult() {
79 ModelResultImpl modelResult = new ModelResultImpl(); 80 ModelResultImpl modelResult = new ModelResultImpl();
80 return modelResult; 81 return modelResult;
@@ -85,6 +86,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
85 * <!-- end-user-doc --> 86 * <!-- end-user-doc -->
86 * @generated 87 * @generated
87 */ 88 */
89 @Override
88 public InconsistencyResult createInconsistencyResult() { 90 public InconsistencyResult createInconsistencyResult() {
89 InconsistencyResultImpl inconsistencyResult = new InconsistencyResultImpl(); 91 InconsistencyResultImpl inconsistencyResult = new InconsistencyResultImpl();
90 return inconsistencyResult; 92 return inconsistencyResult;
@@ -95,6 +97,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
95 * <!-- end-user-doc --> 97 * <!-- end-user-doc -->
96 * @generated 98 * @generated
97 */ 99 */
100 @Override
98 public InsuficientResourcesResult createInsuficientResourcesResult() { 101 public InsuficientResourcesResult createInsuficientResourcesResult() {
99 InsuficientResourcesResultImpl insuficientResourcesResult = new InsuficientResourcesResultImpl(); 102 InsuficientResourcesResultImpl insuficientResourcesResult = new InsuficientResourcesResultImpl();
100 return insuficientResourcesResult; 103 return insuficientResourcesResult;
@@ -105,6 +108,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
105 * <!-- end-user-doc --> 108 * <!-- end-user-doc -->
106 * @generated 109 * @generated
107 */ 110 */
111 @Override
108 public ErrorResult createErrorResult() { 112 public ErrorResult createErrorResult() {
109 ErrorResultImpl errorResult = new ErrorResultImpl(); 113 ErrorResultImpl errorResult = new ErrorResultImpl();
110 return errorResult; 114 return errorResult;
@@ -115,6 +119,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
115 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
116 * @generated 120 * @generated
117 */ 121 */
122 @Override
118 public Statistics createStatistics() { 123 public Statistics createStatistics() {
119 StatisticsImpl statistics = new StatisticsImpl(); 124 StatisticsImpl statistics = new StatisticsImpl();
120 return statistics; 125 return statistics;
@@ -125,6 +130,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
125 * <!-- end-user-doc --> 130 * <!-- end-user-doc -->
126 * @generated 131 * @generated
127 */ 132 */
133 @Override
128 public UndecidableResult createUndecidableResult() { 134 public UndecidableResult createUndecidableResult() {
129 UndecidableResultImpl undecidableResult = new UndecidableResultImpl(); 135 UndecidableResultImpl undecidableResult = new UndecidableResultImpl();
130 return undecidableResult; 136 return undecidableResult;
@@ -135,6 +141,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
135 * <!-- end-user-doc --> 141 * <!-- end-user-doc -->
136 * @generated 142 * @generated
137 */ 143 */
144 @Override
138 public IntStatisticEntry createIntStatisticEntry() { 145 public IntStatisticEntry createIntStatisticEntry() {
139 IntStatisticEntryImpl intStatisticEntry = new IntStatisticEntryImpl(); 146 IntStatisticEntryImpl intStatisticEntry = new IntStatisticEntryImpl();
140 return intStatisticEntry; 147 return intStatisticEntry;
@@ -145,6 +152,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
145 * <!-- end-user-doc --> 152 * <!-- end-user-doc -->
146 * @generated 153 * @generated
147 */ 154 */
155 @Override
148 public RealStatisticEntry createRealStatisticEntry() { 156 public RealStatisticEntry createRealStatisticEntry() {
149 RealStatisticEntryImpl realStatisticEntry = new RealStatisticEntryImpl(); 157 RealStatisticEntryImpl realStatisticEntry = new RealStatisticEntryImpl();
150 return realStatisticEntry; 158 return realStatisticEntry;
@@ -155,6 +163,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
155 * <!-- end-user-doc --> 163 * <!-- end-user-doc -->
156 * @generated 164 * @generated
157 */ 165 */
166 @Override
158 public StringStatisticEntry createStringStatisticEntry() { 167 public StringStatisticEntry createStringStatisticEntry() {
159 StringStatisticEntryImpl stringStatisticEntry = new StringStatisticEntryImpl(); 168 StringStatisticEntryImpl stringStatisticEntry = new StringStatisticEntryImpl();
160 return stringStatisticEntry; 169 return stringStatisticEntry;
@@ -165,6 +174,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
165 * <!-- end-user-doc --> 174 * <!-- end-user-doc -->
166 * @generated 175 * @generated
167 */ 176 */
177 @Override
168 public LogicresultPackage getLogicresultPackage() { 178 public LogicresultPackage getLogicresultPackage() {
169 return (LogicresultPackage)getEPackage(); 179 return (LogicresultPackage)getEPackage();
170 } 180 }