aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.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/PartialinterpretationPackage.java')
-rw-r--r--Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java84
1 files changed, 83 insertions, 1 deletions
diff --git a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
index ba04bca8..4f34b9b7 100644
--- a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
+++ b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
@@ -342,13 +342,22 @@ public interface PartialinterpretationPackage extends EPackage {
342 int PARTIAL_TYPE_INTERPRATATION__ELEMENTS = 0; 342 int PARTIAL_TYPE_INTERPRATATION__ELEMENTS = 0;
343 343
344 /** 344 /**
345 * The feature id for the '<em><b>Scopes</b></em>' reference list.
346 * <!-- begin-user-doc -->
347 * <!-- end-user-doc -->
348 * @generated
349 * @ordered
350 */
351 int PARTIAL_TYPE_INTERPRATATION__SCOPES = 1;
352
353 /**
345 * The number of structural features of the '<em>Partial Type Interpratation</em>' class. 354 * The number of structural features of the '<em>Partial Type Interpratation</em>' class.
346 * <!-- begin-user-doc --> 355 * <!-- begin-user-doc -->
347 * <!-- end-user-doc --> 356 * <!-- end-user-doc -->
348 * @generated 357 * @generated
349 * @ordered 358 * @ordered
350 */ 359 */
351 int PARTIAL_TYPE_INTERPRATATION_FEATURE_COUNT = 1; 360 int PARTIAL_TYPE_INTERPRATATION_FEATURE_COUNT = 2;
352 361
353 /** 362 /**
354 * The number of operations of the '<em>Partial Type Interpratation</em>' class. 363 * The number of operations of the '<em>Partial Type Interpratation</em>' class.
@@ -941,6 +950,15 @@ public interface PartialinterpretationPackage extends EPackage {
941 int PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS = PARTIAL_TYPE_INTERPRATATION__ELEMENTS; 950 int PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS = PARTIAL_TYPE_INTERPRATATION__ELEMENTS;
942 951
943 /** 952 /**
953 * The feature id for the '<em><b>Scopes</b></em>' reference list.
954 * <!-- begin-user-doc -->
955 * <!-- end-user-doc -->
956 * @generated
957 * @ordered
958 */
959 int PARTIAL_PRIMITIVE_INTERPRETATION__SCOPES = PARTIAL_TYPE_INTERPRATATION__SCOPES;
960
961 /**
944 * The number of structural features of the '<em>Partial Primitive Interpretation</em>' class. 962 * The number of structural features of the '<em>Partial Primitive Interpretation</em>' class.
945 * <!-- begin-user-doc --> 963 * <!-- begin-user-doc -->
946 * <!-- end-user-doc --> 964 * <!-- end-user-doc -->
@@ -978,6 +996,15 @@ public interface PartialinterpretationPackage extends EPackage {
978 int PARTIAL_BOOLEAN_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS; 996 int PARTIAL_BOOLEAN_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS;
979 997
980 /** 998 /**
999 * The feature id for the '<em><b>Scopes</b></em>' reference list.
1000 * <!-- begin-user-doc -->
1001 * <!-- end-user-doc -->
1002 * @generated
1003 * @ordered
1004 */
1005 int PARTIAL_BOOLEAN_INTERPRETATION__SCOPES = PARTIAL_PRIMITIVE_INTERPRETATION__SCOPES;
1006
1007 /**
981 * The number of structural features of the '<em>Partial Boolean Interpretation</em>' class. 1008 * The number of structural features of the '<em>Partial Boolean Interpretation</em>' class.
982 * <!-- begin-user-doc --> 1009 * <!-- begin-user-doc -->
983 * <!-- end-user-doc --> 1010 * <!-- end-user-doc -->
@@ -1015,6 +1042,15 @@ public interface PartialinterpretationPackage extends EPackage {
1015 int PARTIAL_INTEGER_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS; 1042 int PARTIAL_INTEGER_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS;
1016 1043
1017 /** 1044 /**
1045 * The feature id for the '<em><b>Scopes</b></em>' reference list.
1046 * <!-- begin-user-doc -->
1047 * <!-- end-user-doc -->
1048 * @generated
1049 * @ordered
1050 */
1051 int PARTIAL_INTEGER_INTERPRETATION__SCOPES = PARTIAL_PRIMITIVE_INTERPRETATION__SCOPES;
1052
1053 /**
1018 * The number of structural features of the '<em>Partial Integer Interpretation</em>' class. 1054 * The number of structural features of the '<em>Partial Integer Interpretation</em>' class.
1019 * <!-- begin-user-doc --> 1055 * <!-- begin-user-doc -->
1020 * <!-- end-user-doc --> 1056 * <!-- end-user-doc -->
@@ -1052,6 +1088,15 @@ public interface PartialinterpretationPackage extends EPackage {
1052 int PARTIAL_REAL_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS; 1088 int PARTIAL_REAL_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS;
1053 1089
1054 /** 1090 /**
1091 * The feature id for the '<em><b>Scopes</b></em>' reference list.
1092 * <!-- begin-user-doc -->
1093 * <!-- end-user-doc -->
1094 * @generated
1095 * @ordered
1096 */
1097 int PARTIAL_REAL_INTERPRETATION__SCOPES = PARTIAL_PRIMITIVE_INTERPRETATION__SCOPES;
1098
1099 /**
1055 * The number of structural features of the '<em>Partial Real Interpretation</em>' class. 1100 * The number of structural features of the '<em>Partial Real Interpretation</em>' class.
1056 * <!-- begin-user-doc --> 1101 * <!-- begin-user-doc -->
1057 * <!-- end-user-doc --> 1102 * <!-- end-user-doc -->
@@ -1089,6 +1134,15 @@ public interface PartialinterpretationPackage extends EPackage {
1089 int PARTIAL_STRING_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS; 1134 int PARTIAL_STRING_INTERPRETATION__ELEMENTS = PARTIAL_PRIMITIVE_INTERPRETATION__ELEMENTS;
1090 1135
1091 /** 1136 /**
1137 * The feature id for the '<em><b>Scopes</b></em>' reference list.
1138 * <!-- begin-user-doc -->
1139 * <!-- end-user-doc -->
1140 * @generated
1141 * @ordered
1142 */
1143 int PARTIAL_STRING_INTERPRETATION__SCOPES = PARTIAL_PRIMITIVE_INTERPRETATION__SCOPES;
1144
1145 /**
1092 * The number of structural features of the '<em>Partial String Interpretation</em>' class. 1146 * The number of structural features of the '<em>Partial String Interpretation</em>' class.
1093 * <!-- begin-user-doc --> 1147 * <!-- begin-user-doc -->
1094 * <!-- end-user-doc --> 1148 * <!-- end-user-doc -->
@@ -1127,6 +1181,15 @@ public interface PartialinterpretationPackage extends EPackage {
1127 int PARTIAL_COMPLEX_TYPE_INTERPRETATION__ELEMENTS = PARTIAL_TYPE_INTERPRATATION__ELEMENTS; 1181 int PARTIAL_COMPLEX_TYPE_INTERPRETATION__ELEMENTS = PARTIAL_TYPE_INTERPRATATION__ELEMENTS;
1128 1182
1129 /** 1183 /**
1184 * The feature id for the '<em><b>Scopes</b></em>' reference list.
1185 * <!-- begin-user-doc -->
1186 * <!-- end-user-doc -->
1187 * @generated
1188 * @ordered
1189 */
1190 int PARTIAL_COMPLEX_TYPE_INTERPRETATION__SCOPES = PARTIAL_TYPE_INTERPRATATION__SCOPES;
1191
1192 /**
1130 * The feature id for the '<em><b>Supertype Interpretation</b></em>' reference list. 1193 * The feature id for the '<em><b>Supertype Interpretation</b></em>' reference list.
1131 * <!-- begin-user-doc --> 1194 * <!-- begin-user-doc -->
1132 * <!-- end-user-doc --> 1195 * <!-- end-user-doc -->
@@ -1412,6 +1475,17 @@ public interface PartialinterpretationPackage extends EPackage {
1412 EReference getPartialTypeInterpratation_Elements(); 1475 EReference getPartialTypeInterpratation_Elements();
1413 1476
1414 /** 1477 /**
1478 * Returns the meta object for the reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialTypeInterpratation#getScopes <em>Scopes</em>}'.
1479 * <!-- begin-user-doc -->
1480 * <!-- end-user-doc -->
1481 * @return the meta object for the reference list '<em>Scopes</em>'.
1482 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialTypeInterpratation#getScopes()
1483 * @see #getPartialTypeInterpratation()
1484 * @generated
1485 */
1486 EReference getPartialTypeInterpratation_Scopes();
1487
1488 /**
1415 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RelationLink <em>Relation Link</em>}'. 1489 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RelationLink <em>Relation Link</em>}'.
1416 * <!-- begin-user-doc --> 1490 * <!-- begin-user-doc -->
1417 * <!-- end-user-doc --> 1491 * <!-- end-user-doc -->
@@ -1975,6 +2049,14 @@ public interface PartialinterpretationPackage extends EPackage {
1975 EReference PARTIAL_TYPE_INTERPRATATION__ELEMENTS = eINSTANCE.getPartialTypeInterpratation_Elements(); 2049 EReference PARTIAL_TYPE_INTERPRATATION__ELEMENTS = eINSTANCE.getPartialTypeInterpratation_Elements();
1976 2050
1977 /** 2051 /**
2052 * The meta object literal for the '<em><b>Scopes</b></em>' reference list feature.
2053 * <!-- begin-user-doc -->
2054 * <!-- end-user-doc -->
2055 * @generated
2056 */
2057 EReference PARTIAL_TYPE_INTERPRATATION__SCOPES = eINSTANCE.getPartialTypeInterpratation_Scopes();
2058
2059 /**
1978 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RelationLinkImpl <em>Relation Link</em>}' class. 2060 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RelationLinkImpl <em>Relation Link</em>}' class.
1979 * <!-- begin-user-doc --> 2061 * <!-- begin-user-doc -->
1980 * <!-- end-user-doc --> 2062 * <!-- end-user-doc -->