@enervance/insight-cim-model 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1425) hide show
  1. package/.nycrc +28 -0
  2. package/README.md +25 -0
  3. package/dist/config/lew-sincal/lew-sincal-load.config.d.ts +1 -0
  4. package/dist/config/lew-sincal/lew-sincal-load.config.js +46 -0
  5. package/dist/config/lew-sincal/lew-sincal-load.config.js.map +1 -0
  6. package/dist/config/power-system-datamodel/psdm-load.config.d.ts +1 -0
  7. package/dist/config/power-system-datamodel/psdm-load.config.js +43 -0
  8. package/dist/config/power-system-datamodel/psdm-load.config.js.map +1 -0
  9. package/dist/config/westnetz-integral7/integral7-load.config.d.ts +1 -0
  10. package/dist/config/westnetz-integral7/integral7-load.config.js +44 -0
  11. package/dist/config/westnetz-integral7/integral7-load.config.js.map +1 -0
  12. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +10 -0
  13. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +153 -0
  14. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -0
  15. package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +6 -0
  16. package/dist/config/westnetz-neplan/callbacks/cb-psr.js +26 -0
  17. package/dist/config/westnetz-neplan/callbacks/cb-psr.js.map +1 -0
  18. package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +6 -0
  19. package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js +60 -0
  20. package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js.map +1 -0
  21. package/dist/config/westnetz-neplan/neplan-load.config.d.ts +1 -0
  22. package/dist/config/westnetz-neplan/neplan-load.config.js +51 -0
  23. package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -0
  24. package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +47 -0
  25. package/dist/config/westnetz-neplan/property-handler-westenergy.config.js +54 -0
  26. package/dist/config/westnetz-neplan/property-handler-westenergy.config.js.map +1 -0
  27. package/dist/constants/cim-class-definition.d.ts +1 -0
  28. package/dist/constants/cim-class-definition.js +120 -0
  29. package/dist/constants/cim-class-definition.js.map +1 -0
  30. package/dist/constants/cim-class-names.d.ts +72 -0
  31. package/dist/constants/cim-class-names.js +77 -0
  32. package/dist/constants/cim-class-names.js.map +1 -0
  33. package/dist/constants/cim-constants.d.ts +5 -0
  34. package/dist/constants/cim-constants.js +10 -0
  35. package/dist/constants/cim-constants.js.map +1 -0
  36. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +1 -0
  37. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +49 -0
  38. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -0
  39. package/dist/constants/init-data/ASSSET_OWNER.d.ts +1 -0
  40. package/dist/constants/init-data/ASSSET_OWNER.js +15 -0
  41. package/dist/constants/init-data/ASSSET_OWNER.js.map +1 -0
  42. package/dist/constants/init-data/JENA_SPARQL.d.ts +11 -0
  43. package/dist/constants/init-data/JENA_SPARQL.js +328 -0
  44. package/dist/constants/init-data/JENA_SPARQL.js.map +1 -0
  45. package/dist/constants/init-data/PSR_TYPES.d.ts +1 -0
  46. package/dist/constants/init-data/PSR_TYPES.js +78 -0
  47. package/dist/constants/init-data/PSR_TYPES.js.map +1 -0
  48. package/dist/constants/rdf-xml.d.ts +39 -0
  49. package/dist/constants/rdf-xml.js +44 -0
  50. package/dist/constants/rdf-xml.js.map +1 -0
  51. package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +18 -0
  52. package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +380 -0
  53. package/dist/converter/PSDM/ConverterPowerSystemDataModel.js.map +1 -0
  54. package/dist/converter/PSDM/model/FixedFeedIn.d.ts +11 -0
  55. package/dist/converter/PSDM/model/FixedFeedIn.js +3 -0
  56. package/dist/converter/PSDM/model/FixedFeedIn.js.map +1 -0
  57. package/dist/converter/PSDM/model/Line.d.ts +15 -0
  58. package/dist/converter/PSDM/model/Line.js +3 -0
  59. package/dist/converter/PSDM/model/Line.js.map +1 -0
  60. package/dist/converter/PSDM/model/LineType.d.ts +10 -0
  61. package/dist/converter/PSDM/model/LineType.js +3 -0
  62. package/dist/converter/PSDM/model/LineType.js.map +1 -0
  63. package/dist/converter/PSDM/model/Load.d.ts +14 -0
  64. package/dist/converter/PSDM/model/Load.js +3 -0
  65. package/dist/converter/PSDM/model/Load.js.map +1 -0
  66. package/dist/converter/PSDM/model/Node.d.ts +14 -0
  67. package/dist/converter/PSDM/model/Node.js +3 -0
  68. package/dist/converter/PSDM/model/Node.js.map +1 -0
  69. package/dist/converter/PSDM/model/TimeSeriesMapping.d.ts +5 -0
  70. package/dist/converter/PSDM/model/TimeSeriesMapping.js +3 -0
  71. package/dist/converter/PSDM/model/TimeSeriesMapping.js.map +1 -0
  72. package/dist/converter/PSDM/model/Transformer.d.ts +13 -0
  73. package/dist/converter/PSDM/model/Transformer.js +3 -0
  74. package/dist/converter/PSDM/model/Transformer.js.map +1 -0
  75. package/dist/converter/PSDM/model/TransformerType.d.ts +17 -0
  76. package/dist/converter/PSDM/model/TransformerType.js +3 -0
  77. package/dist/converter/PSDM/model/TransformerType.js.map +1 -0
  78. package/dist/converter/PSDM/model/geo/Crs.d.ts +4 -0
  79. package/dist/converter/PSDM/model/geo/Crs.js +3 -0
  80. package/dist/converter/PSDM/model/geo/Crs.js.map +1 -0
  81. package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +6 -0
  82. package/dist/converter/PSDM/model/geo/GeoPosition.js +3 -0
  83. package/dist/converter/PSDM/model/geo/GeoPosition.js.map +1 -0
  84. package/dist/converter/integral7/ConverterIntegral7.d.ts +106 -0
  85. package/dist/converter/integral7/ConverterIntegral7.js +2275 -0
  86. package/dist/converter/integral7/ConverterIntegral7.js.map +1 -0
  87. package/dist/converter/integral7/config/db-config.d.ts +11 -0
  88. package/dist/converter/integral7/config/db-config.js +3 -0
  89. package/dist/converter/integral7/config/db-config.js.map +1 -0
  90. package/dist/converter/integral7/config/generation-unit-fuel-types.d.ts +50 -0
  91. package/dist/converter/integral7/config/generation-unit-fuel-types.js +54 -0
  92. package/dist/converter/integral7/config/generation-unit-fuel-types.js.map +1 -0
  93. package/dist/converter/integral7/config/integral-prefix.d.ts +20 -0
  94. package/dist/converter/integral7/config/integral-prefix.js +24 -0
  95. package/dist/converter/integral7/config/integral-prefix.js.map +1 -0
  96. package/dist/converter/integral7/model/integral/BaseClass.d.ts +13 -0
  97. package/dist/converter/integral7/model/integral/BaseClass.js +19 -0
  98. package/dist/converter/integral7/model/integral/BaseClass.js.map +1 -0
  99. package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +11 -0
  100. package/dist/converter/integral7/model/integral/BaseClassNsg.js +15 -0
  101. package/dist/converter/integral7/model/integral/BaseClassNsg.js.map +1 -0
  102. package/dist/converter/integral7/model/integral/KnotenSo.d.ts +14 -0
  103. package/dist/converter/integral7/model/integral/KnotenSo.js +29 -0
  104. package/dist/converter/integral7/model/integral/KnotenSo.js.map +1 -0
  105. package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +11 -0
  106. package/dist/converter/integral7/model/integral/KnotenSoNsg.js +13 -0
  107. package/dist/converter/integral7/model/integral/KnotenSoNsg.js.map +1 -0
  108. package/dist/converter/integral7/model/integral/Leitung.d.ts +14 -0
  109. package/dist/converter/integral7/model/integral/Leitung.js +64 -0
  110. package/dist/converter/integral7/model/integral/Leitung.js.map +1 -0
  111. package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +14 -0
  112. package/dist/converter/integral7/model/integral/LeitungNsg.js +28 -0
  113. package/dist/converter/integral7/model/integral/LeitungNsg.js.map +1 -0
  114. package/dist/converter/integral7/model/integral/Point.d.ts +6 -0
  115. package/dist/converter/integral7/model/integral/Point.js +14 -0
  116. package/dist/converter/integral7/model/integral/Point.js.map +1 -0
  117. package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +21 -0
  118. package/dist/converter/integral7/model/integral/Schaltanlage.js +147 -0
  119. package/dist/converter/integral7/model/integral/Schaltanlage.js.map +1 -0
  120. package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +14 -0
  121. package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +15 -0
  122. package/dist/converter/integral7/model/integral/SchaltanlageNSG.js.map +1 -0
  123. package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +16 -0
  124. package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +30 -0
  125. package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js.map +1 -0
  126. package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +13 -0
  127. package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +15 -0
  128. package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js.map +1 -0
  129. package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +20 -0
  130. package/dist/converter/integral7/model/integral/Schaltfeld.js +100 -0
  131. package/dist/converter/integral7/model/integral/Schaltfeld.js.map +1 -0
  132. package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +17 -0
  133. package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +16 -0
  134. package/dist/converter/integral7/model/integral/SchaltfeldNsg.js.map +1 -0
  135. package/dist/converter/integral7/model/integral/Standort.d.ts +24 -0
  136. package/dist/converter/integral7/model/integral/Standort.js +34 -0
  137. package/dist/converter/integral7/model/integral/Standort.js.map +1 -0
  138. package/dist/converter/integral7/model/integral/StandortNsg.d.ts +10 -0
  139. package/dist/converter/integral7/model/integral/StandortNsg.js +13 -0
  140. package/dist/converter/integral7/model/integral/StandortNsg.js.map +1 -0
  141. package/dist/converter/integral7/model/integral/Trafo2w.d.ts +15 -0
  142. package/dist/converter/integral7/model/integral/Trafo2w.js +11 -0
  143. package/dist/converter/integral7/model/integral/Trafo2w.js.map +1 -0
  144. package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -0
  145. package/dist/converter/integral7/model/integral/Trafo2wNsg.js +7 -0
  146. package/dist/converter/integral7/model/integral/Trafo2wNsg.js.map +1 -0
  147. package/dist/converter/integral7/model/interfaces.d.ts +352 -0
  148. package/dist/converter/integral7/model/interfaces.js +3 -0
  149. package/dist/converter/integral7/model/interfaces.js.map +1 -0
  150. package/dist/converter/integral7/sql/integral.sql.d.ts +124 -0
  151. package/dist/converter/integral7/sql/integral.sql.js +285 -0
  152. package/dist/converter/integral7/sql/integral.sql.js.map +1 -0
  153. package/dist/converter/integral7/utils-schema.d.ts +6 -0
  154. package/dist/converter/integral7/utils-schema.js +43 -0
  155. package/dist/converter/integral7/utils-schema.js.map +1 -0
  156. package/dist/converter/integral7/utils-trafo3w.d.ts +13 -0
  157. package/dist/converter/integral7/utils-trafo3w.js +236 -0
  158. package/dist/converter/integral7/utils-trafo3w.js.map +1 -0
  159. package/dist/converter/integral7/utils.d.ts +38 -0
  160. package/dist/converter/integral7/utils.js +577 -0
  161. package/dist/converter/integral7/utils.js.map +1 -0
  162. package/dist/etl-neplan/etl-neplan-contingency-analysis.d.ts +8 -0
  163. package/dist/etl-neplan/etl-neplan-contingency-analysis.js +113 -0
  164. package/dist/etl-neplan/etl-neplan-contingency-analysis.js.map +1 -0
  165. package/dist/etl-neplan/etl-neplan-feederline.d.ts +6 -0
  166. package/dist/etl-neplan/etl-neplan-feederline.js +91 -0
  167. package/dist/etl-neplan/etl-neplan-feederline.js.map +1 -0
  168. package/dist/etl-neplan/etl-neplan.d.ts +9 -0
  169. package/dist/etl-neplan/etl-neplan.js +222 -0
  170. package/dist/etl-neplan/etl-neplan.js.map +1 -0
  171. package/dist/index.d.ts +170 -0
  172. package/dist/index.js +349 -0
  173. package/dist/index.js.map +1 -0
  174. package/dist/interfaces/model/assets/IAsset.d.ts +3 -0
  175. package/dist/interfaces/model/assets/IAsset.js +3 -0
  176. package/dist/interfaces/model/assets/IAsset.js.map +1 -0
  177. package/dist/interfaces/model/assets/IAssetContainer.d.ts +3 -0
  178. package/dist/interfaces/model/assets/IAssetContainer.js +3 -0
  179. package/dist/interfaces/model/assets/IAssetContainer.js.map +1 -0
  180. package/dist/interfaces/model/assets/IFacility.d.ts +3 -0
  181. package/dist/interfaces/model/assets/IFacility.js +3 -0
  182. package/dist/interfaces/model/assets/IFacility.js.map +1 -0
  183. package/dist/interfaces/model/common/IDocument.d.ts +3 -0
  184. package/dist/interfaces/model/common/IDocument.js +3 -0
  185. package/dist/interfaces/model/common/IDocument.js.map +1 -0
  186. package/dist/interfaces/model/core/IACDCTerminal.d.ts +5 -0
  187. package/dist/interfaces/model/core/IACDCTerminal.js +3 -0
  188. package/dist/interfaces/model/core/IACDCTerminal.js.map +1 -0
  189. package/dist/interfaces/model/core/IBaseVoltage.d.ts +6 -0
  190. package/dist/interfaces/model/core/IBaseVoltage.js +3 -0
  191. package/dist/interfaces/model/core/IBaseVoltage.js.map +1 -0
  192. package/dist/interfaces/model/core/IConductingEquipment.d.ts +8 -0
  193. package/dist/interfaces/model/core/IConductingEquipment.js +3 -0
  194. package/dist/interfaces/model/core/IConductingEquipment.js.map +1 -0
  195. package/dist/interfaces/model/core/IConnectivityNode.d.ts +17 -0
  196. package/dist/interfaces/model/core/IConnectivityNode.js +3 -0
  197. package/dist/interfaces/model/core/IConnectivityNode.js.map +1 -0
  198. package/dist/interfaces/model/core/IConnectivityNodeContainer.d.ts +9 -0
  199. package/dist/interfaces/model/core/IConnectivityNodeContainer.js +3 -0
  200. package/dist/interfaces/model/core/IConnectivityNodeContainer.js.map +1 -0
  201. package/dist/interfaces/model/core/IEquipment.d.ts +3 -0
  202. package/dist/interfaces/model/core/IEquipment.js +3 -0
  203. package/dist/interfaces/model/core/IEquipment.js.map +1 -0
  204. package/dist/interfaces/model/core/IEquipmentContainer.d.ts +9 -0
  205. package/dist/interfaces/model/core/IEquipmentContainer.js +3 -0
  206. package/dist/interfaces/model/core/IEquipmentContainer.js.map +1 -0
  207. package/dist/interfaces/model/core/IFeeder.d.ts +11 -0
  208. package/dist/interfaces/model/core/IFeeder.js +3 -0
  209. package/dist/interfaces/model/core/IFeeder.js.map +1 -0
  210. package/dist/interfaces/model/core/IIdentifiedObject.d.ts +52 -0
  211. package/dist/interfaces/model/core/IIdentifiedObject.js +3 -0
  212. package/dist/interfaces/model/core/IIdentifiedObject.js.map +1 -0
  213. package/dist/interfaces/model/core/IPowerSystemResource.d.ts +3 -0
  214. package/dist/interfaces/model/core/IPowerSystemResource.js +3 -0
  215. package/dist/interfaces/model/core/IPowerSystemResource.js.map +1 -0
  216. package/dist/interfaces/model/core/ISubstation.d.ts +6 -0
  217. package/dist/interfaces/model/core/ISubstation.js +3 -0
  218. package/dist/interfaces/model/core/ISubstation.js.map +1 -0
  219. package/dist/interfaces/model/core/ITerminal.d.ts +29 -0
  220. package/dist/interfaces/model/core/ITerminal.js +3 -0
  221. package/dist/interfaces/model/core/ITerminal.js.map +1 -0
  222. package/dist/interfaces/model/core/IVoltageLevel.d.ts +13 -0
  223. package/dist/interfaces/model/core/IVoltageLevel.js +3 -0
  224. package/dist/interfaces/model/core/IVoltageLevel.js.map +1 -0
  225. package/dist/interfaces/model/diagram/IDiagram.d.ts +15 -0
  226. package/dist/interfaces/model/diagram/IDiagram.js +3 -0
  227. package/dist/interfaces/model/diagram/IDiagram.js.map +1 -0
  228. package/dist/interfaces/model/diagram/IDiagramObject.d.ts +19 -0
  229. package/dist/interfaces/model/diagram/IDiagramObject.js +3 -0
  230. package/dist/interfaces/model/diagram/IDiagramObject.js.map +1 -0
  231. package/dist/interfaces/model/diagram/IDiagramObjectPoint.d.ts +11 -0
  232. package/dist/interfaces/model/diagram/IDiagramObjectPoint.js +3 -0
  233. package/dist/interfaces/model/diagram/IDiagramObjectPoint.js.map +1 -0
  234. package/dist/interfaces/model/domain/IActivePower.d.ts +3 -0
  235. package/dist/interfaces/model/domain/IActivePower.js +3 -0
  236. package/dist/interfaces/model/domain/IActivePower.js.map +1 -0
  237. package/dist/interfaces/model/domain/IAngleDegrees.d.ts +3 -0
  238. package/dist/interfaces/model/domain/IAngleDegrees.js +3 -0
  239. package/dist/interfaces/model/domain/IAngleDegrees.js.map +1 -0
  240. package/dist/interfaces/model/domain/IApparentPower.d.ts +3 -0
  241. package/dist/interfaces/model/domain/IApparentPower.js +3 -0
  242. package/dist/interfaces/model/domain/IApparentPower.js.map +1 -0
  243. package/dist/interfaces/model/domain/ICurrentFlow.d.ts +3 -0
  244. package/dist/interfaces/model/domain/ICurrentFlow.js +3 -0
  245. package/dist/interfaces/model/domain/ICurrentFlow.js.map +1 -0
  246. package/dist/interfaces/model/domain/IDataType.d.ts +7 -0
  247. package/dist/interfaces/model/domain/IDataType.js +3 -0
  248. package/dist/interfaces/model/domain/IDataType.js.map +1 -0
  249. package/dist/interfaces/model/domain/IReactivePower.d.ts +3 -0
  250. package/dist/interfaces/model/domain/IReactivePower.js +3 -0
  251. package/dist/interfaces/model/domain/IReactivePower.js.map +1 -0
  252. package/dist/interfaces/model/domain/IVoltage.d.ts +3 -0
  253. package/dist/interfaces/model/domain/IVoltage.js +3 -0
  254. package/dist/interfaces/model/domain/IVoltage.js.map +1 -0
  255. package/dist/interfaces/model/domain/UnitMultiplier.d.ts +13 -0
  256. package/dist/interfaces/model/domain/UnitMultiplier.js +18 -0
  257. package/dist/interfaces/model/domain/UnitMultiplier.js.map +1 -0
  258. package/dist/interfaces/model/domain/UnitSymbol.d.ts +30 -0
  259. package/dist/interfaces/model/domain/UnitSymbol.js +35 -0
  260. package/dist/interfaces/model/domain/UnitSymbol.js.map +1 -0
  261. package/dist/interfaces/model/enums/EnumShapeInfo.d.ts +5 -0
  262. package/dist/interfaces/model/enums/EnumShapeInfo.js +10 -0
  263. package/dist/interfaces/model/enums/EnumShapeInfo.js.map +1 -0
  264. package/dist/interfaces/model/faults/IFault.d.ts +8 -0
  265. package/dist/interfaces/model/faults/IFault.js +3 -0
  266. package/dist/interfaces/model/faults/IFault.js.map +1 -0
  267. package/dist/interfaces/model/model/IModel.d.ts +86 -0
  268. package/dist/interfaces/model/model/IModel.js +3 -0
  269. package/dist/interfaces/model/model/IModel.js.map +1 -0
  270. package/dist/interfaces/model/operations/IOutage.d.ts +11 -0
  271. package/dist/interfaces/model/operations/IOutage.js +3 -0
  272. package/dist/interfaces/model/operations/IOutage.js.map +1 -0
  273. package/dist/interfaces/model/operations/ISwitchingAction.d.ts +6 -0
  274. package/dist/interfaces/model/operations/ISwitchingAction.js +3 -0
  275. package/dist/interfaces/model/operations/ISwitchingAction.js.map +1 -0
  276. package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +11 -0
  277. package/dist/interfaces/model/operations/ISwitchingPlan.js +3 -0
  278. package/dist/interfaces/model/operations/ISwitchingPlan.js.map +1 -0
  279. package/dist/interfaces/model/statevariables/ISvPowerFlow.d.ts +6 -0
  280. package/dist/interfaces/model/statevariables/ISvPowerFlow.js +3 -0
  281. package/dist/interfaces/model/statevariables/ISvPowerFlow.js.map +1 -0
  282. package/dist/interfaces/model/statevariables/ISvVoltage.d.ts +14 -0
  283. package/dist/interfaces/model/statevariables/ISvVoltage.js +3 -0
  284. package/dist/interfaces/model/statevariables/ISvVoltage.js.map +1 -0
  285. package/dist/interfaces/model/topology/ITopologicalIsland.d.ts +10 -0
  286. package/dist/interfaces/model/topology/ITopologicalIsland.js +3 -0
  287. package/dist/interfaces/model/topology/ITopologicalIsland.js.map +1 -0
  288. package/dist/interfaces/model/topology/ITopologicalNode.d.ts +23 -0
  289. package/dist/interfaces/model/topology/ITopologicalNode.js +3 -0
  290. package/dist/interfaces/model/topology/ITopologicalNode.js.map +1 -0
  291. package/dist/interfaces/model/wires/IACLineSegment.d.ts +3 -0
  292. package/dist/interfaces/model/wires/IACLineSegment.js +3 -0
  293. package/dist/interfaces/model/wires/IACLineSegment.js.map +1 -0
  294. package/dist/interfaces/model/wires/IBusbarSection.d.ts +3 -0
  295. package/dist/interfaces/model/wires/IBusbarSection.js +3 -0
  296. package/dist/interfaces/model/wires/IBusbarSection.js.map +1 -0
  297. package/dist/interfaces/model/wires/ICompositeSwitch.d.ts +3 -0
  298. package/dist/interfaces/model/wires/ICompositeSwitch.js +3 -0
  299. package/dist/interfaces/model/wires/ICompositeSwitch.js.map +1 -0
  300. package/dist/interfaces/model/wires/IConductor.d.ts +5 -0
  301. package/dist/interfaces/model/wires/IConductor.js +3 -0
  302. package/dist/interfaces/model/wires/IConductor.js.map +1 -0
  303. package/dist/interfaces/model/wires/IConnector.d.ts +3 -0
  304. package/dist/interfaces/model/wires/IConnector.js +3 -0
  305. package/dist/interfaces/model/wires/IConnector.js.map +1 -0
  306. package/dist/interfaces/model/wires/IDisconnector.d.ts +3 -0
  307. package/dist/interfaces/model/wires/IDisconnector.js +3 -0
  308. package/dist/interfaces/model/wires/IDisconnector.js.map +1 -0
  309. package/dist/interfaces/model/wires/IEnergyConsumer.d.ts +6 -0
  310. package/dist/interfaces/model/wires/IEnergyConsumer.js +3 -0
  311. package/dist/interfaces/model/wires/IEnergyConsumer.js.map +1 -0
  312. package/dist/interfaces/model/wires/IEnergySource.d.ts +15 -0
  313. package/dist/interfaces/model/wires/IEnergySource.js +3 -0
  314. package/dist/interfaces/model/wires/IEnergySource.js.map +1 -0
  315. package/dist/interfaces/model/wires/IExternalNetworkInjection.d.ts +33 -0
  316. package/dist/interfaces/model/wires/IExternalNetworkInjection.js +3 -0
  317. package/dist/interfaces/model/wires/IExternalNetworkInjection.js.map +1 -0
  318. package/dist/interfaces/model/wires/ILoadBreakSwitch.d.ts +3 -0
  319. package/dist/interfaces/model/wires/ILoadBreakSwitch.js +3 -0
  320. package/dist/interfaces/model/wires/ILoadBreakSwitch.js.map +1 -0
  321. package/dist/interfaces/model/wires/IPowerTransformer.d.ts +6 -0
  322. package/dist/interfaces/model/wires/IPowerTransformer.js +3 -0
  323. package/dist/interfaces/model/wires/IPowerTransformer.js.map +1 -0
  324. package/dist/interfaces/model/wires/IPowerTransformerEnd.d.ts +8 -0
  325. package/dist/interfaces/model/wires/IPowerTransformerEnd.js +3 -0
  326. package/dist/interfaces/model/wires/IPowerTransformerEnd.js.map +1 -0
  327. package/dist/interfaces/model/wires/IProtectedSwitch.d.ts +3 -0
  328. package/dist/interfaces/model/wires/IProtectedSwitch.js +3 -0
  329. package/dist/interfaces/model/wires/IProtectedSwitch.js.map +1 -0
  330. package/dist/interfaces/model/wires/IRegulatingCondEq.d.ts +3 -0
  331. package/dist/interfaces/model/wires/IRegulatingCondEq.js +3 -0
  332. package/dist/interfaces/model/wires/IRegulatingCondEq.js.map +1 -0
  333. package/dist/interfaces/model/wires/ISwitch.d.ts +9 -0
  334. package/dist/interfaces/model/wires/ISwitch.js +3 -0
  335. package/dist/interfaces/model/wires/ISwitch.js.map +1 -0
  336. package/dist/interfaces/model/wires/ITransformerEnd.d.ts +13 -0
  337. package/dist/interfaces/model/wires/ITransformerEnd.js +3 -0
  338. package/dist/interfaces/model/wires/ITransformerEnd.js.map +1 -0
  339. package/dist/interfaces/observable/IObservable.d.ts +6 -0
  340. package/dist/interfaces/observable/IObservable.js +3 -0
  341. package/dist/interfaces/observable/IObservable.js.map +1 -0
  342. package/dist/interfaces/observable/IObserver.d.ts +3 -0
  343. package/dist/interfaces/observable/IObserver.js +3 -0
  344. package/dist/interfaces/observable/IObserver.js.map +1 -0
  345. package/dist/interfaces/persistence-interfaces.d.ts +10 -0
  346. package/dist/interfaces/persistence-interfaces.js +3 -0
  347. package/dist/interfaces/persistence-interfaces.js.map +1 -0
  348. package/dist/interfaces/schema-settings/ShapeInfos.d.ts +24 -0
  349. package/dist/interfaces/schema-settings/ShapeInfos.js +13 -0
  350. package/dist/interfaces/schema-settings/ShapeInfos.js.map +1 -0
  351. package/dist/model/assetinfo/AssetInfo.d.ts +6 -0
  352. package/dist/model/assetinfo/AssetInfo.js +13 -0
  353. package/dist/model/assetinfo/AssetInfo.js.map +1 -0
  354. package/dist/model/assetinfo/CableInfo.d.ts +4 -0
  355. package/dist/model/assetinfo/CableInfo.js +11 -0
  356. package/dist/model/assetinfo/CableInfo.js.map +1 -0
  357. package/dist/model/assetinfo/OverheadWireInfo.d.ts +4 -0
  358. package/dist/model/assetinfo/OverheadWireInfo.js +11 -0
  359. package/dist/model/assetinfo/OverheadWireInfo.js.map +1 -0
  360. package/dist/model/assetinfo/PowerTransformer2WInfo.d.ts +6 -0
  361. package/dist/model/assetinfo/PowerTransformer2WInfo.js +11 -0
  362. package/dist/model/assetinfo/PowerTransformer2WInfo.js.map +1 -0
  363. package/dist/model/assetinfo/PowerTransformer3WInfo.d.ts +10 -0
  364. package/dist/model/assetinfo/PowerTransformer3WInfo.js +11 -0
  365. package/dist/model/assetinfo/PowerTransformer3WInfo.js.map +1 -0
  366. package/dist/model/assetinfo/PowerTransformerInfo.d.ts +8 -0
  367. package/dist/model/assetinfo/PowerTransformerInfo.js +12 -0
  368. package/dist/model/assetinfo/PowerTransformerInfo.js.map +1 -0
  369. package/dist/model/assetinfo/TapChangerInfo.d.ts +22 -0
  370. package/dist/model/assetinfo/TapChangerInfo.js +11 -0
  371. package/dist/model/assetinfo/TapChangerInfo.js.map +1 -0
  372. package/dist/model/assetinfo/TransformerEndInfo.d.ts +23 -0
  373. package/dist/model/assetinfo/TransformerEndInfo.js +11 -0
  374. package/dist/model/assetinfo/TransformerEndInfo.js.map +1 -0
  375. package/dist/model/assetinfo/WireInfo.d.ts +14 -0
  376. package/dist/model/assetinfo/WireInfo.js +11 -0
  377. package/dist/model/assetinfo/WireInfo.js.map +1 -0
  378. package/dist/model/assets/AggregateScore.d.ts +4 -0
  379. package/dist/model/assets/AggregateScore.js +11 -0
  380. package/dist/model/assets/AggregateScore.js.map +1 -0
  381. package/dist/model/assets/AnalyticScore.d.ts +12 -0
  382. package/dist/model/assets/AnalyticScore.js +34 -0
  383. package/dist/model/assets/AnalyticScore.js.map +1 -0
  384. package/dist/model/assets/Asset.d.ts +38 -0
  385. package/dist/model/assets/Asset.js +109 -0
  386. package/dist/model/assets/Asset.js.map +1 -0
  387. package/dist/model/assets/AssetContainer.d.ts +5 -0
  388. package/dist/model/assets/AssetContainer.js +12 -0
  389. package/dist/model/assets/AssetContainer.js.map +1 -0
  390. package/dist/model/assets/AssetDeployment.d.ts +22 -0
  391. package/dist/model/assets/AssetDeployment.js +94 -0
  392. package/dist/model/assets/AssetDeployment.js.map +1 -0
  393. package/dist/model/assets/AssetHealthEvent.d.ts +12 -0
  394. package/dist/model/assets/AssetHealthEvent.js +65 -0
  395. package/dist/model/assets/AssetHealthEvent.js.map +1 -0
  396. package/dist/model/assets/AssetOrganisationRole.d.ts +12 -0
  397. package/dist/model/assets/AssetOrganisationRole.js +43 -0
  398. package/dist/model/assets/AssetOrganisationRole.js.map +1 -0
  399. package/dist/model/assets/AssetOwner.d.ts +8 -0
  400. package/dist/model/assets/AssetOwner.js +48 -0
  401. package/dist/model/assets/AssetOwner.js.map +1 -0
  402. package/dist/model/assets/DeploymentDate.d.ts +9 -0
  403. package/dist/model/assets/DeploymentDate.js +13 -0
  404. package/dist/model/assets/DeploymentDate.js.map +1 -0
  405. package/dist/model/assets/DeploymentStateKind.d.ts +7 -0
  406. package/dist/model/assets/DeploymentStateKind.js +12 -0
  407. package/dist/model/assets/DeploymentStateKind.js.map +1 -0
  408. package/dist/model/assets/Facility.d.ts +16 -0
  409. package/dist/model/assets/Facility.js +91 -0
  410. package/dist/model/assets/Facility.js.map +1 -0
  411. package/dist/model/assets/FacilityKind.d.ts +9 -0
  412. package/dist/model/assets/FacilityKind.js +14 -0
  413. package/dist/model/assets/FacilityKind.js.map +1 -0
  414. package/dist/model/assets/HealthScore.d.ts +9 -0
  415. package/dist/model/assets/HealthScore.js +55 -0
  416. package/dist/model/assets/HealthScore.js.map +1 -0
  417. package/dist/model/assets/LifecycleDate.d.ts +10 -0
  418. package/dist/model/assets/LifecycleDate.js +12 -0
  419. package/dist/model/assets/LifecycleDate.js.map +1 -0
  420. package/dist/model/assets/RiskScore.d.ts +4 -0
  421. package/dist/model/assets/RiskScore.js +11 -0
  422. package/dist/model/assets/RiskScore.js.map +1 -0
  423. package/dist/model/assets/TransformerApplicationKind.d.ts +6 -0
  424. package/dist/model/assets/TransformerApplicationKind.js +11 -0
  425. package/dist/model/assets/TransformerApplicationKind.js.map +1 -0
  426. package/dist/model/common/ActivityRecord.d.ts +18 -0
  427. package/dist/model/common/ActivityRecord.js +52 -0
  428. package/dist/model/common/ActivityRecord.js.map +1 -0
  429. package/dist/model/common/CoordinateSystem.d.ts +15 -0
  430. package/dist/model/common/CoordinateSystem.js +75 -0
  431. package/dist/model/common/CoordinateSystem.js.map +1 -0
  432. package/dist/model/common/Document.d.ts +4 -0
  433. package/dist/model/common/Document.js +11 -0
  434. package/dist/model/common/Document.js.map +1 -0
  435. package/dist/model/common/Location.d.ts +25 -0
  436. package/dist/model/common/Location.js +154 -0
  437. package/dist/model/common/Location.js.map +1 -0
  438. package/dist/model/common/OrganisationRole.d.ts +4 -0
  439. package/dist/model/common/OrganisationRole.js +11 -0
  440. package/dist/model/common/OrganisationRole.js.map +1 -0
  441. package/dist/model/common/PositionPoint.d.ts +19 -0
  442. package/dist/model/common/PositionPoint.js +111 -0
  443. package/dist/model/common/PositionPoint.js.map +1 -0
  444. package/dist/model/common/Status.d.ts +7 -0
  445. package/dist/model/common/Status.js +10 -0
  446. package/dist/model/common/Status.js.map +1 -0
  447. package/dist/model/core/ACDCTerminal.d.ts +14 -0
  448. package/dist/model/core/ACDCTerminal.js +54 -0
  449. package/dist/model/core/ACDCTerminal.js.map +1 -0
  450. package/dist/model/core/BaseVoltage.d.ts +22 -0
  451. package/dist/model/core/BaseVoltage.js +109 -0
  452. package/dist/model/core/BaseVoltage.js.map +1 -0
  453. package/dist/model/core/Bay.d.ts +27 -0
  454. package/dist/model/core/Bay.js +153 -0
  455. package/dist/model/core/Bay.js.map +1 -0
  456. package/dist/model/core/ConductingEquipment.d.ts +37 -0
  457. package/dist/model/core/ConductingEquipment.js +132 -0
  458. package/dist/model/core/ConductingEquipment.js.map +1 -0
  459. package/dist/model/core/ConnectivityNode.d.ts +42 -0
  460. package/dist/model/core/ConnectivityNode.js +317 -0
  461. package/dist/model/core/ConnectivityNode.js.map +1 -0
  462. package/dist/model/core/ConnectivityNodeContainer.d.ts +11 -0
  463. package/dist/model/core/ConnectivityNodeContainer.js +19 -0
  464. package/dist/model/core/ConnectivityNodeContainer.js.map +1 -0
  465. package/dist/model/core/Curve.d.ts +12 -0
  466. package/dist/model/core/Curve.js +34 -0
  467. package/dist/model/core/Curve.js.map +1 -0
  468. package/dist/model/core/CurveData.d.ts +15 -0
  469. package/dist/model/core/CurveData.js +58 -0
  470. package/dist/model/core/CurveData.js.map +1 -0
  471. package/dist/model/core/CurveStyle.d.ts +4 -0
  472. package/dist/model/core/CurveStyle.js +9 -0
  473. package/dist/model/core/CurveStyle.js.map +1 -0
  474. package/dist/model/core/Equipment.d.ts +30 -0
  475. package/dist/model/core/Equipment.js +148 -0
  476. package/dist/model/core/Equipment.js.map +1 -0
  477. package/dist/model/core/EquipmentContainer.d.ts +13 -0
  478. package/dist/model/core/EquipmentContainer.js +31 -0
  479. package/dist/model/core/EquipmentContainer.js.map +1 -0
  480. package/dist/model/core/Feeder.d.ts +31 -0
  481. package/dist/model/core/Feeder.js +143 -0
  482. package/dist/model/core/Feeder.js.map +1 -0
  483. package/dist/model/core/GeographicalRegion.d.ts +9 -0
  484. package/dist/model/core/GeographicalRegion.js +30 -0
  485. package/dist/model/core/GeographicalRegion.js.map +1 -0
  486. package/dist/model/core/IdentifiedObject.d.ts +70 -0
  487. package/dist/model/core/IdentifiedObject.js +225 -0
  488. package/dist/model/core/IdentifiedObject.js.map +1 -0
  489. package/dist/model/core/PSRType.d.ts +22 -0
  490. package/dist/model/core/PSRType.js +116 -0
  491. package/dist/model/core/PSRType.js.map +1 -0
  492. package/dist/model/core/PhaseCode.d.ts +23 -0
  493. package/dist/model/core/PhaseCode.js +28 -0
  494. package/dist/model/core/PhaseCode.js.map +1 -0
  495. package/dist/model/core/PowerSystemResource.d.ts +26 -0
  496. package/dist/model/core/PowerSystemResource.js +81 -0
  497. package/dist/model/core/PowerSystemResource.js.map +1 -0
  498. package/dist/model/core/SubGeographicalRegion.d.ts +15 -0
  499. package/dist/model/core/SubGeographicalRegion.js +49 -0
  500. package/dist/model/core/SubGeographicalRegion.js.map +1 -0
  501. package/dist/model/core/Substation.d.ts +34 -0
  502. package/dist/model/core/Substation.js +233 -0
  503. package/dist/model/core/Substation.js.map +1 -0
  504. package/dist/model/core/Terminal.d.ts +68 -0
  505. package/dist/model/core/Terminal.js +307 -0
  506. package/dist/model/core/Terminal.js.map +1 -0
  507. package/dist/model/core/VoltageLevel.d.ts +34 -0
  508. package/dist/model/core/VoltageLevel.js +162 -0
  509. package/dist/model/core/VoltageLevel.js.map +1 -0
  510. package/dist/model/diagram/Diagram.d.ts +29 -0
  511. package/dist/model/diagram/Diagram.js +105 -0
  512. package/dist/model/diagram/Diagram.js.map +1 -0
  513. package/dist/model/diagram/DiagramObject.d.ts +43 -0
  514. package/dist/model/diagram/DiagramObject.js +275 -0
  515. package/dist/model/diagram/DiagramObject.js.map +1 -0
  516. package/dist/model/diagram/DiagramObjectPoint.d.ts +33 -0
  517. package/dist/model/diagram/DiagramObjectPoint.js +169 -0
  518. package/dist/model/diagram/DiagramObjectPoint.js.map +1 -0
  519. package/dist/model/diagram/DiagramStyle.d.ts +9 -0
  520. package/dist/model/diagram/DiagramStyle.js +29 -0
  521. package/dist/model/diagram/DiagramStyle.js.map +1 -0
  522. package/dist/model/diagram/OrientationKind.d.ts +4 -0
  523. package/dist/model/diagram/OrientationKind.js +9 -0
  524. package/dist/model/diagram/OrientationKind.js.map +1 -0
  525. package/dist/model/domain/ActivePower.d.ts +8 -0
  526. package/dist/model/domain/ActivePower.js +12 -0
  527. package/dist/model/domain/ActivePower.js.map +1 -0
  528. package/dist/model/domain/AngleDegrees.d.ts +8 -0
  529. package/dist/model/domain/AngleDegrees.js +12 -0
  530. package/dist/model/domain/AngleDegrees.js.map +1 -0
  531. package/dist/model/domain/ApparentPower.d.ts +8 -0
  532. package/dist/model/domain/ApparentPower.js +12 -0
  533. package/dist/model/domain/ApparentPower.js.map +1 -0
  534. package/dist/model/domain/Capacitance.d.ts +8 -0
  535. package/dist/model/domain/Capacitance.js +12 -0
  536. package/dist/model/domain/Capacitance.js.map +1 -0
  537. package/dist/model/domain/CapacitancePerLength.d.ts +8 -0
  538. package/dist/model/domain/CapacitancePerLength.js +12 -0
  539. package/dist/model/domain/CapacitancePerLength.js.map +1 -0
  540. package/dist/model/domain/ConductancePerLength.d.ts +8 -0
  541. package/dist/model/domain/ConductancePerLength.js +12 -0
  542. package/dist/model/domain/ConductancePerLength.js.map +1 -0
  543. package/dist/model/domain/CurrentFlow.d.ts +8 -0
  544. package/dist/model/domain/CurrentFlow.js +12 -0
  545. package/dist/model/domain/CurrentFlow.js.map +1 -0
  546. package/dist/model/domain/Reactance.d.ts +8 -0
  547. package/dist/model/domain/Reactance.js +12 -0
  548. package/dist/model/domain/Reactance.js.map +1 -0
  549. package/dist/model/domain/ReactancePerLength.d.ts +8 -0
  550. package/dist/model/domain/ReactancePerLength.js +12 -0
  551. package/dist/model/domain/ReactancePerLength.js.map +1 -0
  552. package/dist/model/domain/ReactivePower.d.ts +8 -0
  553. package/dist/model/domain/ReactivePower.js +12 -0
  554. package/dist/model/domain/ReactivePower.js.map +1 -0
  555. package/dist/model/domain/Resistance.d.ts +8 -0
  556. package/dist/model/domain/Resistance.js +12 -0
  557. package/dist/model/domain/Resistance.js.map +1 -0
  558. package/dist/model/domain/ResistancePerLength.d.ts +8 -0
  559. package/dist/model/domain/ResistancePerLength.js +12 -0
  560. package/dist/model/domain/ResistancePerLength.js.map +1 -0
  561. package/dist/model/domain/UnitMultiplier.d.ts +13 -0
  562. package/dist/model/domain/UnitMultiplier.js +18 -0
  563. package/dist/model/domain/UnitMultiplier.js.map +1 -0
  564. package/dist/model/domain/UnitSymbol.d.ts +30 -0
  565. package/dist/model/domain/UnitSymbol.js +35 -0
  566. package/dist/model/domain/UnitSymbol.js.map +1 -0
  567. package/dist/model/domain/Voltage.d.ts +8 -0
  568. package/dist/model/domain/Voltage.js +12 -0
  569. package/dist/model/domain/Voltage.js.map +1 -0
  570. package/dist/model/equivalents/EquivalentBranch.d.ts +34 -0
  571. package/dist/model/equivalents/EquivalentBranch.js +161 -0
  572. package/dist/model/equivalents/EquivalentBranch.js.map +1 -0
  573. package/dist/model/equivalents/EquivalentEquipment.d.ts +4 -0
  574. package/dist/model/equivalents/EquivalentEquipment.js +11 -0
  575. package/dist/model/equivalents/EquivalentEquipment.js.map +1 -0
  576. package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +16 -0
  577. package/dist/model/extensions/amprion/core/AMPRIONBay.js +92 -0
  578. package/dist/model/extensions/amprion/core/AMPRIONBay.js.map +1 -0
  579. package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +11 -0
  580. package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +43 -0
  581. package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js.map +1 -0
  582. package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +9 -0
  583. package/dist/model/extensions/enervance/assets/EVImportanceScore.js +55 -0
  584. package/dist/model/extensions/enervance/assets/EVImportanceScore.js.map +1 -0
  585. package/dist/model/extensions/enervance/core/EVTerminal.d.ts +11 -0
  586. package/dist/model/extensions/enervance/core/EVTerminal.js +59 -0
  587. package/dist/model/extensions/enervance/core/EVTerminal.js.map +1 -0
  588. package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +23 -0
  589. package/dist/model/extensions/enervance/operations/EVTerminalAction.js +112 -0
  590. package/dist/model/extensions/enervance/operations/EVTerminalAction.js.map +1 -0
  591. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +17 -0
  592. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +108 -0
  593. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -0
  594. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +33 -0
  595. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +279 -0
  596. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -0
  597. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +19 -0
  598. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +92 -0
  599. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js.map +1 -0
  600. package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +20 -0
  601. package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +95 -0
  602. package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js.map +1 -0
  603. package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +18 -0
  604. package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +97 -0
  605. package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js.map +1 -0
  606. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +36 -0
  607. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +319 -0
  608. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js.map +1 -0
  609. package/dist/model/faults/EquipmentFault.d.ts +4 -0
  610. package/dist/model/faults/EquipmentFault.js +11 -0
  611. package/dist/model/faults/EquipmentFault.js.map +1 -0
  612. package/dist/model/faults/Fault.d.ts +13 -0
  613. package/dist/model/faults/Fault.js +31 -0
  614. package/dist/model/faults/Fault.js.map +1 -0
  615. package/dist/model/faults/LineFault.d.ts +4 -0
  616. package/dist/model/faults/LineFault.js +11 -0
  617. package/dist/model/faults/LineFault.js.map +1 -0
  618. package/dist/model/generation/FossilFuel.d.ts +12 -0
  619. package/dist/model/generation/FossilFuel.js +46 -0
  620. package/dist/model/generation/FossilFuel.js.map +1 -0
  621. package/dist/model/generation/FuelType.d.ts +8 -0
  622. package/dist/model/generation/FuelType.js +13 -0
  623. package/dist/model/generation/FuelType.js.map +1 -0
  624. package/dist/model/generation/GeneratingUnit.d.ts +32 -0
  625. package/dist/model/generation/GeneratingUnit.js +112 -0
  626. package/dist/model/generation/GeneratingUnit.js.map +1 -0
  627. package/dist/model/generation/GeneratorControlSource.d.ts +6 -0
  628. package/dist/model/generation/GeneratorControlSource.js +11 -0
  629. package/dist/model/generation/GeneratorControlSource.js.map +1 -0
  630. package/dist/model/generation/HydroEnergyConversionKind.d.ts +4 -0
  631. package/dist/model/generation/HydroEnergyConversionKind.js +9 -0
  632. package/dist/model/generation/HydroEnergyConversionKind.js.map +1 -0
  633. package/dist/model/generation/HydroGeneratingUnit.d.ts +8 -0
  634. package/dist/model/generation/HydroGeneratingUnit.js +11 -0
  635. package/dist/model/generation/HydroGeneratingUnit.js.map +1 -0
  636. package/dist/model/generation/HydroPlantStorageKind.d.ts +5 -0
  637. package/dist/model/generation/HydroPlantStorageKind.js +10 -0
  638. package/dist/model/generation/HydroPlantStorageKind.js.map +1 -0
  639. package/dist/model/generation/HydroPowerPlant.d.ts +8 -0
  640. package/dist/model/generation/HydroPowerPlant.js +13 -0
  641. package/dist/model/generation/HydroPowerPlant.js.map +1 -0
  642. package/dist/model/generation/HydroPump.d.ts +8 -0
  643. package/dist/model/generation/HydroPump.js +11 -0
  644. package/dist/model/generation/HydroPump.js.map +1 -0
  645. package/dist/model/generation/NuclearGeneratingUnit.d.ts +4 -0
  646. package/dist/model/generation/NuclearGeneratingUnit.js +11 -0
  647. package/dist/model/generation/NuclearGeneratingUnit.js.map +1 -0
  648. package/dist/model/generation/SolarGeneratingUnit.d.ts +4 -0
  649. package/dist/model/generation/SolarGeneratingUnit.js +11 -0
  650. package/dist/model/generation/SolarGeneratingUnit.js.map +1 -0
  651. package/dist/model/generation/ThermalGeneratingUnit.d.ts +11 -0
  652. package/dist/model/generation/ThermalGeneratingUnit.js +36 -0
  653. package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -0
  654. package/dist/model/generation/WindGenUnitKind.d.ts +4 -0
  655. package/dist/model/generation/WindGenUnitKind.js +9 -0
  656. package/dist/model/generation/WindGenUnitKind.js.map +1 -0
  657. package/dist/model/generation/WindGeneratingUnit.d.ts +6 -0
  658. package/dist/model/generation/WindGeneratingUnit.js +11 -0
  659. package/dist/model/generation/WindGeneratingUnit.js.map +1 -0
  660. package/dist/model/loadmodel/ConformLoad.d.ts +8 -0
  661. package/dist/model/loadmodel/ConformLoad.js +30 -0
  662. package/dist/model/loadmodel/ConformLoad.js.map +1 -0
  663. package/dist/model/model/Model.d.ts +293 -0
  664. package/dist/model/model/Model.js +792 -0
  665. package/dist/model/model/Model.js.map +1 -0
  666. package/dist/model/operationallimits/CurrentLimit.d.ts +17 -0
  667. package/dist/model/operationallimits/CurrentLimit.js +79 -0
  668. package/dist/model/operationallimits/CurrentLimit.js.map +1 -0
  669. package/dist/model/operationallimits/ENTSOEOperationalLimitType.d.ts +5 -0
  670. package/dist/model/operationallimits/ENTSOEOperationalLimitType.js +10 -0
  671. package/dist/model/operationallimits/ENTSOEOperationalLimitType.js.map +1 -0
  672. package/dist/model/operationallimits/LimitTypeKind.d.ts +9 -0
  673. package/dist/model/operationallimits/LimitTypeKind.js +14 -0
  674. package/dist/model/operationallimits/LimitTypeKind.js.map +1 -0
  675. package/dist/model/operationallimits/OperationalLimit.d.ts +15 -0
  676. package/dist/model/operationallimits/OperationalLimit.js +62 -0
  677. package/dist/model/operationallimits/OperationalLimit.js.map +1 -0
  678. package/dist/model/operationallimits/OperationalLimitDirectionKind.d.ts +5 -0
  679. package/dist/model/operationallimits/OperationalLimitDirectionKind.js +10 -0
  680. package/dist/model/operationallimits/OperationalLimitDirectionKind.js.map +1 -0
  681. package/dist/model/operationallimits/OperationalLimitSet.d.ts +23 -0
  682. package/dist/model/operationallimits/OperationalLimitSet.js +104 -0
  683. package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -0
  684. package/dist/model/operationallimits/OperationalLimitType.d.ts +20 -0
  685. package/dist/model/operationallimits/OperationalLimitType.js +74 -0
  686. package/dist/model/operationallimits/OperationalLimitType.js.map +1 -0
  687. package/dist/model/operations/Outage.d.ts +18 -0
  688. package/dist/model/operations/Outage.js +48 -0
  689. package/dist/model/operations/Outage.js.map +1 -0
  690. package/dist/model/operations/SwitchAction.d.ts +6 -0
  691. package/dist/model/operations/SwitchAction.js +11 -0
  692. package/dist/model/operations/SwitchAction.js.map +1 -0
  693. package/dist/model/operations/SwitchActionKind.d.ts +6 -0
  694. package/dist/model/operations/SwitchActionKind.js +11 -0
  695. package/dist/model/operations/SwitchActionKind.js.map +1 -0
  696. package/dist/model/operations/SwitchingAction.d.ts +14 -0
  697. package/dist/model/operations/SwitchingAction.js +32 -0
  698. package/dist/model/operations/SwitchingAction.js.map +1 -0
  699. package/dist/model/operations/SwitchingPlan.d.ts +26 -0
  700. package/dist/model/operations/SwitchingPlan.js +102 -0
  701. package/dist/model/operations/SwitchingPlan.js.map +1 -0
  702. package/dist/model/operations/UnplannedOutage.d.ts +4 -0
  703. package/dist/model/operations/UnplannedOutage.js +11 -0
  704. package/dist/model/operations/UnplannedOutage.js.map +1 -0
  705. package/dist/model/statevariables/StateVariable.d.ts +9 -0
  706. package/dist/model/statevariables/StateVariable.js +23 -0
  707. package/dist/model/statevariables/StateVariable.js.map +1 -0
  708. package/dist/model/statevariables/SvPowerFlow.d.ts +17 -0
  709. package/dist/model/statevariables/SvPowerFlow.js +60 -0
  710. package/dist/model/statevariables/SvPowerFlow.js.map +1 -0
  711. package/dist/model/statevariables/SvStatus.d.ts +12 -0
  712. package/dist/model/statevariables/SvStatus.js +45 -0
  713. package/dist/model/statevariables/SvStatus.js.map +1 -0
  714. package/dist/model/statevariables/SvTapStep.d.ts +12 -0
  715. package/dist/model/statevariables/SvTapStep.js +46 -0
  716. package/dist/model/statevariables/SvTapStep.js.map +1 -0
  717. package/dist/model/statevariables/SvVoltage.d.ts +16 -0
  718. package/dist/model/statevariables/SvVoltage.js +60 -0
  719. package/dist/model/statevariables/SvVoltage.js.map +1 -0
  720. package/dist/model/topology/TopologicalIsland.d.ts +13 -0
  721. package/dist/model/topology/TopologicalIsland.js +50 -0
  722. package/dist/model/topology/TopologicalIsland.js.map +1 -0
  723. package/dist/model/topology/TopologicalNode.d.ts +40 -0
  724. package/dist/model/topology/TopologicalNode.js +152 -0
  725. package/dist/model/topology/TopologicalNode.js.map +1 -0
  726. package/dist/model/wires/ACLineSegment.d.ts +33 -0
  727. package/dist/model/wires/ACLineSegment.js +206 -0
  728. package/dist/model/wires/ACLineSegment.js.map +1 -0
  729. package/dist/model/wires/AsynchronousMachine.d.ts +19 -0
  730. package/dist/model/wires/AsynchronousMachine.js +42 -0
  731. package/dist/model/wires/AsynchronousMachine.js.map +1 -0
  732. package/dist/model/wires/AsynchronousMachineKind.d.ts +4 -0
  733. package/dist/model/wires/AsynchronousMachineKind.js +9 -0
  734. package/dist/model/wires/AsynchronousMachineKind.js.map +1 -0
  735. package/dist/model/wires/Breaker.d.ts +12 -0
  736. package/dist/model/wires/Breaker.js +76 -0
  737. package/dist/model/wires/Breaker.js.map +1 -0
  738. package/dist/model/wires/BusbarSection.d.ts +12 -0
  739. package/dist/model/wires/BusbarSection.js +64 -0
  740. package/dist/model/wires/BusbarSection.js.map +1 -0
  741. package/dist/model/wires/Clamp.d.ts +6 -0
  742. package/dist/model/wires/Clamp.js +35 -0
  743. package/dist/model/wires/Clamp.js.map +1 -0
  744. package/dist/model/wires/CompositeSwitch.d.ts +5 -0
  745. package/dist/model/wires/CompositeSwitch.js +12 -0
  746. package/dist/model/wires/CompositeSwitch.js.map +1 -0
  747. package/dist/model/wires/Conductor.d.ts +13 -0
  748. package/dist/model/wires/Conductor.js +45 -0
  749. package/dist/model/wires/Conductor.js.map +1 -0
  750. package/dist/model/wires/Connector.d.ts +5 -0
  751. package/dist/model/wires/Connector.js +17 -0
  752. package/dist/model/wires/Connector.js.map +1 -0
  753. package/dist/model/wires/Cut.d.ts +4 -0
  754. package/dist/model/wires/Cut.js +11 -0
  755. package/dist/model/wires/Cut.js.map +1 -0
  756. package/dist/model/wires/Disconnector.d.ts +18 -0
  757. package/dist/model/wires/Disconnector.js +106 -0
  758. package/dist/model/wires/Disconnector.js.map +1 -0
  759. package/dist/model/wires/EarthFaultCompensator.d.ts +7 -0
  760. package/dist/model/wires/EarthFaultCompensator.js +19 -0
  761. package/dist/model/wires/EarthFaultCompensator.js.map +1 -0
  762. package/dist/model/wires/EnergyConsumer.d.ts +37 -0
  763. package/dist/model/wires/EnergyConsumer.js +189 -0
  764. package/dist/model/wires/EnergyConsumer.js.map +1 -0
  765. package/dist/model/wires/EnergySource.d.ts +41 -0
  766. package/dist/model/wires/EnergySource.js +198 -0
  767. package/dist/model/wires/EnergySource.js.map +1 -0
  768. package/dist/model/wires/ExternalNetworkInjection.d.ts +46 -0
  769. package/dist/model/wires/ExternalNetworkInjection.js +195 -0
  770. package/dist/model/wires/ExternalNetworkInjection.js.map +1 -0
  771. package/dist/model/wires/Ground.d.ts +8 -0
  772. package/dist/model/wires/Ground.js +38 -0
  773. package/dist/model/wires/Ground.js.map +1 -0
  774. package/dist/model/wires/GroundDisconnector.d.ts +8 -0
  775. package/dist/model/wires/GroundDisconnector.js +38 -0
  776. package/dist/model/wires/GroundDisconnector.js.map +1 -0
  777. package/dist/model/wires/Jumper.d.ts +4 -0
  778. package/dist/model/wires/Jumper.js +11 -0
  779. package/dist/model/wires/Jumper.js.map +1 -0
  780. package/dist/model/wires/Junction.d.ts +10 -0
  781. package/dist/model/wires/Junction.js +51 -0
  782. package/dist/model/wires/Junction.js.map +1 -0
  783. package/dist/model/wires/Line.d.ts +20 -0
  784. package/dist/model/wires/Line.js +101 -0
  785. package/dist/model/wires/Line.js.map +1 -0
  786. package/dist/model/wires/LoadBreakSwitch.d.ts +16 -0
  787. package/dist/model/wires/LoadBreakSwitch.js +93 -0
  788. package/dist/model/wires/LoadBreakSwitch.js.map +1 -0
  789. package/dist/model/wires/PetersenCoil.d.ts +19 -0
  790. package/dist/model/wires/PetersenCoil.js +71 -0
  791. package/dist/model/wires/PetersenCoil.js.map +1 -0
  792. package/dist/model/wires/PetersenCoilModeKind.d.ts +5 -0
  793. package/dist/model/wires/PetersenCoilModeKind.js +10 -0
  794. package/dist/model/wires/PetersenCoilModeKind.js.map +1 -0
  795. package/dist/model/wires/Plant.d.ts +5 -0
  796. package/dist/model/wires/Plant.js +12 -0
  797. package/dist/model/wires/Plant.js.map +1 -0
  798. package/dist/model/wires/PowerTransformer.d.ts +30 -0
  799. package/dist/model/wires/PowerTransformer.js +170 -0
  800. package/dist/model/wires/PowerTransformer.js.map +1 -0
  801. package/dist/model/wires/PowerTransformerEnd.d.ts +33 -0
  802. package/dist/model/wires/PowerTransformerEnd.js +147 -0
  803. package/dist/model/wires/PowerTransformerEnd.js.map +1 -0
  804. package/dist/model/wires/ProtectedSwitch.d.ts +4 -0
  805. package/dist/model/wires/ProtectedSwitch.js +11 -0
  806. package/dist/model/wires/ProtectedSwitch.js.map +1 -0
  807. package/dist/model/wires/RatioTapChanger.d.ts +15 -0
  808. package/dist/model/wires/RatioTapChanger.js +64 -0
  809. package/dist/model/wires/RatioTapChanger.js.map +1 -0
  810. package/dist/model/wires/RatioTapChangerTable.d.ts +10 -0
  811. package/dist/model/wires/RatioTapChangerTable.js +30 -0
  812. package/dist/model/wires/RatioTapChangerTable.js.map +1 -0
  813. package/dist/model/wires/RatioTapChangerTablePoint.d.ts +11 -0
  814. package/dist/model/wires/RatioTapChangerTablePoint.js +42 -0
  815. package/dist/model/wires/RatioTapChangerTablePoint.js.map +1 -0
  816. package/dist/model/wires/ReactiveCapabilityCurve.d.ts +10 -0
  817. package/dist/model/wires/ReactiveCapabilityCurve.js +31 -0
  818. package/dist/model/wires/ReactiveCapabilityCurve.js.map +1 -0
  819. package/dist/model/wires/Recloser.d.ts +6 -0
  820. package/dist/model/wires/Recloser.js +35 -0
  821. package/dist/model/wires/Recloser.js.map +1 -0
  822. package/dist/model/wires/RegulatingCondEq.d.ts +15 -0
  823. package/dist/model/wires/RegulatingCondEq.js +55 -0
  824. package/dist/model/wires/RegulatingCondEq.js.map +1 -0
  825. package/dist/model/wires/RegulatingControl.d.ts +32 -0
  826. package/dist/model/wires/RegulatingControl.js +139 -0
  827. package/dist/model/wires/RegulatingControl.js.map +1 -0
  828. package/dist/model/wires/RegulatingControlModeKind.d.ts +10 -0
  829. package/dist/model/wires/RegulatingControlModeKind.js +15 -0
  830. package/dist/model/wires/RegulatingControlModeKind.js.map +1 -0
  831. package/dist/model/wires/RotatingMachine.d.ts +27 -0
  832. package/dist/model/wires/RotatingMachine.js +112 -0
  833. package/dist/model/wires/RotatingMachine.js.map +1 -0
  834. package/dist/model/wires/SeriesCompensator.d.ts +7 -0
  835. package/dist/model/wires/SeriesCompensator.js +41 -0
  836. package/dist/model/wires/SeriesCompensator.js.map +1 -0
  837. package/dist/model/wires/ShortCircuitRotorKind.d.ts +6 -0
  838. package/dist/model/wires/ShortCircuitRotorKind.js +11 -0
  839. package/dist/model/wires/ShortCircuitRotorKind.js.map +1 -0
  840. package/dist/model/wires/Switch.d.ts +33 -0
  841. package/dist/model/wires/Switch.js +166 -0
  842. package/dist/model/wires/Switch.js.map +1 -0
  843. package/dist/model/wires/SynchronousMachine.d.ts +50 -0
  844. package/dist/model/wires/SynchronousMachine.js +193 -0
  845. package/dist/model/wires/SynchronousMachine.js.map +1 -0
  846. package/dist/model/wires/SynchronousMachineKind.d.ts +9 -0
  847. package/dist/model/wires/SynchronousMachineKind.js +14 -0
  848. package/dist/model/wires/SynchronousMachineKind.js.map +1 -0
  849. package/dist/model/wires/SynchronousMachineOperatingMode.d.ts +5 -0
  850. package/dist/model/wires/SynchronousMachineOperatingMode.js +10 -0
  851. package/dist/model/wires/SynchronousMachineOperatingMode.js.map +1 -0
  852. package/dist/model/wires/TapChanger.d.ts +19 -0
  853. package/dist/model/wires/TapChanger.js +41 -0
  854. package/dist/model/wires/TapChanger.js.map +1 -0
  855. package/dist/model/wires/TapChangerControl.d.ts +9 -0
  856. package/dist/model/wires/TapChangerControl.js +28 -0
  857. package/dist/model/wires/TapChangerControl.js.map +1 -0
  858. package/dist/model/wires/TapChangerTablePoint.d.ts +12 -0
  859. package/dist/model/wires/TapChangerTablePoint.js +34 -0
  860. package/dist/model/wires/TapChangerTablePoint.js.map +1 -0
  861. package/dist/model/wires/TransformerControlMode.d.ts +4 -0
  862. package/dist/model/wires/TransformerControlMode.js +9 -0
  863. package/dist/model/wires/TransformerControlMode.js.map +1 -0
  864. package/dist/model/wires/TransformerEnd.d.ts +31 -0
  865. package/dist/model/wires/TransformerEnd.js +108 -0
  866. package/dist/model/wires/TransformerEnd.js.map +1 -0
  867. package/dist/model/wires/WindingConnection.d.ts +9 -0
  868. package/dist/model/wires/WindingConnection.js +14 -0
  869. package/dist/model/wires/WindingConnection.js.map +1 -0
  870. package/dist/package.json +16 -0
  871. package/dist/util/datatype-converter.d.ts +3 -0
  872. package/dist/util/datatype-converter.js +49 -0
  873. package/dist/util/datatype-converter.js.map +1 -0
  874. package/dist/util/sparql/sparql-building-block.d.ts +15 -0
  875. package/dist/util/sparql/sparql-building-block.js +31 -0
  876. package/dist/util/sparql/sparql-building-block.js.map +1 -0
  877. package/dist/util/sparql/sparql-utils.d.ts +3 -0
  878. package/dist/util/sparql/sparql-utils.js +28 -0
  879. package/dist/util/sparql/sparql-utils.js.map +1 -0
  880. package/dist/util/util-create.d.ts +11 -0
  881. package/dist/util/util-create.js +113 -0
  882. package/dist/util/util-create.js.map +1 -0
  883. package/dist/util/util-search.d.ts +8 -0
  884. package/dist/util/util-search.js +41 -0
  885. package/dist/util/util-search.js.map +1 -0
  886. package/dist/util/util-topology.d.ts +14 -0
  887. package/dist/util/util-topology.js +144 -0
  888. package/dist/util/util-topology.js.map +1 -0
  889. package/dist/util/utils.d.ts +25 -0
  890. package/dist/util/utils.js +221 -0
  891. package/dist/util/utils.js.map +1 -0
  892. package/dist/util/xml/utils.parser.d.ts +3 -0
  893. package/dist/util/xml/utils.parser.js +32 -0
  894. package/dist/util/xml/utils.parser.js.map +1 -0
  895. package/dist/util/xml/xml.parser.d.ts +16 -0
  896. package/dist/util/xml/xml.parser.js +98 -0
  897. package/dist/util/xml/xml.parser.js.map +1 -0
  898. package/dist/util/xml/xml.serializer.d.ts +12 -0
  899. package/dist/util/xml/xml.serializer.js +135 -0
  900. package/dist/util/xml/xml.serializer.js.map +1 -0
  901. package/jasmine/jasmine_all.json +13 -0
  902. package/jasmine/jasmine_fuseki_interface.json +13 -0
  903. package/jasmine/jasmine_fuseki_psdm.json +13 -0
  904. package/jasmine/jasmine_integral_7.json +13 -0
  905. package/jasmine/jasmine_psdm.json +13 -0
  906. package/package.json +73 -0
  907. package/src/config/lew-sincal/lew-sincal-load.config.ts +58 -0
  908. package/src/config/power-system-datamodel/psdm-load.config.ts +57 -0
  909. package/src/config/westnetz-integral7/integral7-load.config.ts +53 -0
  910. package/src/config/westnetz-neplan/callbacks/cb-connectivitynode.ts +159 -0
  911. package/src/config/westnetz-neplan/callbacks/cb-psr.ts +30 -0
  912. package/src/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.ts +70 -0
  913. package/src/config/westnetz-neplan/neplan-load.config.ts +130 -0
  914. package/src/config/westnetz-neplan/property-handler-westenergy.config.ts +52 -0
  915. package/src/constants/cim-class-definition.ts +149 -0
  916. package/src/constants/cim-class-names.ts +108 -0
  917. package/src/constants/cim-constants.ts +5 -0
  918. package/src/constants/init-data/ASSET_HEALTH_EVENTS.ts +45 -0
  919. package/src/constants/init-data/ASSSET_OWNER.ts +11 -0
  920. package/src/constants/init-data/JENA_SPARQL.ts +328 -0
  921. package/src/constants/init-data/PSR_TYPES.ts +75 -0
  922. package/src/constants/init-data/xml/AssetHealtEvent.xml +45 -0
  923. package/src/constants/init-data/xml/AssetOwner.xml +11 -0
  924. package/src/constants/init-data/xml/PsrType.xml +80 -0
  925. package/src/constants/rdf-xml.ts +52 -0
  926. package/src/converter/PSDM/ConverterPowerSystemDataModel.ts +546 -0
  927. package/src/converter/PSDM/model/FixedFeedIn.ts +28 -0
  928. package/src/converter/PSDM/model/Line.ts +39 -0
  929. package/src/converter/PSDM/model/LineType.ts +29 -0
  930. package/src/converter/PSDM/model/Load.ts +38 -0
  931. package/src/converter/PSDM/model/Node.ts +16 -0
  932. package/src/converter/PSDM/model/TimeSeriesMapping.ts +13 -0
  933. package/src/converter/PSDM/model/Transformer.ts +34 -0
  934. package/src/converter/PSDM/model/TransformerType.ts +49 -0
  935. package/src/converter/PSDM/model/geo/Crs.ts +4 -0
  936. package/src/converter/PSDM/model/geo/GeoPosition.ts +7 -0
  937. package/src/converter/integral7/ConverterIntegral7.ts +3508 -0
  938. package/src/converter/integral7/config/db-config.ts +12 -0
  939. package/src/converter/integral7/config/generation-unit-fuel-types.ts +51 -0
  940. package/src/converter/integral7/config/integral-prefix.ts +20 -0
  941. package/src/converter/integral7/model/integral/BaseClass.ts +28 -0
  942. package/src/converter/integral7/model/integral/BaseClassNsg.ts +21 -0
  943. package/src/converter/integral7/model/integral/KnotenSo.ts +41 -0
  944. package/src/converter/integral7/model/integral/KnotenSoNsg.ts +24 -0
  945. package/src/converter/integral7/model/integral/Leitung.ts +73 -0
  946. package/src/converter/integral7/model/integral/LeitungNsg.ts +46 -0
  947. package/src/converter/integral7/model/integral/Point.ts +14 -0
  948. package/src/converter/integral7/model/integral/Schaltanlage.ts +151 -0
  949. package/src/converter/integral7/model/integral/SchaltanlageNSG.ts +30 -0
  950. package/src/converter/integral7/model/integral/Schaltanlagenabschnitt.ts +44 -0
  951. package/src/converter/integral7/model/integral/SchaltanlagenabschnittNsg.ts +27 -0
  952. package/src/converter/integral7/model/integral/Schaltfeld.ts +116 -0
  953. package/src/converter/integral7/model/integral/SchaltfeldNsg.ts +35 -0
  954. package/src/converter/integral7/model/integral/Standort.ts +53 -0
  955. package/src/converter/integral7/model/integral/StandortNsg.ts +24 -0
  956. package/src/converter/integral7/model/integral/Trafo2w.ts +22 -0
  957. package/src/converter/integral7/model/integral/Trafo2wNsg.ts +13 -0
  958. package/src/converter/integral7/model/interfaces.ts +443 -0
  959. package/src/converter/integral7/sql/integral.sql.ts +319 -0
  960. package/src/converter/integral7/utils-schema.ts +50 -0
  961. package/src/converter/integral7/utils-trafo3w.ts +321 -0
  962. package/src/converter/integral7/utils.ts +653 -0
  963. package/src/etl-neplan/etl-neplan-contingency-analysis.ts +170 -0
  964. package/src/etl-neplan/etl-neplan-feederline.ts +138 -0
  965. package/src/etl-neplan/etl-neplan.ts +343 -0
  966. package/src/index.ts +291 -0
  967. package/src/interfaces/model/assets/IAsset.ts +5 -0
  968. package/src/interfaces/model/assets/IAssetContainer.ts +5 -0
  969. package/src/interfaces/model/assets/IFacility.ts +5 -0
  970. package/src/interfaces/model/common/IDocument.ts +5 -0
  971. package/src/interfaces/model/core/IACDCTerminal.ts +8 -0
  972. package/src/interfaces/model/core/IBaseVoltage.ts +7 -0
  973. package/src/interfaces/model/core/IConductingEquipment.ts +16 -0
  974. package/src/interfaces/model/core/IConnectivityNode.ts +27 -0
  975. package/src/interfaces/model/core/IConnectivityNodeContainer.ts +11 -0
  976. package/src/interfaces/model/core/IEquipment.ts +11 -0
  977. package/src/interfaces/model/core/IEquipmentContainer.ts +12 -0
  978. package/src/interfaces/model/core/IFeeder.ts +21 -0
  979. package/src/interfaces/model/core/IIdentifiedObject.ts +108 -0
  980. package/src/interfaces/model/core/IPowerSystemResource.ts +3 -0
  981. package/src/interfaces/model/core/ISubstation.ts +8 -0
  982. package/src/interfaces/model/core/ITerminal.ts +57 -0
  983. package/src/interfaces/model/core/IVoltageLevel.ts +14 -0
  984. package/src/interfaces/model/diagram/IDiagram.ts +21 -0
  985. package/src/interfaces/model/diagram/IDiagramObject.ts +21 -0
  986. package/src/interfaces/model/diagram/IDiagramObjectPoint.ts +16 -0
  987. package/src/interfaces/model/domain/IActivePower.ts +3 -0
  988. package/src/interfaces/model/domain/IAngleDegrees.ts +3 -0
  989. package/src/interfaces/model/domain/IApparentPower.ts +3 -0
  990. package/src/interfaces/model/domain/ICurrentFlow.ts +3 -0
  991. package/src/interfaces/model/domain/IDataType.ts +9 -0
  992. package/src/interfaces/model/domain/IReactivePower.ts +3 -0
  993. package/src/interfaces/model/domain/IVoltage.ts +3 -0
  994. package/src/interfaces/model/domain/UnitMultiplier.ts +13 -0
  995. package/src/interfaces/model/domain/UnitSymbol.ts +30 -0
  996. package/src/interfaces/model/enums/EnumShapeInfo.ts +5 -0
  997. package/src/interfaces/model/faults/IFault.ts +11 -0
  998. package/src/interfaces/model/model/IModel.ts +91 -0
  999. package/src/interfaces/model/operations/IOutage.ts +23 -0
  1000. package/src/interfaces/model/operations/ISwitchingAction.ts +9 -0
  1001. package/src/interfaces/model/operations/ISwitchingPlan.ts +26 -0
  1002. package/src/interfaces/model/statevariables/ISvPowerFlow.ts +20 -0
  1003. package/src/interfaces/model/statevariables/ISvVoltage.ts +16 -0
  1004. package/src/interfaces/model/topology/ITopologicalIsland.ts +11 -0
  1005. package/src/interfaces/model/topology/ITopologicalNode.ts +24 -0
  1006. package/src/interfaces/model/wires/IACLineSegment.ts +4 -0
  1007. package/src/interfaces/model/wires/IBusbarSection.ts +4 -0
  1008. package/src/interfaces/model/wires/ICompositeSwitch.ts +6 -0
  1009. package/src/interfaces/model/wires/IConductor.ts +6 -0
  1010. package/src/interfaces/model/wires/IConnector.ts +5 -0
  1011. package/src/interfaces/model/wires/IDisconnector.ts +4 -0
  1012. package/src/interfaces/model/wires/IEnergyConsumer.ts +7 -0
  1013. package/src/interfaces/model/wires/IEnergySource.ts +20 -0
  1014. package/src/interfaces/model/wires/IExternalNetworkInjection.ts +34 -0
  1015. package/src/interfaces/model/wires/ILoadBreakSwitch.ts +4 -0
  1016. package/src/interfaces/model/wires/IPowerTransformer.ts +7 -0
  1017. package/src/interfaces/model/wires/IPowerTransformerEnd.ts +10 -0
  1018. package/src/interfaces/model/wires/IProtectedSwitch.ts +4 -0
  1019. package/src/interfaces/model/wires/IRegulatingCondEq.ts +4 -0
  1020. package/src/interfaces/model/wires/ISwitch.ts +11 -0
  1021. package/src/interfaces/model/wires/ITransformerEnd.ts +14 -0
  1022. package/src/interfaces/observable/IObservable.ts +6 -0
  1023. package/src/interfaces/observable/IObserver.ts +3 -0
  1024. package/src/interfaces/persistence-interfaces.ts +12 -0
  1025. package/src/interfaces/schema-settings/ShapeInfos.ts +28 -0
  1026. package/src/model/assetinfo/AssetInfo.ts +13 -0
  1027. package/src/model/assetinfo/CableInfo.ts +8 -0
  1028. package/src/model/assetinfo/OverheadWireInfo.ts +8 -0
  1029. package/src/model/assetinfo/PowerTransformer2WInfo.ts +13 -0
  1030. package/src/model/assetinfo/PowerTransformer3WInfo.ts +18 -0
  1031. package/src/model/assetinfo/PowerTransformerInfo.ts +14 -0
  1032. package/src/model/assetinfo/TapChangerInfo.ts +60 -0
  1033. package/src/model/assetinfo/TransformerEndInfo.ts +38 -0
  1034. package/src/model/assetinfo/WireInfo.ts +22 -0
  1035. package/src/model/assets/AggregateScore.ts +9 -0
  1036. package/src/model/assets/AnalyticScore.ts +41 -0
  1037. package/src/model/assets/Asset.ts +164 -0
  1038. package/src/model/assets/AssetContainer.ts +11 -0
  1039. package/src/model/assets/AssetDeployment.ts +122 -0
  1040. package/src/model/assets/AssetHealthEvent.ts +73 -0
  1041. package/src/model/assets/AssetOrganisationRole.ts +51 -0
  1042. package/src/model/assets/AssetOwner.ts +54 -0
  1043. package/src/model/assets/DeploymentDate.ts +20 -0
  1044. package/src/model/assets/DeploymentStateKind.ts +7 -0
  1045. package/src/model/assets/Facility.ts +107 -0
  1046. package/src/model/assets/FacilityKind.ts +9 -0
  1047. package/src/model/assets/HealthScore.ts +59 -0
  1048. package/src/model/assets/LifecycleDate.ts +17 -0
  1049. package/src/model/assets/RiskScore.ts +7 -0
  1050. package/src/model/assets/TransformerApplicationKind.ts +6 -0
  1051. package/src/model/common/ActivityRecord.ts +93 -0
  1052. package/src/model/common/CoordinateSystem.ts +81 -0
  1053. package/src/model/common/Document.ts +9 -0
  1054. package/src/model/common/Location.ts +237 -0
  1055. package/src/model/common/OrganisationRole.ts +7 -0
  1056. package/src/model/common/PositionPoint.ts +121 -0
  1057. package/src/model/common/Status.ts +11 -0
  1058. package/src/model/core/ACDCTerminal.ts +63 -0
  1059. package/src/model/core/BaseVoltage.ts +129 -0
  1060. package/src/model/core/Bay.ts +178 -0
  1061. package/src/model/core/ConductingEquipment.ts +182 -0
  1062. package/src/model/core/ConnectivityNode.ts +417 -0
  1063. package/src/model/core/ConnectivityNodeContainer.ts +26 -0
  1064. package/src/model/core/Curve.ts +55 -0
  1065. package/src/model/core/CurveData.ts +74 -0
  1066. package/src/model/core/CurveStyle.ts +4 -0
  1067. package/src/model/core/Equipment.ts +184 -0
  1068. package/src/model/core/EquipmentContainer.ts +40 -0
  1069. package/src/model/core/Feeder.ts +186 -0
  1070. package/src/model/core/GeographicalRegion.ts +34 -0
  1071. package/src/model/core/IdentifiedObject.ts +393 -0
  1072. package/src/model/core/PSRType.ts +167 -0
  1073. package/src/model/core/PhaseCode.ts +23 -0
  1074. package/src/model/core/PowerSystemResource.ts +113 -0
  1075. package/src/model/core/SubGeographicalRegion.ts +58 -0
  1076. package/src/model/core/Substation.ts +284 -0
  1077. package/src/model/core/Terminal.ts +413 -0
  1078. package/src/model/core/VoltageLevel.ts +193 -0
  1079. package/src/model/diagram/Diagram.ts +136 -0
  1080. package/src/model/diagram/DiagramObject.ts +338 -0
  1081. package/src/model/diagram/DiagramObjectPoint.ts +196 -0
  1082. package/src/model/diagram/DiagramStyle.ts +32 -0
  1083. package/src/model/diagram/OrientationKind.ts +4 -0
  1084. package/src/model/domain/ActivePower.ts +14 -0
  1085. package/src/model/domain/AngleDegrees.ts +14 -0
  1086. package/src/model/domain/ApparentPower.ts +14 -0
  1087. package/src/model/domain/Capacitance.ts +15 -0
  1088. package/src/model/domain/CapacitancePerLength.ts +15 -0
  1089. package/src/model/domain/ConductancePerLength.ts +14 -0
  1090. package/src/model/domain/CurrentFlow.ts +14 -0
  1091. package/src/model/domain/Reactance.ts +15 -0
  1092. package/src/model/domain/ReactancePerLength.ts +14 -0
  1093. package/src/model/domain/ReactivePower.ts +14 -0
  1094. package/src/model/domain/Resistance.ts +14 -0
  1095. package/src/model/domain/ResistancePerLength.ts +14 -0
  1096. package/src/model/domain/UnitMultiplier.ts +13 -0
  1097. package/src/model/domain/UnitSymbol.ts +30 -0
  1098. package/src/model/domain/Voltage.ts +14 -0
  1099. package/src/model/equivalents/EquivalentBranch.ts +203 -0
  1100. package/src/model/equivalents/EquivalentEquipment.ts +8 -0
  1101. package/src/model/extensions/amprion/core/AMPRIONBay.ts +106 -0
  1102. package/src/model/extensions/amprion/core/AMPRIONConnectivityNode.ts +51 -0
  1103. package/src/model/extensions/enervance/assets/EVImportanceScore.ts +58 -0
  1104. package/src/model/extensions/enervance/core/EVTerminal.ts +63 -0
  1105. package/src/model/extensions/enervance/operations/EVTerminalAction.ts +148 -0
  1106. package/src/model/extensions/neplan-westnetz/assets/WNFacility.ts +122 -0
  1107. package/src/model/extensions/neplan-westnetz/core/WNConnectivityNode.ts +344 -0
  1108. package/src/model/extensions/neplan-westnetz/core/WNFeeder.ts +115 -0
  1109. package/src/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.ts +113 -0
  1110. package/src/model/extensions/neplan-westnetz/operations/WNOutage.ts +111 -0
  1111. package/src/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.ts +451 -0
  1112. package/src/model/faults/EquipmentFault.ts +9 -0
  1113. package/src/model/faults/Fault.ts +41 -0
  1114. package/src/model/faults/LineFault.ts +10 -0
  1115. package/src/model/generation/FossilFuel.ts +53 -0
  1116. package/src/model/generation/FuelType.ts +8 -0
  1117. package/src/model/generation/GeneratingUnit.ts +157 -0
  1118. package/src/model/generation/GeneratorControlSource.ts +6 -0
  1119. package/src/model/generation/HydroEnergyConversionKind.ts +4 -0
  1120. package/src/model/generation/HydroGeneratingUnit.ts +14 -0
  1121. package/src/model/generation/HydroPlantStorageKind.ts +5 -0
  1122. package/src/model/generation/HydroPowerPlant.ts +13 -0
  1123. package/src/model/generation/HydroPump.ts +13 -0
  1124. package/src/model/generation/NuclearGeneratingUnit.ts +8 -0
  1125. package/src/model/generation/SolarGeneratingUnit.ts +8 -0
  1126. package/src/model/generation/ThermalGeneratingUnit.ts +42 -0
  1127. package/src/model/generation/WindGenUnitKind.ts +4 -0
  1128. package/src/model/generation/WindGeneratingUnit.ts +11 -0
  1129. package/src/model/loadmodel/ConformLoad.ts +34 -0
  1130. package/src/model/model/Model.ts +1129 -0
  1131. package/src/model/operationallimits/CurrentLimit.ts +92 -0
  1132. package/src/model/operationallimits/ENTSOEOperationalLimitType.ts +5 -0
  1133. package/src/model/operationallimits/LimitTypeKind.ts +9 -0
  1134. package/src/model/operationallimits/OperationalLimit.ts +68 -0
  1135. package/src/model/operationallimits/OperationalLimitDirectionKind.ts +5 -0
  1136. package/src/model/operationallimits/OperationalLimitSet.ts +124 -0
  1137. package/src/model/operationallimits/OperationalLimitType.ts +94 -0
  1138. package/src/model/operations/Outage.ts +68 -0
  1139. package/src/model/operations/SwitchAction.ts +12 -0
  1140. package/src/model/operations/SwitchActionKind.ts +6 -0
  1141. package/src/model/operations/SwitchingAction.ts +43 -0
  1142. package/src/model/operations/SwitchingPlan.ts +141 -0
  1143. package/src/model/operations/UnplannedOutage.ts +9 -0
  1144. package/src/model/statevariables/StateVariable.ts +28 -0
  1145. package/src/model/statevariables/SvPowerFlow.ts +75 -0
  1146. package/src/model/statevariables/SvStatus.ts +51 -0
  1147. package/src/model/statevariables/SvTapStep.ts +54 -0
  1148. package/src/model/statevariables/SvVoltage.ts +74 -0
  1149. package/src/model/topology/TopologicalIsland.ts +57 -0
  1150. package/src/model/topology/TopologicalNode.ts +203 -0
  1151. package/src/model/wires/ACLineSegment.ts +293 -0
  1152. package/src/model/wires/AsynchronousMachine.ts +56 -0
  1153. package/src/model/wires/AsynchronousMachineKind.ts +5 -0
  1154. package/src/model/wires/Breaker.ts +82 -0
  1155. package/src/model/wires/BusbarSection.ts +70 -0
  1156. package/src/model/wires/Clamp.ts +33 -0
  1157. package/src/model/wires/CompositeSwitch.ts +13 -0
  1158. package/src/model/wires/Conductor.ts +55 -0
  1159. package/src/model/wires/Connector.ts +16 -0
  1160. package/src/model/wires/Cut.ts +7 -0
  1161. package/src/model/wires/Disconnector.ts +120 -0
  1162. package/src/model/wires/EarthFaultCompensator.ts +20 -0
  1163. package/src/model/wires/EnergyConsumer.ts +255 -0
  1164. package/src/model/wires/EnergySource.ts +303 -0
  1165. package/src/model/wires/ExternalNetworkInjection.ts +276 -0
  1166. package/src/model/wires/Ground.ts +40 -0
  1167. package/src/model/wires/GroundDisconnector.ts +39 -0
  1168. package/src/model/wires/Jumper.ts +8 -0
  1169. package/src/model/wires/Junction.ts +57 -0
  1170. package/src/model/wires/Line.ts +117 -0
  1171. package/src/model/wires/LoadBreakSwitch.ts +107 -0
  1172. package/src/model/wires/PetersenCoil.ts +90 -0
  1173. package/src/model/wires/PetersenCoilModeKind.ts +5 -0
  1174. package/src/model/wires/Plant.ts +12 -0
  1175. package/src/model/wires/PowerTransformer.ts +231 -0
  1176. package/src/model/wires/PowerTransformerEnd.ts +168 -0
  1177. package/src/model/wires/ProtectedSwitch.ts +9 -0
  1178. package/src/model/wires/RatioTapChanger.ts +96 -0
  1179. package/src/model/wires/RatioTapChangerTable.ts +35 -0
  1180. package/src/model/wires/RatioTapChangerTablePoint.ts +45 -0
  1181. package/src/model/wires/ReactiveCapabilityCurve.ts +35 -0
  1182. package/src/model/wires/Recloser.ts +32 -0
  1183. package/src/model/wires/RegulatingCondEq.ts +67 -0
  1184. package/src/model/wires/RegulatingControl.ts +217 -0
  1185. package/src/model/wires/RegulatingControlModeKind.ts +11 -0
  1186. package/src/model/wires/RotatingMachine.ts +172 -0
  1187. package/src/model/wires/SeriesCompensator.ts +40 -0
  1188. package/src/model/wires/ShortCircuitRotorKind.ts +6 -0
  1189. package/src/model/wires/Switch.ts +223 -0
  1190. package/src/model/wires/SynchronousMachine.ts +267 -0
  1191. package/src/model/wires/SynchronousMachineKind.ts +9 -0
  1192. package/src/model/wires/SynchronousMachineOperatingMode.ts +5 -0
  1193. package/src/model/wires/TapChanger.ts +55 -0
  1194. package/src/model/wires/TapChangerControl.ts +32 -0
  1195. package/src/model/wires/TapChangerTablePoint.ts +41 -0
  1196. package/src/model/wires/TransformerControlMode.ts +4 -0
  1197. package/src/model/wires/TransformerEnd.ts +143 -0
  1198. package/src/model/wires/WindingConnection.ts +9 -0
  1199. package/src/package.json +16 -0
  1200. package/src/util/datatype-converter.ts +48 -0
  1201. package/src/util/sparql/sparql-building-block.ts +43 -0
  1202. package/src/util/sparql/sparql-utils.ts +150 -0
  1203. package/src/util/util-create.ts +146 -0
  1204. package/src/util/util-search.ts +40 -0
  1205. package/src/util/util-topology.ts +164 -0
  1206. package/src/util/utils.ts +255 -0
  1207. package/src/util/xml/utils.parser.ts +29 -0
  1208. package/src/util/xml/xml.parser.ts +107 -0
  1209. package/src/util/xml/xml.serializer.ts +245 -0
  1210. package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan.tests.spec.ts +864 -0
  1211. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/LICENSE +617 -0
  1212. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/NOTICE +216 -0
  1213. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/README +62 -0
  1214. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-delete +725 -0
  1215. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-get +725 -0
  1216. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-head +725 -0
  1217. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-post +725 -0
  1218. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-put +725 -0
  1219. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-query +725 -0
  1220. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update +725 -0
  1221. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update-form +725 -0
  1222. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/soh +725 -0
  1223. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki +512 -0
  1224. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-backup +34 -0
  1225. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server +95 -0
  1226. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.bat +28 -0
  1227. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.jar +0 -0
  1228. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.service +59 -0
  1229. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.war +0 -0
  1230. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/config.ttl +30 -0
  1231. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/configuration/test.ttl +50 -0
  1232. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/shiro.ini +38 -0
  1233. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.dat +0 -0
  1234. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.idn +0 -0
  1235. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.dat +0 -0
  1236. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.idn +0 -0
  1237. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.dat +0 -0
  1238. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.idn +0 -0
  1239. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.dat +0 -0
  1240. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.idn +0 -0
  1241. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.dat +0 -0
  1242. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.idn +0 -0
  1243. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.dat +0 -0
  1244. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.idn +0 -0
  1245. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.dat +0 -0
  1246. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.idn +0 -0
  1247. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.dat +0 -0
  1248. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.idn +0 -0
  1249. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.dat +0 -0
  1250. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.idn +0 -0
  1251. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/journal.jrnl +0 -0
  1252. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.dat +0 -0
  1253. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.idn +0 -0
  1254. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/nodes.dat +0 -0
  1255. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.dat +0 -0
  1256. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.idn +0 -0
  1257. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.dat +0 -0
  1258. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.idn +0 -0
  1259. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixes.dat +0 -0
  1260. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.cfg +32 -0
  1261. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.lock +1 -0
  1262. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-mem +27 -0
  1263. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-service +23 -0
  1264. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb +31 -0
  1265. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-dir +30 -0
  1266. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-mem +30 -0
  1267. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2 +31 -0
  1268. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-dir +30 -0
  1269. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-mem +30 -0
  1270. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/WEB-INF/web.xml +332 -0
  1271. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/admin-logs.html +73 -0
  1272. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-select.min.css +7 -0
  1273. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.css.map +1 -0
  1274. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.min.css +7 -0
  1275. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.css.map +1 -0
  1276. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.min.css +7 -0
  1277. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.css +301 -0
  1278. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.min.css +1 -0
  1279. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/font-awesome.min.css +4 -0
  1280. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/fui.css +191 -0
  1281. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.dataTables.css +220 -0
  1282. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-noscript.css +22 -0
  1283. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui-noscript.css +17 -0
  1284. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui.css +57 -0
  1285. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload.css +36 -0
  1286. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/pivot.min.css +1 -0
  1287. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/qonsole.css +172 -0
  1288. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasqe.min.css +1 -0
  1289. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasr.min.css +1 -0
  1290. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/dataset.html +247 -0
  1291. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/documentation.html +83 -0
  1292. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/FontAwesome.otf +0 -0
  1293. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.eot +0 -0
  1294. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.svg +504 -0
  1295. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.ttf +0 -0
  1296. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.woff +0 -0
  1297. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.eot +0 -0
  1298. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.svg +229 -0
  1299. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.ttf +0 -0
  1300. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.woff +0 -0
  1301. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_disabled.png +0 -0
  1302. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled.png +0 -0
  1303. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled_hover.png +0 -0
  1304. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/favicon.ico +0 -0
  1305. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_disabled.png +0 -0
  1306. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled.png +0 -0
  1307. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled_hover.png +0 -0
  1308. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/jena-logo-notext-small.png +0 -0
  1309. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc.png +0 -0
  1310. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc_disabled.png +0 -0
  1311. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_both.png +0 -0
  1312. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc.png +0 -0
  1313. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc_disabled.png +0 -0
  1314. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/wait30.gif +0 -0
  1315. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/index.html +101 -0
  1316. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/dataset-controller.js +69 -0
  1317. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/index-controller.js +50 -0
  1318. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/manage-controller.js +39 -0
  1319. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/query-controller.js +72 -0
  1320. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/upload-controller.js +42 -0
  1321. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/validation-controller.js +38 -0
  1322. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/fui.js +33 -0
  1323. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.dataset.js +31 -0
  1324. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.index.js +24 -0
  1325. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.manage.js +27 -0
  1326. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.validation.js +24 -0
  1327. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset-stats.js +102 -0
  1328. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset.js +262 -0
  1329. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/fuseki-server.js +180 -0
  1330. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/task.js +105 -0
  1331. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/validation-options.js +85 -0
  1332. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/qonsole-config.js +27 -0
  1333. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/ping-service.js +54 -0
  1334. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/validation-service.js +98 -0
  1335. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-edit.tpl +58 -0
  1336. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-info.tpl +40 -0
  1337. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-management.tpl +62 -0
  1338. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selection-list.tpl +22 -0
  1339. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selector.tpl +15 -0
  1340. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-simple-create.tpl +85 -0
  1341. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-stats.tpl +14 -0
  1342. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/file-upload.tpl +46 -0
  1343. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/uploadable-file.tpl +23 -0
  1344. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/util/page-utils.js +33 -0
  1345. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-edit.js +205 -0
  1346. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-info.js +76 -0
  1347. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-management.js +173 -0
  1348. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selection-list.js +58 -0
  1349. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selector.js +84 -0
  1350. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-simple-create.js +102 -0
  1351. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-stats.js +41 -0
  1352. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/datasets-dropdown-list.js +43 -0
  1353. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/file-upload.js +225 -0
  1354. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/tabbed-view-manager.js +63 -0
  1355. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/uploadable-file.js +39 -0
  1356. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/validation-options.js +54 -0
  1357. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/common-config.js +94 -0
  1358. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/brace-fold.js +105 -0
  1359. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/comment-fold.js +57 -0
  1360. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldcode.js +145 -0
  1361. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldgutter.js +134 -0
  1362. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/xml-fold.js +181 -0
  1363. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone-min.js +2 -0
  1364. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.js +1581 -0
  1365. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.marionette.js +2385 -0
  1366. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap-select.min.js +8 -0
  1367. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap.min.js +6 -0
  1368. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/html5shiv.js +8 -0
  1369. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.js +9789 -0
  1370. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.min.js +6 -0
  1371. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-ui.min.js +7 -0
  1372. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.dataTables.min.js +157 -0
  1373. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.js +1426 -0
  1374. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.local.js +1428 -0
  1375. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.form.js +1278 -0
  1376. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.iframe-transport.js +214 -0
  1377. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.ui.widget.js +530 -0
  1378. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.xdomainrequest.js +90 -0
  1379. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/lib/codemirror.js +7638 -0
  1380. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/javascript/javascript.js +683 -0
  1381. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/sparql/sparql.js +160 -0
  1382. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/turtle/turtle.js +160 -0
  1383. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/xml/xml.js +384 -0
  1384. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.js +1363 -0
  1385. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js +2 -0
  1386. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js.map +1 -0
  1387. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/plugins/text.js +386 -0
  1388. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/qonsole.js +577 -0
  1389. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/refresh.sh +21 -0
  1390. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.js +2076 -0
  1391. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.min.js +36 -0
  1392. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/respond.min.js +6 -0
  1393. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/sprintf-0.7-beta1.js +183 -0
  1394. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/underscore.js +1276 -0
  1395. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js +9 -0
  1396. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js.map +1 -0
  1397. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js +8 -0
  1398. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js.map +1 -0
  1399. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/manage.html +110 -0
  1400. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/services.html +76 -0
  1401. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/test/test-fuseki-config.ttl +27 -0
  1402. package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/validate.html +147 -0
  1403. package/test/apache-jena-fuseki-interface/data/json/PersistData.json +111 -0
  1404. package/test/apache-jena-fuseki-interface/data/xml/AssetHealthEvent.xml +45 -0
  1405. package/test/apache-jena-fuseki-interface/data/xml/AssetOwner.xml +11 -0
  1406. package/test/apache-jena-fuseki-interface/data/xml/Outages.xml +69 -0
  1407. package/test/apache-jena-fuseki-interface/data/xml/PsrType.xml +80 -0
  1408. package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1.xml +15755 -0
  1409. package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1_feeder_ext.xml +54 -0
  1410. package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_SSH_V1.xml +2796 -0
  1411. package/test/apache-jena-fuseki-interface/data/xml-rdf-data.xml +84 -0
  1412. package/test/cim-xml-rdf-parser/cim-xml-rdf-parser.tests.spec.ts +23 -0
  1413. package/test/cim-xml-rdf-parser/data/rdfxml_serialisation.xml +192 -0
  1414. package/test/integral7-converter/integral7-converter.tests.spec.ts +185 -0
  1415. package/test/power-system-data-model-converter/data/fixed_feed_in_input.csv +72 -0
  1416. package/test/power-system-data-model-converter/data/line_input.csv +1910 -0
  1417. package/test/power-system-data-model-converter/data/line_type_input.csv +5 -0
  1418. package/test/power-system-data-model-converter/data/load_input.csv +1829 -0
  1419. package/test/power-system-data-model-converter/data/node_input.csv +2835 -0
  1420. package/test/power-system-data-model-converter/data/time_series_mapping.csv +878 -0
  1421. package/test/power-system-data-model-converter/data/transformer_2_w_input.csv +1047 -0
  1422. package/test/power-system-data-model-converter/data/transformer_2_w_type_input.csv +5 -0
  1423. package/test/power-system-data-model-converter/power-system-data-model-converter.tests.spec.ts +310 -0
  1424. package/tsconfig.json +24 -0
  1425. package/webpack.config.js +24 -0
