aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java')
-rw-r--r--Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java63
1 files changed, 54 insertions, 9 deletions
diff --git a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java
index da71e230..df29f0a4 100644
--- a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java
+++ b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationFactory.java
@@ -58,15 +58,6 @@ public interface PartialinterpretationFactory extends EFactory {
58 PartialFunctionInterpretation createPartialFunctionInterpretation(); 58 PartialFunctionInterpretation createPartialFunctionInterpretation();
59 59
60 /** 60 /**
61 * Returns a new object of class '<em>Partial Type Interpratation</em>'.
62 * <!-- begin-user-doc -->
63 * <!-- end-user-doc -->
64 * @return a new object of class '<em>Partial Type Interpratation</em>'.
65 * @generated
66 */
67 PartialTypeInterpratation createPartialTypeInterpratation();
68
69 /**
70 * Returns a new object of class '<em>Unary Element Relation Link</em>'. 61 * Returns a new object of class '<em>Unary Element Relation Link</em>'.
71 * <!-- begin-user-doc --> 62 * <!-- begin-user-doc -->
72 * <!-- end-user-doc --> 63 * <!-- end-user-doc -->
@@ -139,6 +130,60 @@ public interface PartialinterpretationFactory extends EFactory {
139 StringElement createStringElement(); 130 StringElement createStringElement();
140 131
141 /** 132 /**
133 * Returns a new object of class '<em>Scope</em>'.
134 * <!-- begin-user-doc -->
135 * <!-- end-user-doc -->
136 * @return a new object of class '<em>Scope</em>'.
137 * @generated
138 */
139 Scope createScope();
140
141 /**
142 * Returns a new object of class '<em>Partial Boolean Interpretation</em>'.
143 * <!-- begin-user-doc -->
144 * <!-- end-user-doc -->
145 * @return a new object of class '<em>Partial Boolean Interpretation</em>'.
146 * @generated
147 */
148 PartialBooleanInterpretation createPartialBooleanInterpretation();
149
150 /**
151 * Returns a new object of class '<em>Partial Integer Interpretation</em>'.
152 * <!-- begin-user-doc -->
153 * <!-- end-user-doc -->
154 * @return a new object of class '<em>Partial Integer Interpretation</em>'.
155 * @generated
156 */
157 PartialIntegerInterpretation createPartialIntegerInterpretation();
158
159 /**
160 * Returns a new object of class '<em>Partial Real Interpretation</em>'.
161 * <!-- begin-user-doc -->
162 * <!-- end-user-doc -->
163 * @return a new object of class '<em>Partial Real Interpretation</em>'.
164 * @generated
165 */
166 PartialRealInterpretation createPartialRealInterpretation();
167
168 /**
169 * Returns a new object of class '<em>Partial String Interpretation</em>'.
170 * <!-- begin-user-doc -->
171 * <!-- end-user-doc -->
172 * @return a new object of class '<em>Partial String Interpretation</em>'.
173 * @generated
174 */
175 PartialStringInterpretation createPartialStringInterpretation();
176
177 /**
178 * Returns a new object of class '<em>Partial Complex Type Interpretation</em>'.
179 * <!-- begin-user-doc -->
180 * <!-- end-user-doc -->
181 * @return a new object of class '<em>Partial Complex Type Interpretation</em>'.
182 * @generated
183 */
184 PartialComplexTypeInterpretation createPartialComplexTypeInterpretation();
185
186 /**
142 * Returns the package supported by this factory. 187 * Returns the package supported by this factory.
143 * <!-- begin-user-doc --> 188 * <!-- begin-user-doc -->
144 * <!-- end-user-doc --> 189 * <!-- end-user-doc -->