aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.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/ApplicationConfigurationPackage.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.java358
1 files changed, 314 insertions, 44 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.java
index 2046ffa8..dc6658e6 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationPackage.java
@@ -979,7 +979,7 @@ public interface ApplicationConfigurationPackage extends EPackage
979 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getConfig() 979 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getConfig()
980 * @generated 980 * @generated
981 */ 981 */
982 int CONFIG = 35; 982 int CONFIG = 39;
983 983
984 /** 984 /**
985 * The number of structural features of the '<em>Config</em>' class. 985 * The number of structural features of the '<em>Config</em>' class.
@@ -1066,13 +1066,116 @@ public interface ApplicationConfigurationPackage extends EPackage
1066 int CONFIG_ENTRY = 33; 1066 int CONFIG_ENTRY = 33;
1067 1067
1068 /** 1068 /**
1069 * The number of structural features of the '<em>Config Entry</em>' class.
1070 * <!-- begin-user-doc -->
1071 * <!-- end-user-doc -->
1072 * @generated
1073 * @ordered
1074 */
1075 int CONFIG_ENTRY_FEATURE_COUNT = 0;
1076
1077 /**
1078 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.DocumentationEntryImpl <em>Documentation Entry</em>}' class.
1079 * <!-- begin-user-doc -->
1080 * <!-- end-user-doc -->
1081 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.DocumentationEntryImpl
1082 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getDocumentationEntry()
1083 * @generated
1084 */
1085 int DOCUMENTATION_ENTRY = 34;
1086
1087 /**
1088 * The feature id for the '<em><b>Level</b></em>' attribute.
1089 * <!-- begin-user-doc -->
1090 * <!-- end-user-doc -->
1091 * @generated
1092 * @ordered
1093 */
1094 int DOCUMENTATION_ENTRY__LEVEL = CONFIG_ENTRY_FEATURE_COUNT + 0;
1095
1096 /**
1097 * The number of structural features of the '<em>Documentation Entry</em>' class.
1098 * <!-- begin-user-doc -->
1099 * <!-- end-user-doc -->
1100 * @generated
1101 * @ordered
1102 */
1103 int DOCUMENTATION_ENTRY_FEATURE_COUNT = CONFIG_ENTRY_FEATURE_COUNT + 1;
1104
1105 /**
1106 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.RuntimeEntryImpl <em>Runtime Entry</em>}' class.
1107 * <!-- begin-user-doc -->
1108 * <!-- end-user-doc -->
1109 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.RuntimeEntryImpl
1110 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRuntimeEntry()
1111 * @generated
1112 */
1113 int RUNTIME_ENTRY = 35;
1114
1115 /**
1116 * The feature id for the '<em><b>Millisec Limit</b></em>' attribute.
1117 * <!-- begin-user-doc -->
1118 * <!-- end-user-doc -->
1119 * @generated
1120 * @ordered
1121 */
1122 int RUNTIME_ENTRY__MILLISEC_LIMIT = CONFIG_ENTRY_FEATURE_COUNT + 0;
1123
1124 /**
1125 * The number of structural features of the '<em>Runtime Entry</em>' class.
1126 * <!-- begin-user-doc -->
1127 * <!-- end-user-doc -->
1128 * @generated
1129 * @ordered
1130 */
1131 int RUNTIME_ENTRY_FEATURE_COUNT = CONFIG_ENTRY_FEATURE_COUNT + 1;
1132
1133 /**
1134 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.MemoryEntryImpl <em>Memory Entry</em>}' class.
1135 * <!-- begin-user-doc -->
1136 * <!-- end-user-doc -->
1137 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.MemoryEntryImpl
1138 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getMemoryEntry()
1139 * @generated
1140 */
1141 int MEMORY_ENTRY = 36;
1142
1143 /**
1144 * The feature id for the '<em><b>Megabyte Limit</b></em>' attribute.
1145 * <!-- begin-user-doc -->
1146 * <!-- end-user-doc -->
1147 * @generated
1148 * @ordered
1149 */
1150 int MEMORY_ENTRY__MEGABYTE_LIMIT = CONFIG_ENTRY_FEATURE_COUNT + 0;
1151
1152 /**
1153 * The number of structural features of the '<em>Memory Entry</em>' class.
1154 * <!-- begin-user-doc -->
1155 * <!-- end-user-doc -->
1156 * @generated
1157 * @ordered
1158 */
1159 int MEMORY_ENTRY_FEATURE_COUNT = CONFIG_ENTRY_FEATURE_COUNT + 1;
1160
1161 /**
1162 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.CustomEntryImpl <em>Custom Entry</em>}' class.
1163 * <!-- begin-user-doc -->
1164 * <!-- end-user-doc -->
1165 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.CustomEntryImpl
1166 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getCustomEntry()
1167 * @generated
1168 */
1169 int CUSTOM_ENTRY = 37;
1170
1171 /**
1069 * The feature id for the '<em><b>Key</b></em>' attribute. 1172 * The feature id for the '<em><b>Key</b></em>' attribute.
1070 * <!-- begin-user-doc --> 1173 * <!-- begin-user-doc -->
1071 * <!-- end-user-doc --> 1174 * <!-- end-user-doc -->
1072 * @generated 1175 * @generated
1073 * @ordered 1176 * @ordered
1074 */ 1177 */
1075 int CONFIG_ENTRY__KEY = 0; 1178 int CUSTOM_ENTRY__KEY = CONFIG_ENTRY_FEATURE_COUNT + 0;
1076 1179
1077 /** 1180 /**
1078 * The feature id for the '<em><b>Value</b></em>' attribute. 1181 * The feature id for the '<em><b>Value</b></em>' attribute.
@@ -1081,16 +1184,16 @@ public interface ApplicationConfigurationPackage extends EPackage
1081 * @generated 1184 * @generated
1082 * @ordered 1185 * @ordered
1083 */ 1186 */
1084 int CONFIG_ENTRY__VALUE = 1; 1187 int CUSTOM_ENTRY__VALUE = CONFIG_ENTRY_FEATURE_COUNT + 1;
1085 1188
1086 /** 1189 /**
1087 * The number of structural features of the '<em>Config Entry</em>' class. 1190 * The number of structural features of the '<em>Custom Entry</em>' class.
1088 * <!-- begin-user-doc --> 1191 * <!-- begin-user-doc -->
1089 * <!-- end-user-doc --> 1192 * <!-- end-user-doc -->
1090 * @generated 1193 * @generated
1091 * @ordered 1194 * @ordered
1092 */ 1195 */
1093 int CONFIG_ENTRY_FEATURE_COUNT = 2; 1196 int CUSTOM_ENTRY_FEATURE_COUNT = CONFIG_ENTRY_FEATURE_COUNT + 2;
1094 1197
1095 /** 1198 /**
1096 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ConfigReferenceImpl <em>Config Reference</em>}' class. 1199 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ConfigReferenceImpl <em>Config Reference</em>}' class.
@@ -1100,7 +1203,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1100 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getConfigReference() 1203 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getConfigReference()
1101 * @generated 1204 * @generated
1102 */ 1205 */
1103 int CONFIG_REFERENCE = 34; 1206 int CONFIG_REFERENCE = 38;
1104 1207
1105 /** 1208 /**
1106 * The feature id for the '<em><b>Config</b></em>' reference. 1209 * The feature id for the '<em><b>Config</b></em>' reference.
@@ -1128,7 +1231,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1128 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScope() 1231 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScope()
1129 * @generated 1232 * @generated
1130 */ 1233 */
1131 int SCOPE = 57; 1234 int SCOPE = 61;
1132 1235
1133 /** 1236 /**
1134 * The number of structural features of the '<em>Scope</em>' class. 1237 * The number of structural features of the '<em>Scope</em>' class.
@@ -1147,7 +1250,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1147 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeSpecification() 1250 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeSpecification()
1148 * @generated 1251 * @generated
1149 */ 1252 */
1150 int SCOPE_SPECIFICATION = 36; 1253 int SCOPE_SPECIFICATION = 40;
1151 1254
1152 /** 1255 /**
1153 * The feature id for the '<em><b>Scopes</b></em>' containment reference list. 1256 * The feature id for the '<em><b>Scopes</b></em>' containment reference list.
@@ -1175,7 +1278,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1175 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTypeScope() 1278 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTypeScope()
1176 * @generated 1279 * @generated
1177 */ 1280 */
1178 int TYPE_SCOPE = 37; 1281 int TYPE_SCOPE = 41;
1179 1282
1180 /** 1283 /**
1181 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1284 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1221,7 +1324,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1221 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getClassTypeScope() 1324 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getClassTypeScope()
1222 * @generated 1325 * @generated
1223 */ 1326 */
1224 int CLASS_TYPE_SCOPE = 38; 1327 int CLASS_TYPE_SCOPE = 42;
1225 1328
1226 /** 1329 /**
1227 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1330 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1276,7 +1379,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1276 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getObjectTypeScope() 1379 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getObjectTypeScope()
1277 * @generated 1380 * @generated
1278 */ 1381 */
1279 int OBJECT_TYPE_SCOPE = 39; 1382 int OBJECT_TYPE_SCOPE = 43;
1280 1383
1281 /** 1384 /**
1282 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1385 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1331,7 +1434,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1331 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerTypeScope() 1434 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerTypeScope()
1332 * @generated 1435 * @generated
1333 */ 1436 */
1334 int INTEGER_TYPE_SCOPE = 40; 1437 int INTEGER_TYPE_SCOPE = 44;
1335 1438
1336 /** 1439 /**
1337 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1440 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1386,7 +1489,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1386 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealTypeScope() 1489 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealTypeScope()
1387 * @generated 1490 * @generated
1388 */ 1491 */
1389 int REAL_TYPE_SCOPE = 41; 1492 int REAL_TYPE_SCOPE = 45;
1390 1493
1391 /** 1494 /**
1392 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1495 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1441,7 +1544,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1441 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringTypeScope() 1544 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringTypeScope()
1442 * @generated 1545 * @generated
1443 */ 1546 */
1444 int STRING_TYPE_SCOPE = 42; 1547 int STRING_TYPE_SCOPE = 46;
1445 1548
1446 /** 1549 /**
1447 * The feature id for the '<em><b>Sets New</b></em>' attribute. 1550 * The feature id for the '<em><b>Sets New</b></em>' attribute.
@@ -1496,7 +1599,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1496 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTypeReference() 1599 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTypeReference()
1497 * @generated 1600 * @generated
1498 */ 1601 */
1499 int TYPE_REFERENCE = 43; 1602 int TYPE_REFERENCE = 47;
1500 1603
1501 /** 1604 /**
1502 * The number of structural features of the '<em>Type Reference</em>' class. 1605 * The number of structural features of the '<em>Type Reference</em>' class.
@@ -1515,7 +1618,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1515 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getClassReference() 1618 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getClassReference()
1516 * @generated 1619 * @generated
1517 */ 1620 */
1518 int CLASS_REFERENCE = 44; 1621 int CLASS_REFERENCE = 48;
1519 1622
1520 /** 1623 /**
1521 * The feature id for the '<em><b>Element</b></em>' containment reference. 1624 * The feature id for the '<em><b>Element</b></em>' containment reference.
@@ -1543,7 +1646,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1543 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getObjectReference() 1646 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getObjectReference()
1544 * @generated 1647 * @generated
1545 */ 1648 */
1546 int OBJECT_REFERENCE = 45; 1649 int OBJECT_REFERENCE = 49;
1547 1650
1548 /** 1651 /**
1549 * The number of structural features of the '<em>Object Reference</em>' class. 1652 * The number of structural features of the '<em>Object Reference</em>' class.
@@ -1562,7 +1665,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1562 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerReference() 1665 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerReference()
1563 * @generated 1666 * @generated
1564 */ 1667 */
1565 int INTEGER_REFERENCE = 46; 1668 int INTEGER_REFERENCE = 50;
1566 1669
1567 /** 1670 /**
1568 * The number of structural features of the '<em>Integer Reference</em>' class. 1671 * The number of structural features of the '<em>Integer Reference</em>' class.
@@ -1581,7 +1684,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1581 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealReference() 1684 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealReference()
1582 * @generated 1685 * @generated
1583 */ 1686 */
1584 int REAL_REFERENCE = 47; 1687 int REAL_REFERENCE = 51;
1585 1688
1586 /** 1689 /**
1587 * The number of structural features of the '<em>Real Reference</em>' class. 1690 * The number of structural features of the '<em>Real Reference</em>' class.
@@ -1600,7 +1703,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1600 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringReference() 1703 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringReference()
1601 * @generated 1704 * @generated
1602 */ 1705 */
1603 int STRING_REFERENCE = 48; 1706 int STRING_REFERENCE = 52;
1604 1707
1605 /** 1708 /**
1606 * The number of structural features of the '<em>String Reference</em>' class. 1709 * The number of structural features of the '<em>String Reference</em>' class.
@@ -1619,7 +1722,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1619 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getNumberSpecification() 1722 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getNumberSpecification()
1620 * @generated 1723 * @generated
1621 */ 1724 */
1622 int NUMBER_SPECIFICATION = 49; 1725 int NUMBER_SPECIFICATION = 53;
1623 1726
1624 /** 1727 /**
1625 * The number of structural features of the '<em>Number Specification</em>' class. 1728 * The number of structural features of the '<em>Number Specification</em>' class.
@@ -1638,7 +1741,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1638 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getExactNumber() 1741 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getExactNumber()
1639 * @generated 1742 * @generated
1640 */ 1743 */
1641 int EXACT_NUMBER = 50; 1744 int EXACT_NUMBER = 54;
1642 1745
1643 /** 1746 /**
1644 * The feature id for the '<em><b>Exact Number</b></em>' attribute. 1747 * The feature id for the '<em><b>Exact Number</b></em>' attribute.
@@ -1675,7 +1778,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1675 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntervallNumber() 1778 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntervallNumber()
1676 * @generated 1779 * @generated
1677 */ 1780 */
1678 int INTERVALL_NUMBER = 51; 1781 int INTERVALL_NUMBER = 55;
1679 1782
1680 /** 1783 /**
1681 * The feature id for the '<em><b>Min</b></em>' attribute. 1784 * The feature id for the '<em><b>Min</b></em>' attribute.
@@ -1721,7 +1824,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1721 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntEnumberation() 1824 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntEnumberation()
1722 * @generated 1825 * @generated
1723 */ 1826 */
1724 int INT_ENUMBERATION = 52; 1827 int INT_ENUMBERATION = 56;
1725 1828
1726 /** 1829 /**
1727 * The feature id for the '<em><b>Entry</b></em>' attribute list. 1830 * The feature id for the '<em><b>Entry</b></em>' attribute list.
@@ -1749,7 +1852,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1749 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealEnumeration() 1852 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealEnumeration()
1750 * @generated 1853 * @generated
1751 */ 1854 */
1752 int REAL_ENUMERATION = 53; 1855 int REAL_ENUMERATION = 57;
1753 1856
1754 /** 1857 /**
1755 * The feature id for the '<em><b>Entry</b></em>' attribute list. 1858 * The feature id for the '<em><b>Entry</b></em>' attribute list.
@@ -1777,7 +1880,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1777 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringEnumeration() 1880 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringEnumeration()
1778 * @generated 1881 * @generated
1779 */ 1882 */
1780 int STRING_ENUMERATION = 54; 1883 int STRING_ENUMERATION = 58;
1781 1884
1782 /** 1885 /**
1783 * The feature id for the '<em><b>Entry</b></em>' attribute list. 1886 * The feature id for the '<em><b>Entry</b></em>' attribute list.
@@ -1805,7 +1908,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1805 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeDeclaration() 1908 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeDeclaration()
1806 * @generated 1909 * @generated
1807 */ 1910 */
1808 int SCOPE_DECLARATION = 55; 1911 int SCOPE_DECLARATION = 59;
1809 1912
1810 /** 1913 /**
1811 * The feature id for the '<em><b>Name</b></em>' attribute. 1914 * The feature id for the '<em><b>Name</b></em>' attribute.
@@ -1842,7 +1945,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1842 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeReference() 1945 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getScopeReference()
1843 * @generated 1946 * @generated
1844 */ 1947 */
1845 int SCOPE_REFERENCE = 56; 1948 int SCOPE_REFERENCE = 60;
1846 1949
1847 /** 1950 /**
1848 * The feature id for the '<em><b>Referred</b></em>' reference. 1951 * The feature id for the '<em><b>Referred</b></em>' reference.
@@ -1870,7 +1973,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1870 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTask() 1973 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getTask()
1871 * @generated 1974 * @generated
1872 */ 1975 */
1873 int TASK = 58; 1976 int TASK = 62;
1874 1977
1875 /** 1978 /**
1876 * The number of structural features of the '<em>Task</em>' class. 1979 * The number of structural features of the '<em>Task</em>' class.
@@ -1889,7 +1992,7 @@ public interface ApplicationConfigurationPackage extends EPackage
1889 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getGenerationTask() 1992 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getGenerationTask()
1890 * @generated 1993 * @generated
1891 */ 1994 */
1892 int GENERATION_TASK = 59; 1995 int GENERATION_TASK = 63;
1893 1996
1894 /** 1997 /**
1895 * The feature id for the '<em><b>Metamodel</b></em>' containment reference. 1998 * The feature id for the '<em><b>Metamodel</b></em>' containment reference.
@@ -2034,7 +2137,7 @@ public interface ApplicationConfigurationPackage extends EPackage
2034 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerScope() 2137 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getIntegerScope()
2035 * @generated 2138 * @generated
2036 */ 2139 */
2037 int INTEGER_SCOPE = 60; 2140 int INTEGER_SCOPE = 64;
2038 2141
2039 /** 2142 /**
2040 * The number of structural features of the '<em>Integer Scope</em>' class. 2143 * The number of structural features of the '<em>Integer Scope</em>' class.
@@ -2053,7 +2156,7 @@ public interface ApplicationConfigurationPackage extends EPackage
2053 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealScope() 2156 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRealScope()
2054 * @generated 2157 * @generated
2055 */ 2158 */
2056 int REAL_SCOPE = 61; 2159 int REAL_SCOPE = 65;
2057 2160
2058 /** 2161 /**
2059 * The number of structural features of the '<em>Real Scope</em>' class. 2162 * The number of structural features of the '<em>Real Scope</em>' class.
@@ -2072,7 +2175,7 @@ public interface ApplicationConfigurationPackage extends EPackage
2072 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringScope() 2175 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getStringScope()
2073 * @generated 2176 * @generated
2074 */ 2177 */
2075 int STRING_SCOPE = 62; 2178 int STRING_SCOPE = 66;
2076 2179
2077 /** 2180 /**
2078 * The number of structural features of the '<em>String Scope</em>' class. 2181 * The number of structural features of the '<em>String Scope</em>' class.
@@ -2084,6 +2187,16 @@ public interface ApplicationConfigurationPackage extends EPackage
2084 int STRING_SCOPE_FEATURE_COUNT = STRING_REFERENCE_FEATURE_COUNT + 0; 2187 int STRING_SCOPE_FEATURE_COUNT = STRING_REFERENCE_FEATURE_COUNT + 0;
2085 2188
2086 /** 2189 /**
2190 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification <em>Document Level Specification</em>}' enum.
2191 * <!-- begin-user-doc -->
2192 * <!-- end-user-doc -->
2193 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification
2194 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getDocumentLevelSpecification()
2195 * @generated
2196 */
2197 int DOCUMENT_LEVEL_SPECIFICATION = 67;
2198
2199 /**
2087 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}' enum. 2200 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}' enum.
2088 * <!-- begin-user-doc --> 2201 * <!-- begin-user-doc -->
2089 * <!-- end-user-doc --> 2202 * <!-- end-user-doc -->
@@ -2091,7 +2204,7 @@ public interface ApplicationConfigurationPackage extends EPackage
2091 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getSolver() 2204 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getSolver()
2092 * @generated 2205 * @generated
2093 */ 2206 */
2094 int SOLVER = 63; 2207 int SOLVER = 68;
2095 2208
2096 2209
2097 /** 2210 /**
@@ -2743,26 +2856,99 @@ public interface ApplicationConfigurationPackage extends EPackage
2743 EClass getConfigEntry(); 2856 EClass getConfigEntry();
2744 2857
2745 /** 2858 /**
2746 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry#getKey <em>Key</em>}'. 2859 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry <em>Documentation Entry</em>}'.
2860 * <!-- begin-user-doc -->
2861 * <!-- end-user-doc -->
2862 * @return the meta object for class '<em>Documentation Entry</em>'.
2863 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry
2864 * @generated
2865 */
2866 EClass getDocumentationEntry();
2867
2868 /**
2869 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry#getLevel <em>Level</em>}'.
2870 * <!-- begin-user-doc -->
2871 * <!-- end-user-doc -->
2872 * @return the meta object for the attribute '<em>Level</em>'.
2873 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentationEntry#getLevel()
2874 * @see #getDocumentationEntry()
2875 * @generated
2876 */
2877 EAttribute getDocumentationEntry_Level();
2878
2879 /**
2880 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry <em>Runtime Entry</em>}'.
2881 * <!-- begin-user-doc -->
2882 * <!-- end-user-doc -->
2883 * @return the meta object for class '<em>Runtime Entry</em>'.
2884 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry
2885 * @generated
2886 */
2887 EClass getRuntimeEntry();
2888
2889 /**
2890 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry#getMillisecLimit <em>Millisec Limit</em>}'.
2891 * <!-- begin-user-doc -->
2892 * <!-- end-user-doc -->
2893 * @return the meta object for the attribute '<em>Millisec Limit</em>'.
2894 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry#getMillisecLimit()
2895 * @see #getRuntimeEntry()
2896 * @generated
2897 */
2898 EAttribute getRuntimeEntry_MillisecLimit();
2899
2900 /**
2901 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry <em>Memory Entry</em>}'.
2902 * <!-- begin-user-doc -->
2903 * <!-- end-user-doc -->
2904 * @return the meta object for class '<em>Memory Entry</em>'.
2905 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry
2906 * @generated
2907 */
2908 EClass getMemoryEntry();
2909
2910 /**
2911 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry#getMegabyteLimit <em>Megabyte Limit</em>}'.
2912 * <!-- begin-user-doc -->
2913 * <!-- end-user-doc -->
2914 * @return the meta object for the attribute '<em>Megabyte Limit</em>'.
2915 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry#getMegabyteLimit()
2916 * @see #getMemoryEntry()
2917 * @generated
2918 */
2919 EAttribute getMemoryEntry_MegabyteLimit();
2920
2921 /**
2922 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry <em>Custom Entry</em>}'.
2923 * <!-- begin-user-doc -->
2924 * <!-- end-user-doc -->
2925 * @return the meta object for class '<em>Custom Entry</em>'.
2926 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry
2927 * @generated
2928 */
2929 EClass getCustomEntry();
2930
2931 /**
2932 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey <em>Key</em>}'.
2747 * <!-- begin-user-doc --> 2933 * <!-- begin-user-doc -->
2748 * <!-- end-user-doc --> 2934 * <!-- end-user-doc -->
2749 * @return the meta object for the attribute '<em>Key</em>'. 2935 * @return the meta object for the attribute '<em>Key</em>'.
2750 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry#getKey() 2936 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey()
2751 * @see #getConfigEntry() 2937 * @see #getCustomEntry()
2752 * @generated 2938 * @generated
2753 */ 2939 */
2754 EAttribute getConfigEntry_Key(); 2940 EAttribute getCustomEntry_Key();
2755 2941
2756 /** 2942 /**
2757 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry#getValue <em>Value</em>}'. 2943 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue <em>Value</em>}'.
2758 * <!-- begin-user-doc --> 2944 * <!-- begin-user-doc -->
2759 * <!-- end-user-doc --> 2945 * <!-- end-user-doc -->
2760 * @return the meta object for the attribute '<em>Value</em>'. 2946 * @return the meta object for the attribute '<em>Value</em>'.
2761 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigEntry#getValue() 2947 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue()
2762 * @see #getConfigEntry() 2948 * @see #getCustomEntry()
2763 * @generated 2949 * @generated
2764 */ 2950 */
2765 EAttribute getConfigEntry_Value(); 2951 EAttribute getCustomEntry_Value();
2766 2952
2767 /** 2953 /**
2768 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'. 2954 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference <em>Config Reference</em>}'.
@@ -3440,6 +3626,16 @@ public interface ApplicationConfigurationPackage extends EPackage
3440 EClass getStringScope(); 3626 EClass getStringScope();
3441 3627
3442 /** 3628 /**
3629 * Returns the meta object for enum '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification <em>Document Level Specification</em>}'.
3630 * <!-- begin-user-doc -->
3631 * <!-- end-user-doc -->
3632 * @return the meta object for enum '<em>Document Level Specification</em>'.
3633 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification
3634 * @generated
3635 */
3636 EEnum getDocumentLevelSpecification();
3637
3638 /**
3443 * Returns the meta object for enum '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}'. 3639 * Returns the meta object for enum '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}'.
3444 * <!-- begin-user-doc --> 3640 * <!-- begin-user-doc -->
3445 * <!-- end-user-doc --> 3641 * <!-- end-user-doc -->
@@ -4037,12 +4233,76 @@ public interface ApplicationConfigurationPackage extends EPackage
4037 EClass CONFIG_ENTRY = eINSTANCE.getConfigEntry(); 4233 EClass CONFIG_ENTRY = eINSTANCE.getConfigEntry();
4038 4234
4039 /** 4235 /**
4236 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.DocumentationEntryImpl <em>Documentation Entry</em>}' class.
4237 * <!-- begin-user-doc -->
4238 * <!-- end-user-doc -->
4239 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.DocumentationEntryImpl
4240 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getDocumentationEntry()
4241 * @generated
4242 */
4243 EClass DOCUMENTATION_ENTRY = eINSTANCE.getDocumentationEntry();
4244
4245 /**
4246 * The meta object literal for the '<em><b>Level</b></em>' attribute feature.
4247 * <!-- begin-user-doc -->
4248 * <!-- end-user-doc -->
4249 * @generated
4250 */
4251 EAttribute DOCUMENTATION_ENTRY__LEVEL = eINSTANCE.getDocumentationEntry_Level();
4252
4253 /**
4254 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.RuntimeEntryImpl <em>Runtime Entry</em>}' class.
4255 * <!-- begin-user-doc -->
4256 * <!-- end-user-doc -->
4257 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.RuntimeEntryImpl
4258 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getRuntimeEntry()
4259 * @generated
4260 */
4261 EClass RUNTIME_ENTRY = eINSTANCE.getRuntimeEntry();
4262
4263 /**
4264 * The meta object literal for the '<em><b>Millisec Limit</b></em>' attribute feature.
4265 * <!-- begin-user-doc -->
4266 * <!-- end-user-doc -->
4267 * @generated
4268 */
4269 EAttribute RUNTIME_ENTRY__MILLISEC_LIMIT = eINSTANCE.getRuntimeEntry_MillisecLimit();
4270
4271 /**
4272 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.MemoryEntryImpl <em>Memory Entry</em>}' class.
4273 * <!-- begin-user-doc -->
4274 * <!-- end-user-doc -->
4275 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.MemoryEntryImpl
4276 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getMemoryEntry()
4277 * @generated
4278 */
4279 EClass MEMORY_ENTRY = eINSTANCE.getMemoryEntry();
4280
4281 /**
4282 * The meta object literal for the '<em><b>Megabyte Limit</b></em>' attribute feature.
4283 * <!-- begin-user-doc -->
4284 * <!-- end-user-doc -->
4285 * @generated
4286 */
4287 EAttribute MEMORY_ENTRY__MEGABYTE_LIMIT = eINSTANCE.getMemoryEntry_MegabyteLimit();
4288
4289 /**
4290 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.CustomEntryImpl <em>Custom Entry</em>}' class.
4291 * <!-- begin-user-doc -->
4292 * <!-- end-user-doc -->
4293 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.CustomEntryImpl
4294 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getCustomEntry()
4295 * @generated
4296 */
4297 EClass CUSTOM_ENTRY = eINSTANCE.getCustomEntry();
4298
4299 /**
4040 * The meta object literal for the '<em><b>Key</b></em>' attribute feature. 4300 * The meta object literal for the '<em><b>Key</b></em>' attribute feature.
4041 * <!-- begin-user-doc --> 4301 * <!-- begin-user-doc -->
4042 * <!-- end-user-doc --> 4302 * <!-- end-user-doc -->
4043 * @generated 4303 * @generated
4044 */ 4304 */
4045 EAttribute CONFIG_ENTRY__KEY = eINSTANCE.getConfigEntry_Key(); 4305 EAttribute CUSTOM_ENTRY__KEY = eINSTANCE.getCustomEntry_Key();
4046 4306
4047 /** 4307 /**
4048 * The meta object literal for the '<em><b>Value</b></em>' attribute feature. 4308 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
@@ -4050,7 +4310,7 @@ public interface ApplicationConfigurationPackage extends EPackage
4050 * <!-- end-user-doc --> 4310 * <!-- end-user-doc -->
4051 * @generated 4311 * @generated
4052 */ 4312 */
4053 EAttribute CONFIG_ENTRY__VALUE = eINSTANCE.getConfigEntry_Value(); 4313 EAttribute CUSTOM_ENTRY__VALUE = eINSTANCE.getCustomEntry_Value();
4054 4314
4055 /** 4315 /**
4056 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ConfigReferenceImpl <em>Config Reference</em>}' class. 4316 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ConfigReferenceImpl <em>Config Reference</em>}' class.
@@ -4623,6 +4883,16 @@ public interface ApplicationConfigurationPackage extends EPackage
4623 EClass STRING_SCOPE = eINSTANCE.getStringScope(); 4883 EClass STRING_SCOPE = eINSTANCE.getStringScope();
4624 4884
4625 /** 4885 /**
4886 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification <em>Document Level Specification</em>}' enum.
4887 * <!-- begin-user-doc -->
4888 * <!-- end-user-doc -->
4889 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.DocumentLevelSpecification
4890 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.impl.ApplicationConfigurationPackageImpl#getDocumentLevelSpecification()
4891 * @generated
4892 */
4893 EEnum DOCUMENT_LEVEL_SPECIFICATION = eINSTANCE.getDocumentLevelSpecification();
4894
4895 /**
4626 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}' enum. 4896 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver <em>Solver</em>}' enum.
4627 * <!-- begin-user-doc --> 4897 * <!-- begin-user-doc -->
4628 * <!-- end-user-doc --> 4898 * <!-- end-user-doc -->