@@ -0,0 +1,195 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExternalNetworkInjection = void 0;
4
+ const RegulatingCondEq_1 = require("./RegulatingCondEq");
5
+ const utils_1 = require("../../util/utils");
6
+ const rdf_xml_1 = require("../../constants/rdf-xml");
7
+ class ExternalNetworkInjection extends RegulatingCondEq_1.RegulatingCondEq {
8
+ constructor(uuid, name, shortName, description) {
9
+ super(uuid, name, shortName, description);
10
+ }
11
+ static getQuerySPARQL(graphURI) {
12
+ if (graphURI.length > 0) {
13
+ return ExternalNetworkInjection.sparqlQuery.replace('<http://default/>', graphURI);
14
+ }
15
+ return ExternalNetworkInjection.sparqlQuery;
16
+ }
17
+ static resolveClassFusekiJSON(data, cimModel) {
18
+ data.results.bindings.forEach((value) => {
19
+ const newClass = new ExternalNetworkInjection();
20
+ newClass.resolveAttributesFusekiJSON(value);
21
+ cimModel.addExternalNetworkInjection(newClass);
22
+ });
23
+ }
24
+ resolveAttributesFusekiJSON(value) {
25
+ super.resolveAttributesFusekiJSON(value);
26
+ this.p = +utils_1.getValue(value, 'p');
27
+ this.q = +utils_1.getValue(value, 'q');
28
+ this.referencePriority = +utils_1.getValue(value, 'referencePriority');
29
+ }
30
+ resolveParsedAssociations(cimModel) {
31
+ super.resolveParsedAssociations(cimModel);
32
+ }
33
+ toJSON() {
34
+ super.toJSON();
35
+ this.toJSONAttributes();
36
+ this.toJSONAssociations();
37
+ return this.json;
38
+ }
39
+ toJSONAttributes() {
40
+ super.toJSONAttributes();
41
+ this.json['p'] = this.p;
42
+ this.json['q'] = this.q;
43
+ this.json['referencePriority'] = this.referencePriority;
44
+ }
45
+ toJSONAssociations() {
46
+ super.toJSONAssociations();
47
+ }
48
+ determineGridIslands(networkElements) {
49
+ super.determineGridIslands(networkElements);
50
+ }
51
+ breadthFirstSearch(networkElements) {
52
+ if (!this.visited) {
53
+ this.addNetworkElement(networkElements);
54
+ super.breadthFirstSearch(networkElements);
55
+ }
56
+ }
57
+ determineTopologicalNodes(connNodes) {
58
+ return;
59
+ }
60
+ determineSlackNodes(slackElemenets) {
61
+ if (!this.visited) {
62
+ this.addNetworkElement(slackElemenets);
63
+ for (const entry of this.terminals.entries()) {
64
+ const value = entry[1];
65
+ value.determineSlackNodes(slackElemenets);
66
+ }
67
+ }
68
+ }
69
+ isLoadOrFeed() {
70
+ return true;
71
+ }
72
+ toGeoJSON(geoJSON, profile, schemaSettings, diagramObject) {
73
+ const coordinates = diagramObject.computeRectBounds(diagramObject);
74
+ const shapeInfos = schemaSettings.getRectangleShapeInfo(profile);
75
+ const x = coordinates[0];
76
+ const y = coordinates[1] * -1;
77
+ const width = coordinates[2] == 1 ? +shapeInfos.width : coordinates[2];
78
+ const height = (coordinates[3] == 1 ? +shapeInfos.height : coordinates[3]) * -1;
79
+ const offsetX = width == 1 ? +width / 2 : 0;
80
+ const offsetY = height == 1 ? +height / 2 : 0;
81
+ if (x != 0 && y != 0 && width != 0 && height != 0) {
82
+ super.toGeoJSON(geoJSON, profile, schemaSettings, diagramObject);
83
+ const pointsPolygon = [
84
+ [
85
+ [x - offsetX, y - offsetY],
86
+ [x + width, y],
87
+ [x + width, y + height],
88
+ [x, y + height],
89
+ [x - offsetX, y - offsetY]
90
+ ]
91
+ ];
92
+ geoJSON['geometry'] = {
93
+ type: 'Polygon',
94
+ coordinates: pointsPolygon
95
+ };
96
+ geoJSON['properties'] = {
97
+ diagramObjectUUID: diagramObject.mrid,
98
+ objectType: this.constructor.name,
99
+ };
100
+ }
101
+ return geoJSON;
102
+ }
103
+ getSlackVoltage() {
104
+ if (this.regulatingControl) {
105
+ const targetVoltage = this.regulatingControl.targetValue;
106
+ for (const terminal of this.terminals.values()) {
107
+ if (terminal.connectivityNode) {
108
+ const voltage = terminal.connectivityNode.getBaseVoltageAsNumber();
109
+ if (voltage === 0 || targetVoltage === 0)
110
+ continue;
111
+ return Math.abs(targetVoltage / voltage);
112
+ }
113
+ }
114
+ }
115
+ return 1;
116
+ }
117
+ toCIMXML(xmlWriter, profile) {
118
+ if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ || profile === rdf_xml_1.RDF_XML.PROFILE_SSH) {
119
+ const suffixID = this.getSuffixID(profile);
120
+ const prefixUUID = this.getPrefixUUID(suffixID);
121
+ xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, this.constructor.name, rdf_xml_1.RDF_XML.CIM_NS_16);
122
+ utils_1.writeElementAttribute(xmlWriter, suffixID, `${prefixUUID}${this.mrid}`);
123
+ this.toCIMXMLAttributes(xmlWriter, profile);
124
+ this.toCIMXMLAssociations(xmlWriter, profile);
125
+ xmlWriter.endElement();
126
+ }
127
+ }
128
+ toCIMXMLAttributes(xmlWriter, profile) {
129
+ super.toCIMXMLAttributes(xmlWriter, profile);
130
+ if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
131
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.ikSecond`, this.ikSecond);
132
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.voltageFactor`, this.voltageFactor);
133
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.maxInitialSymShCCurrent`, this.maxInitialSymShCCurrent);
134
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.maxP`, this.maxP);
135
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.maxQ`, this.maxQ);
136
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.minP`, this.minP);
137
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.minQ`, this.minQ);
138
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.governorSCD`, this.governorSCD);
139
+ }
140
+ else if (profile === rdf_xml_1.RDF_XML.PROFILE_SSH) {
141
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.p`, this.p);
142
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.q`, this.q);
143
+ utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:${this.constructor.name}.referencePriority`, this.referencePriority);
144
+ }
145
+ }
146
+ toCIMXMLAssociations(xmlWriter, profile) {
147
+ super.toCIMXMLAssociations(xmlWriter, profile);
148
+ }
149
+ }
150
+ exports.ExternalNetworkInjection = ExternalNetworkInjection;
151
+ ExternalNetworkInjection.sparqlQuery = `
152
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
153
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
154
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
155
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
156
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
157
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
158
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
159
+
160
+ SELECT (strafter(strafter(str(?eneUUID), '#'), '_') AS ?uuid) ?name ?shortName ?description ?aggregate ?p ?q ?referencePriority ?controlEnabled ?maxInitialSymShCCurrent ?maxR0ToX0Ratio
161
+ ?maxR1ToX1Ratio ?maxZ0ToZ1Ratio ?minR0ToX0Ratio ?minR1ToX1Ratio ?minZ0ToZ1Ratio ?maxP ?maxQ ?minP ?minQ ?governorSCD
162
+ (strafter(strafter(str(?regCntrUUID), '#'), '_') AS ?regulatingControlUUID)
163
+ (strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
164
+
165
+ WHERE {
166
+ GRAPH <http://default/>{
167
+ ?eneUUID rdf:type cim:ExternalNetworkInjection .
168
+ OPTIONAL{?eneUUID cim:IdentifiedObject.name ?name .}
169
+ OPTIONAL{?eneUUID entsoe:IdentifiedObject.shortName ?shortName .}
170
+ OPTIONAL{?eneUUID cim:IdentifiedObject.description ?description .}
171
+ OPTIONAL{?eneUUID cim:Equipment.aggregate ?aggregate .}
172
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.p ?p .}
173
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.q ?q .}
174
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.referencePriority ?referencePriority .}
175
+ OPTIONAL{?eneUUID cim:RegulatingCondEq.controlEnabled ?controlEnabled .}
176
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxInitialSymShCCurrent ?maxInitialSymShCCurrent .}
177
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxR0ToX0Ratio ?maxR0ToX0Ratio .}
178
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxR1ToX1Ratio ?maxR1ToX1Ratio .}
179
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxZ0ToZ1Ratio ?maxZ0ToZ1Ratio .}
180
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.minR0ToX0Ratio ?minR0ToX0Ratio .}
181
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.minR1ToX1Ratio ?minR1ToX1Ratio .}
182
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.minZ0ToZ1Ratio ?minZ0ToZ1Ratio .}
183
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.voltageFactor ?voltageFactor .}
184
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxP ?maxP .}
185
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.maxQ ?maxQ .}
186
+
187
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.minP ?minP .}
188
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.minQ ?minQ .}
189
+ OPTIONAL{?eneUUID cim:ExternalNetworkInjection.governorSCD ?governorSCD .}
190
+ OPTIONAL{?eneUUID cim:RegulatingCondEq.RegulatingControl ?regCntrUUID .}
191
+ OPTIONAL{?eneUUID cim:Equipment.EquipmentContainer ?ecUUID .}
192
+ }
193
+ }
194
+ `;
195
+ //# sourceMappingURL=ExternalNetworkInjection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalNetworkInjection.js","sourceRoot":"","sources":["../../../src/model/wires/ExternalNetworkInjection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import { ConductingEquipment } from '../core/ConductingEquipment';
2
+ import { IConnectivityNode } from '../../interfaces/model/core/IConnectivityNode';
3
+ export declare class Ground extends ConductingEquipment {
4
+ constructor(uuid: string, name: string, shortName: string, description: string);
5
+ static sparqlQuery: string;
6
+ static getQuerySPARQL(graphURI: string): string;
7
+ determineTopologicalNodes(connNodes: IConnectivityNode[]): void;
8
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Ground = void 0;
4
+ const ConductingEquipment_1 = require("../core/ConductingEquipment");
5
+ class Ground extends ConductingEquipment_1.ConductingEquipment {
6
+ constructor(uuid, name, shortName, description) {
7
+ super(uuid, name, shortName, description);
8
+ }
9
+ static getQuerySPARQL(graphURI) {
10
+ if (graphURI.length > 0) {
11
+ return Ground.sparqlQuery.replace('<http://default/>', graphURI);
12
+ }
13
+ return Ground.sparqlQuery;
14
+ }
15
+ determineTopologicalNodes(connNodes) {
16
+ return;
17
+ }
18
+ }
19
+ exports.Ground = Ground;
20
+ Ground.sparqlQuery = `
21
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
22
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
23
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
24
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
25
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
26
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
27
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
28
+
29
+ SELECT (strafter(strafter(str(?vlUUID), '#'), '_') AS ?uuid) ?name
30
+
31
+ WHERE {
32
+ GRAPH <http://default/>{
33
+ ?vlUUID rdf:type cim:Ground .
34
+ ?vlUUID cim:IdentifiedObject.name ?name .
35
+ }
36
+ }
37
+ `;
38
+ //# sourceMappingURL=Ground.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ground.js","sourceRoot":"","sources":["../../../src/model/wires/Ground.ts"],"names":[],"mappings":";;;AAAA,qEAAkE;AAIlE,MAAa,MAAO,SAAQ,yCAAmB;IAE3C,YAAY,IAAY,EAAE,IAAY,EAAE,SAAkB,EAAE,WAAoB;QAC5E,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC9C,CAAC;IAoBM,MAAM,CAAC,cAAc,CAAC,QAAiB;QAC1C,IAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAC;YACnB,OAAO,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACpE;QACD,OAAO,MAAM,CAAC,WAAW,CAAC;IAC9B,CAAC;IAGM,yBAAyB,CAAC,SAA8B;QAC3D,OAAO;IACX,CAAC;;AAlCL,wBAmCC;AA7BiB,kBAAW,GAAY;;;;;;;;;;;;;;;;;KAiBpC,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { Switch } from './Switch';
2
+ import { IConnectivityNode } from '../../interfaces/model/core/IConnectivityNode';
3
+ export declare class GroundDisconnector extends Switch {
4
+ constructor(uuid: string, name: string, shortName: string, description: string, normalOpen: boolean, retained: boolean);
5
+ static sparqlQuery: string;
6
+ static getQuerySPARQL(graphURI: string): string;
7
+ determineTopologicalNodes(connNodes: IConnectivityNode[]): void;
8
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroundDisconnector = void 0;
4
+ const Switch_1 = require("./Switch");
5
+ class GroundDisconnector extends Switch_1.Switch {
6
+ constructor(uuid, name, shortName, description, normalOpen, retained) {
7
+ super(uuid, name, shortName, description, normalOpen, retained);
8
+ }
9
+ static getQuerySPARQL(graphURI) {
10
+ if (graphURI.length > 0) {
11
+ return GroundDisconnector.sparqlQuery.replace('<http://default/>', graphURI);
12
+ }
13
+ return GroundDisconnector.sparqlQuery;
14
+ }
15
+ determineTopologicalNodes(connNodes) {
16
+ return;
17
+ }
18
+ }
19
+ exports.GroundDisconnector = GroundDisconnector;
20
+ GroundDisconnector.sparqlQuery = `
21
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
22
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
23
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
24
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
25
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
26
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
27
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
28
+
29
+ SELECT (strafter(strafter(str(?vlUUID), '#'), '_') AS ?uuid) ?name
30
+
31
+ WHERE {
32
+ GRAPH <http://default/>{
33
+ ?vlUUID rdf:type cim:GroundDisconnector .
34
+ ?vlUUID cim:IdentifiedObject.name ?name .
35
+ }
36
+ }
37
+ `;
38
+ //# sourceMappingURL=GroundDisconnector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GroundDisconnector.js","sourceRoot":"","sources":["../../../src/model/wires/GroundDisconnector.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAGlC,MAAa,kBAAmB,SAAQ,eAAM;IAE1C,YAAY,IAAY,EAAE,IAAY,EAAE,SAAkB,EAAE,WAAoB,EAAE,UAAmB,EAAE,QAAiB;QACpH,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC;IACpE,CAAC;IAoBM,MAAM,CAAC,cAAc,CAAC,QAAiB;QAC1C,IAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAC;YACnB,OAAO,kBAAkB,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SAChF;QACD,OAAO,kBAAkB,CAAC,WAAW,CAAC;IAC1C,CAAC;IAGM,yBAAyB,CAAC,SAA8B;QAC3D,OAAO;IACX,CAAC;;AAlCL,gDAmCC;AA7BiB,8BAAW,GAAY;;;;;;;;;;;;;;;;;KAiBpC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { Switch } from './Switch';
2
+ export declare class Jumper extends Switch {
3
+ constructor(uuid?: string, name?: string, shortName?: string, description?: string);
4
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Jumper = void 0;
4
+ const Switch_1 = require("./Switch");
5
+ class Jumper extends Switch_1.Switch {
6
+ constructor(uuid, name, shortName, description) {
7
+ super(uuid, name, shortName, description);
8
+ }
9
+ }
10
+ exports.Jumper = Jumper;
11
+ //# sourceMappingURL=Jumper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Jumper.js","sourceRoot":"","sources":["../../../src/model/wires/Jumper.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAElC,MAAa,MAAO,SAAQ,eAAM;IAE9B,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QAC9E,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC9C,CAAC;CACJ;AALD,wBAKC"}
@@ -0,0 +1,10 @@
1
+ import { Connector } from './Connector';
2
+ import XMLWriter from 'xml-writer';
3
+ import { IConnectivityNode } from '../../interfaces/model/core/IConnectivityNode';
4
+ export declare class Junction extends Connector {
5
+ constructor(uuid: string, name: string, shortName: string, description: string);
6
+ static sparqlQuery: string;
7
+ static getQuerySPARQL(graphURI: string): string;
8
+ determineTopologicalNodes(connNodes: IConnectivityNode[]): void;
9
+ toCIMXML(xmlWriter: XMLWriter, profile: string): void;
10
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Junction = void 0;
4
+ const Connector_1 = require("./Connector");
5
+ const utils_1 = require("../../util/utils");
6
+ const rdf_xml_1 = require("../../constants/rdf-xml");
7
+ class Junction extends Connector_1.Connector {
8
+ constructor(uuid, name, shortName, description) {
9
+ super(uuid, name, shortName, description);
10
+ }
11
+ static getQuerySPARQL(graphURI) {
12
+ if (graphURI.length > 0) {
13
+ return Junction.sparqlQuery.replace('<http://default/>', graphURI);
14
+ }
15
+ return Junction.sparqlQuery;
16
+ }
17
+ determineTopologicalNodes(connNodes) {
18
+ super.determineTopologicalNodes(connNodes);
19
+ }
20
+ toCIMXML(xmlWriter, profile) {
21
+ if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
22
+ const suffixID = this.getSuffixID(profile);
23
+ const prefixUUID = this.getPrefixUUID(suffixID);
24
+ xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, this.constructor.name, rdf_xml_1.RDF_XML.CIM_NS_16);
25
+ utils_1.writeElementAttribute(xmlWriter, suffixID, `${prefixUUID}${this.mrid}`);
26
+ this.toCIMXMLAttributes(xmlWriter, profile);
27
+ this.toCIMXMLAssociations(xmlWriter, profile);
28
+ xmlWriter.endElement();
29
+ }
30
+ }
31
+ }
32
+ exports.Junction = Junction;
33
+ Junction.sparqlQuery = `
34
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
35
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
36
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
37
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
38
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
39
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
40
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
41
+
42
+ SELECT (strafter(strafter(str(?vlUUID), '#'), '_') AS ?uuid) ?name
43
+
44
+ WHERE {
45
+ GRAPH <http://default/>{
46
+ ?vlUUID rdf:type cim:Junction .
47
+ ?vlUUID cim:IdentifiedObject.name ?name .
48
+ }
49
+ }
50
+ `;
51
+ //# sourceMappingURL=Junction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Junction.js","sourceRoot":"","sources":["../../../src/model/wires/Junction.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,4CAAyD;AAEzD,qDAAkD;AAGlD,MAAa,QAAS,SAAQ,qBAAS;IAGnC,YAAY,IAAY,EAAE,IAAY,EAAE,SAAkB,EAAE,WAAoB;QAC5E,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC9C,CAAC;IAoBM,MAAM,CAAC,cAAc,CAAC,QAAiB;QAC1C,IAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAC;YACnB,OAAO,QAAQ,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACtE;QACD,OAAO,QAAQ,CAAC,WAAW,CAAC;IAChC,CAAC;IAGM,yBAAyB,CAAC,SAA8B;QAC3D,KAAK,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC;IAC/C,CAAC;IAIM,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACjD,IAAG,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAC/B,MAAM,QAAQ,GAAI,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC5C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,6BAAqB,CAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SAC1B;IACL,CAAC;;AAjDL,4BAkDC;AA3CiB,oBAAW,GAAY;;;;;;;;;;;;;;;;;KAiBpC,CAAA"}
@@ -0,0 +1,20 @@
1
+ import { EquipmentContainer } from '../core/EquipmentContainer';
2
+ import { Model } from '../model/Model';
3
+ import XMLWriter from 'xml-writer';
4
+ import { SubGeographicalRegion } from '../core/SubGeographicalRegion';
5
+ export declare class Line extends EquipmentContainer {
6
+ subGeographicalRegion: SubGeographicalRegion;
7
+ regionUUID: string;
8
+ constructor(uuid?: string, name?: string, shortName?: string, description?: string);
9
+ static sparqlQuery: string;
10
+ static getQuerySPARQL(graphURI: string): string;
11
+ static resolveClassFusekiJSON(data: any, cimModel: Model): void;
12
+ protected resolveAttributesFusekiJSON(value: any): void;
13
+ resolveParsedAssociations(cimModel: Model): void;
14
+ toJSON(): any;
15
+ toJSONAttributes(): void;
16
+ toJSONAssociations(): void;
17
+ toCIMXML(xmlWriter: XMLWriter, profile: string): void;
18
+ protected toCIMXMLAttributes(xmlWriter: XMLWriter, profile: string): void;
19
+ protected toCIMXMLAssociations(xmlWriter: XMLWriter, profile: string): void;
20
+ }
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Line = void 0;
4
+ const EquipmentContainer_1 = require("../core/EquipmentContainer");
5
+ const utils_1 = require("../../util/utils");
6
+ const rdf_xml_1 = require("../../constants/rdf-xml");
7
+ class Line extends EquipmentContainer_1.EquipmentContainer {
8
+ constructor(uuid, name, shortName, description) {
9
+ super(uuid, name, shortName, description);
10
+ }
11
+ static getQuerySPARQL(graphURI) {
12
+ if (graphURI.length > 0) {
13
+ return Line.sparqlQuery.replace('<http://default/>', graphURI);
14
+ }
15
+ return Line.sparqlQuery;
16
+ }
17
+ static resolveClassFusekiJSON(data, cimModel) {
18
+ data.results.bindings.forEach((value) => {
19
+ const newClass = new Line();
20
+ newClass.resolveAttributesFusekiJSON(value);
21
+ cimModel.addLine(newClass);
22
+ });
23
+ }
24
+ resolveAttributesFusekiJSON(value) {
25
+ super.resolveAttributesFusekiJSON(value);
26
+ this.regionUUID = utils_1.getValue(value, 'regionUUID');
27
+ }
28
+ resolveParsedAssociations(cimModel) {
29
+ super.resolveParsedAssociations(cimModel);
30
+ }
31
+ toJSON() {
32
+ super.toJSON();
33
+ this.toJSONAttributes();
34
+ this.toJSONAssociations();
35
+ return this.json;
36
+ }
37
+ toJSONAttributes() {
38
+ super.toJSONAttributes();
39
+ }
40
+ toJSONAssociations() {
41
+ super.toJSONAssociations();
42
+ }
43
+ toCIMXML(xmlWriter, profile) {
44
+ if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
45
+ const suffixID = this.getSuffixID(profile);
46
+ const prefixUUID = this.getPrefixUUID(suffixID);
47
+ xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, this.constructor.name, rdf_xml_1.RDF_XML.CIM_NS_16);
48
+ utils_1.writeElementAttribute(xmlWriter, suffixID, `${prefixUUID}${this.mrid}`);
49
+ this.toCIMXMLAttributes(xmlWriter, profile);
50
+ this.toCIMXMLAssociations(xmlWriter, profile);
51
+ xmlWriter.endElement();
52
+ }
53
+ }
54
+ toCIMXMLAttributes(xmlWriter, profile) {
55
+ super.toCIMXMLAttributes(xmlWriter, profile);
56
+ }
57
+ toCIMXMLAssociations(xmlWriter, profile) {
58
+ super.toCIMXMLAssociations(xmlWriter, profile);
59
+ if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
60
+ if (this.subGeographicalRegion) {
61
+ xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, `${this.constructor.name}.Region`, rdf_xml_1.RDF_XML.CIM_NS_16);
62
+ utils_1.writeElementAttribute(xmlWriter, rdf_xml_1.RDF_XML.RDF_RESRC, `${rdf_xml_1.RDF_XML.HASH_UNDERSCORE}${this.subGeographicalRegion.mrid}`);
63
+ xmlWriter.endElement();
64
+ }
65
+ else if (this.regionUUID) {
66
+ xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, `${this.constructor.name}.Region`, rdf_xml_1.RDF_XML.CIM_NS_16);
67
+ utils_1.writeElementAttribute(xmlWriter, rdf_xml_1.RDF_XML.RDF_RESRC, `${rdf_xml_1.RDF_XML.HASH_UNDERSCORE}${this.regionUUID}`);
68
+ xmlWriter.endElement();
69
+ }
70
+ else {
71
+ xmlWriter.writeComment(`${this.constructor.name}.Region is not defined`);
72
+ }
73
+ }
74
+ }
75
+ }
76
+ exports.Line = Line;
77
+ Line.sparqlQuery = `
78
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
79
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
80
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
81
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
82
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
83
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
84
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
85
+
86
+ SELECT (strafter(strafter(str(?lUUID), '#'), '_') AS ?uuid) ?name ?shortName ?description
87
+ (strafter(strafter(str(?rUUID ), '#'), '_') AS ?regionUUID)
88
+
89
+ WHERE {
90
+ GRAPH <http://default/>{
91
+
92
+ ?lUUID rdf:type cim:Line .
93
+ OPTIONAL {?lUUID cim:IdentifiedObject.name ?name .}
94
+ OPTIONAL {?lUUID entsoe:IdentifiedObject.shortName ?shortName .}
95
+ OPTIONAL {?lUUID cim:IdentifiedObject.description ?description .}
96
+ #Region
97
+ OPTIONAL {?lUUID cim:Line.Region ?rUUID .}
98
+ }
99
+ }
100
+ `;
101
+ //# sourceMappingURL=Line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Line.js","sourceRoot":"","sources":["../../../src/model/wires/Line.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { ProtectedSwitch } from './ProtectedSwitch';
2
+ import { Model } from '../model/Model';
3
+ import { DiagramObject } from '../diagram/DiagramObject';
4
+ import { ISchemaSettings } from '../../interfaces/schema-settings/ShapeInfos';
5
+ export declare class LoadBreakSwitch extends ProtectedSwitch {
6
+ constructor(uuid?: string, name?: string, shortName?: string, description?: string, normalOpen?: boolean, retained?: boolean);
7
+ static sparqlQuery: string;
8
+ static resolveClassFusekiJSON(data: any, cimModel: Model): void;
9
+ static getQuerySPARQL(graphURI: string): string;
10
+ toGeoJSON(geoJSON: any, profile: string, schemaSettings: ISchemaSettings, diagramObject?: DiagramObject): any;
11
+ protected resolveAttributesFusekiJSON(value: any): void;
12
+ resolveParsedAssociations(cimModel: Model): void;
13
+ toJSON(): any;
14
+ toJSONAttributes(): void;
15
+ toJSONAssociations(): void;
16
+ }
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LoadBreakSwitch = void 0;
4
+ const ProtectedSwitch_1 = require("./ProtectedSwitch");
5
+ class LoadBreakSwitch extends ProtectedSwitch_1.ProtectedSwitch {
6
+ constructor(uuid, name, shortName, description, normalOpen, retained) {
7
+ super(uuid, name, shortName, description, normalOpen, retained);
8
+ }
9
+ static resolveClassFusekiJSON(data, cimModel) {
10
+ data.results.bindings.forEach((value) => {
11
+ const newClass = new LoadBreakSwitch();
12
+ newClass.resolveAttributesFusekiJSON(value);
13
+ cimModel.addLoadBreakSwitch(newClass);
14
+ });
15
+ }
16
+ static getQuerySPARQL(graphURI) {
17
+ if (graphURI.length > 0) {
18
+ return LoadBreakSwitch.sparqlQuery.replace('<http://default/>', graphURI);
19
+ }
20
+ return LoadBreakSwitch.sparqlQuery;
21
+ }
22
+ toGeoJSON(geoJSON, profile, schemaSettings, diagramObject) {
23
+ const coordinates = diagramObject.computeRectCircle(diagramObject);
24
+ const shapeInfo = schemaSettings.getCircleShapeInfo(profile);
25
+ const x = coordinates[0];
26
+ const y = coordinates[1] * -1;
27
+ if (x != 0 && y != 0) {
28
+ super.toGeoJSON(geoJSON, profile, schemaSettings, diagramObject);
29
+ geoJSON['geometry'] = {
30
+ type: 'Point',
31
+ coordinates: [x, y],
32
+ };
33
+ geoJSON['properties'] = {
34
+ diagramObjectUUID: diagramObject.mrid,
35
+ objectType: this.constructor.name,
36
+ radius: +shapeInfo.radius
37
+ };
38
+ }
39
+ return geoJSON;
40
+ }
41
+ resolveAttributesFusekiJSON(value) {
42
+ super.resolveAttributesFusekiJSON(value);
43
+ }
44
+ resolveParsedAssociations(cimModel) {
45
+ super.resolveParsedAssociations(cimModel);
46
+ }
47
+ toJSON() {
48
+ super.toJSON();
49
+ this.toJSONAttributes();
50
+ this.toJSONAssociations();
51
+ return this.json;
52
+ }
53
+ toJSONAttributes() {
54
+ super.toJSONAttributes();
55
+ }
56
+ toJSONAssociations() {
57
+ super.toJSONAssociations();
58
+ }
59
+ }
60
+ exports.LoadBreakSwitch = LoadBreakSwitch;
61
+ LoadBreakSwitch.sparqlQuery = `
62
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
63
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
64
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
65
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
66
+ PREFIX amp: <http://amprion.net/2018/cim_extensions#>
67
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
68
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
69
+
70
+ SELECT (strafter(strafter(str(?dUUID), '#'), '_') AS ?uuid)
71
+ (CONCAT(STRBEFORE(STR(?dUUID), '#_'), '#_') AS ?baseIRI)
72
+ ?name ?shortName ?description ?open ?aggregate ?normalOpen ?retained
73
+ (strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
74
+ (group_concat(STRAFTER(str(?aecUUIDs), '#_');separator=',') as ?additionalEquipmentContainerUUIDs)
75
+
76
+ WHERE {
77
+ GRAPH <http://default/>{
78
+ ?dUUID rdf:type cim:LoadBreakSwitch .
79
+ OPTIONAL{?dUUID cim:IdentifiedObject.name ?name .}
80
+ OPTIONAL{?dUUID entsoe:IdentifiedObject.shortName ?shortName .}
81
+ OPTIONAL{?dUUID cim:IdentifiedObject.description ?description .}
82
+ OPTIONAL{?dUUID cim:Equipment.aggregate ?aggregate .}
83
+ OPTIONAL{?dUUID cim:Switch.normalOpen ?normalOpen .}
84
+ OPTIONAL{?dUUID cim:Switch.retained ?retained .}
85
+ OPTIONAL{?dUUID cim:Switch.open ?open .}
86
+ OPTIONAL{?dUUID cim:Equipment.EquipmentContainer ?ecUUID .}
87
+ OPTIONAL{?dUUID cim:Equipment.AdditionalEquipmentContainer ?aecUUIDs .}
88
+ }
89
+ }
90
+ GROUP BY ?dUUID ?baseIRI ?name ?shortName ?description
91
+ ?open ?aggregate ?normalOpen ?retained ?ecUUID
92
+ `;
93
+ //# sourceMappingURL=LoadBreakSwitch.js.map