@enervance/insight-cim-model 0.0.151 → 0.0.152

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 (791) hide show
  1. package/dist/analysis/analysis-neplan/digi-ons.d.ts +7 -7
  2. package/dist/analysis/analysis-neplan/digi-ons.js +16 -16
  3. package/dist/analysis/asset-simulation/asset-simulation.d.ts +5 -5
  4. package/dist/analysis/asset-simulation/asset-simulation.js +2 -2
  5. package/dist/config/load.confings.js +1 -1
  6. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +4 -4
  7. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +5 -5
  8. package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +3 -3
  9. package/dist/config/westnetz-neplan/callbacks/cb-psr.js +3 -3
  10. package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +3 -3
  11. package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +19 -19
  12. package/dist/config/westnetz-neplan/property-handler-westenergy.config.js +3 -3
  13. package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +2 -2
  14. package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +8 -8
  15. package/dist/converter/PSDM/model/Line.d.ts +1 -1
  16. package/dist/converter/PSDM/model/Node.d.ts +1 -1
  17. package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +1 -1
  18. package/dist/converter/cgmes-validator.d.ts +2 -2
  19. package/dist/converter/integral7/converter.integral7.d.ts +17 -17
  20. package/dist/converter/integral7/converter.integral7.js +129 -129
  21. package/dist/converter/integral7/dl-convert/data-manager.d.ts +6 -6
  22. package/dist/converter/integral7/dl-convert/data-manager.js +2 -2
  23. package/dist/converter/integral7/dl-convert/dl-converter-i7-2.d.ts +8 -8
  24. package/dist/converter/integral7/dl-convert/dl-converter-i7-2.js +15 -15
  25. package/dist/converter/integral7/dl-convert/dl-converter-i7.d.ts +14 -14
  26. package/dist/converter/integral7/dl-convert/dl-converter-i7.js +18 -18
  27. package/dist/converter/integral7/dl-convert/dl-graphs/cim-model-graph.d.ts +1 -1
  28. package/dist/converter/integral7/dl-convert/dl-graphs/convert-graph-keys.d.ts +2 -2
  29. package/dist/converter/integral7/dl-convert/dl-graphs/db-object-graph.d.ts +1 -1
  30. package/dist/converter/integral7/dl-convert/executor.d.ts +6 -6
  31. package/dist/converter/integral7/dl-convert/executor.js +5 -5
  32. package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +23 -23
  33. package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +26 -26
  34. package/dist/converter/integral7/interface-i7/export-frame-i7.js +5 -5
  35. package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.d.ts +3 -3
  36. package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js +3 -3
  37. package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +12 -12
  38. package/dist/converter/integral7/model/dl-utils/util-functions.js +8 -8
  39. package/dist/converter/integral7/model/integral/BaseClass.d.ts +2 -2
  40. package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +1 -1
  41. package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.d.ts +2 -2
  42. package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js +1 -1
  43. package/dist/converter/integral7/model/integral/Hgueleitung.d.ts +1 -1
  44. package/dist/converter/integral7/model/integral/KnotenSo.d.ts +5 -5
  45. package/dist/converter/integral7/model/integral/KnotenSo.js +1 -1
  46. package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +4 -4
  47. package/dist/converter/integral7/model/integral/KnotenSoNsg.js +1 -1
  48. package/dist/converter/integral7/model/integral/Kopfstation.d.ts +1 -1
  49. package/dist/converter/integral7/model/integral/Kopfstation.js +2 -2
  50. package/dist/converter/integral7/model/integral/Laengskupplung.d.ts +2 -2
  51. package/dist/converter/integral7/model/integral/Laengskupplung.js +1 -1
  52. package/dist/converter/integral7/model/integral/Leitung.d.ts +4 -4
  53. package/dist/converter/integral7/model/integral/Leitung.js +4 -4
  54. package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +3 -3
  55. package/dist/converter/integral7/model/integral/LeitungNsg.js +1 -1
  56. package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +7 -7
  57. package/dist/converter/integral7/model/integral/Schaltanlage.js +2 -2
  58. package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +5 -5
  59. package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +1 -1
  60. package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +5 -5
  61. package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +1 -1
  62. package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +4 -4
  63. package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +1 -1
  64. package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +7 -7
  65. package/dist/converter/integral7/model/integral/Schaltfeld.js +1 -1
  66. package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +2 -2
  67. package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +1 -1
  68. package/dist/converter/integral7/model/integral/Standort.d.ts +5 -5
  69. package/dist/converter/integral7/model/integral/Standort.js +2 -2
  70. package/dist/converter/integral7/model/integral/StandortNsg.d.ts +4 -4
  71. package/dist/converter/integral7/model/integral/StandortNsg.js +1 -1
  72. package/dist/converter/integral7/model/integral/Trafo2w.d.ts +6 -6
  73. package/dist/converter/integral7/model/integral/Trafo2w.js +1 -1
  74. package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -2
  75. package/dist/converter/integral7/model/integral/Trafo2wNsg.js +1 -1
  76. package/dist/converter/integral7/model/integral/Trafo3w.d.ts +3 -3
  77. package/dist/converter/integral7/model/integral/Trafo3w.js +1 -1
  78. package/dist/converter/integral7/model/integral/Trafo3wNsg.d.ts +2 -2
  79. package/dist/converter/integral7/model/integral/Trafo3wNsg.js +1 -1
  80. package/dist/converter/integral7/util-asset.model.d.ts +5 -5
  81. package/dist/converter/integral7/util-asset.model.js +2 -2
  82. package/dist/converter/integral7/utils-cgmes-export.d.ts +5 -5
  83. package/dist/converter/integral7/utils-cgmes-export.js +2 -2
  84. package/dist/converter/integral7/utils-schema.d.ts +7 -7
  85. package/dist/converter/integral7/utils-schema.js +2 -2
  86. package/dist/converter/integral7/utils-trafo3w.d.ts +1 -1
  87. package/dist/converter/integral7/utils.d.ts +24 -24
  88. package/dist/converter/integral7/utils.js +18 -18
  89. package/dist/data-structures/Settings.d.ts +1 -1
  90. package/dist/data-structures/graph/GraphObject.d.ts +2 -2
  91. package/dist/data-structures/graph/connections/connection.d.ts +2 -2
  92. package/dist/data-structures/graph/edges/GraphEdge.d.ts +3 -3
  93. package/dist/data-structures/graph/edges/GraphEdge.js +1 -1
  94. package/dist/data-structures/graph/graph-interfaces.d.ts +2 -2
  95. package/dist/data-structures/graph/graph-util.d.ts +6 -6
  96. package/dist/data-structures/graph/graph-util.js +3 -3
  97. package/dist/data-structures/graph/graph.d.ts +9 -9
  98. package/dist/data-structures/graph/graph.js +4 -4
  99. package/dist/data-structures/graph/nodes/GraphNode.d.ts +2 -2
  100. package/dist/data-structures/graph/nodes/GraphNode.js +1 -1
  101. package/dist/data-structures/tree/GraphTree.d.ts +4 -4
  102. package/dist/data-structures/tree/GraphTree.js +1 -1
  103. package/dist/data-structures/tree/GraphTreeEdge.d.ts +4 -4
  104. package/dist/data-structures/tree/GraphTreeEdge.js +2 -2
  105. package/dist/data-structures/tree/GraphTreeNode.d.ts +3 -3
  106. package/dist/data-structures/tree/GraphTreeNode.js +1 -1
  107. package/dist/data-structures/tree/GraphTreeObject.d.ts +1 -1
  108. package/dist/etl/etl-integral7/etl-integral7.d.ts +3 -3
  109. package/dist/etl/etl-integral7/etl-integral7.js +2 -2
  110. package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.d.ts +5 -5
  111. package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.js +11 -11
  112. package/dist/etl/etl-neplan/etl-neplan-csv.d.ts +6 -6
  113. package/dist/etl/etl-neplan/etl-neplan-csv.js +18 -18
  114. package/dist/etl/etl-neplan/etl-neplan-feederline.d.ts +4 -4
  115. package/dist/etl/etl-neplan/etl-neplan-feederline.js +13 -13
  116. package/dist/etl/etl-neplan/etl-neplan-geo.d.ts +5 -5
  117. package/dist/etl/etl-neplan/etl-neplan-geo.js +10 -10
  118. package/dist/etl/etl-neplan/etl-neplan-util.d.ts +2 -2
  119. package/dist/etl/etl-neplan/etl-neplan-util.js +5 -5
  120. package/dist/etl/etl-neplan/etl-neplan.d.ts +9 -9
  121. package/dist/etl/etl-neplan/etl-neplan.js +14 -14
  122. package/dist/etl/etl-neplan/neplan-contingency-analysis.d.ts +8 -8
  123. package/dist/etl/etl-neplan/neplan-contingency-analysis.js +24 -24
  124. package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.d.ts +1 -1
  125. package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.js +1 -1
  126. package/dist/factory/object-factory.d.ts +1 -1
  127. package/dist/factory/object-factory.js +5 -5
  128. package/dist/factory/sparql-factory.d.ts +1 -1
  129. package/dist/grid-validation/grid-validation.d.ts +4 -4
  130. package/dist/grid-validation/grid-validation.js +2 -2
  131. package/dist/index.d.ts +294 -294
  132. package/dist/index.js +275 -275
  133. package/dist/interfaces/model/assets/IActivityRecord.d.ts +2 -2
  134. package/dist/interfaces/model/assets/IAnalytic.d.ts +3 -3
  135. package/dist/interfaces/model/assets/IAsset.d.ts +7 -7
  136. package/dist/interfaces/model/assets/IAssetContainer.d.ts +2 -2
  137. package/dist/interfaces/model/assets/IDocument.d.ts +1 -1
  138. package/dist/interfaces/model/assets/IFacility.d.ts +1 -1
  139. package/dist/interfaces/model/assets/IStructure.d.ts +1 -1
  140. package/dist/interfaces/model/assets/ITower.d.ts +2 -2
  141. package/dist/interfaces/model/common/IDocument.d.ts +1 -1
  142. package/dist/interfaces/model/common/ILocation.d.ts +6 -6
  143. package/dist/interfaces/model/core/IACDCTerminal.d.ts +1 -1
  144. package/dist/interfaces/model/core/IBaseVoltage.d.ts +2 -2
  145. package/dist/interfaces/model/core/IConductingEquipment.d.ts +5 -5
  146. package/dist/interfaces/model/core/IConnectivityNode.d.ts +5 -5
  147. package/dist/interfaces/model/core/IConnectivityNodeContainer.d.ts +3 -3
  148. package/dist/interfaces/model/core/IEquipment.d.ts +3 -3
  149. package/dist/interfaces/model/core/IEquipmentContainer.d.ts +3 -3
  150. package/dist/interfaces/model/core/IFeeder.d.ts +3 -3
  151. package/dist/interfaces/model/core/IIdentifiedObject.d.ts +10 -10
  152. package/dist/interfaces/model/core/IPowerSystemResource.d.ts +4 -4
  153. package/dist/interfaces/model/core/ISubstation.d.ts +2 -2
  154. package/dist/interfaces/model/core/ITerminal.d.ts +11 -11
  155. package/dist/interfaces/model/core/IVoltageLevel.d.ts +3 -3
  156. package/dist/interfaces/model/diagram/IDiagram.d.ts +4 -4
  157. package/dist/interfaces/model/diagram/IDiagramObject.d.ts +3 -3
  158. package/dist/interfaces/model/diagram/IDiagramObjectPoint.d.ts +1 -1
  159. package/dist/interfaces/model/domain/IActivePower.d.ts +1 -1
  160. package/dist/interfaces/model/domain/IAngleDegrees.d.ts +1 -1
  161. package/dist/interfaces/model/domain/IApparentPower.d.ts +1 -1
  162. package/dist/interfaces/model/domain/ICurrentFlow.d.ts +1 -1
  163. package/dist/interfaces/model/domain/IDataType.d.ts +2 -2
  164. package/dist/interfaces/model/domain/IReactivePower.d.ts +1 -1
  165. package/dist/interfaces/model/domain/IVoltage.d.ts +1 -1
  166. package/dist/interfaces/model/extensions/wires/IACLineSubSegment.d.ts +1 -1
  167. package/dist/interfaces/model/faults/IFault.d.ts +2 -2
  168. package/dist/interfaces/model/model/IModel.d.ts +23 -23
  169. package/dist/interfaces/model/operations/IOutage.d.ts +4 -4
  170. package/dist/interfaces/model/operations/ISwitchingAction.d.ts +2 -2
  171. package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +3 -3
  172. package/dist/interfaces/model/statevariables/ISvPowerFlow.d.ts +1 -1
  173. package/dist/interfaces/model/statevariables/ISvVoltage.d.ts +4 -4
  174. package/dist/interfaces/model/topology/ITopologicalIsland.d.ts +2 -2
  175. package/dist/interfaces/model/topology/ITopologicalNode.d.ts +5 -5
  176. package/dist/interfaces/model/wires/IACLineSegment.d.ts +1 -1
  177. package/dist/interfaces/model/wires/IBusbarSection.d.ts +1 -1
  178. package/dist/interfaces/model/wires/ICompositeSwitch.d.ts +1 -1
  179. package/dist/interfaces/model/wires/IConductor.d.ts +1 -1
  180. package/dist/interfaces/model/wires/IConnector.d.ts +1 -1
  181. package/dist/interfaces/model/wires/IDisconnector.d.ts +1 -1
  182. package/dist/interfaces/model/wires/IEnergyConsumer.d.ts +1 -1
  183. package/dist/interfaces/model/wires/IEnergySource.d.ts +1 -1
  184. package/dist/interfaces/model/wires/IExternalNetworkInjection.d.ts +1 -1
  185. package/dist/interfaces/model/wires/ILine.d.ts +3 -3
  186. package/dist/interfaces/model/wires/ILoadBreakSwitch.d.ts +1 -1
  187. package/dist/interfaces/model/wires/IPowerTransformer.d.ts +2 -2
  188. package/dist/interfaces/model/wires/IPowerTransformerEnd.d.ts +2 -2
  189. package/dist/interfaces/model/wires/IProtectedSwitch.d.ts +1 -1
  190. package/dist/interfaces/model/wires/IRegulatingCondEq.d.ts +1 -1
  191. package/dist/interfaces/model/wires/ISwitch.d.ts +1 -1
  192. package/dist/interfaces/model/wires/ITransformerEnd.d.ts +3 -3
  193. package/dist/interfaces/observable/IObservable.d.ts +1 -1
  194. package/dist/model/alternate-models/AlternateModel.d.ts +3 -3
  195. package/dist/model/alternate-models/AlternateModel.js +1 -1
  196. package/dist/model/alternate-models/AlternateModelGroup.d.ts +2 -2
  197. package/dist/model/alternate-models/AlternateModelGroup.js +1 -1
  198. package/dist/model/assetinfo/AssetInfo.d.ts +4 -4
  199. package/dist/model/assetinfo/AssetInfo.js +1 -1
  200. package/dist/model/assetinfo/CableInfo.d.ts +1 -1
  201. package/dist/model/assetinfo/CableInfo.js +1 -1
  202. package/dist/model/assetinfo/OverheadWireInfo.d.ts +1 -1
  203. package/dist/model/assetinfo/OverheadWireInfo.js +1 -1
  204. package/dist/model/assetinfo/PowerTransformerInfo.d.ts +1 -1
  205. package/dist/model/assetinfo/PowerTransformerInfo.js +3 -3
  206. package/dist/model/assetinfo/SwitchInfo.d.ts +2 -2
  207. package/dist/model/assetinfo/SwitchInfo.js +1 -1
  208. package/dist/model/assetinfo/TapChangerInfo.d.ts +5 -5
  209. package/dist/model/assetinfo/TapChangerInfo.js +11 -11
  210. package/dist/model/assetinfo/TransformerEndInfo.d.ts +4 -4
  211. package/dist/model/assetinfo/TransformerEndInfo.js +5 -5
  212. package/dist/model/assetinfo/WireInfo.d.ts +2 -2
  213. package/dist/model/assetinfo/WireInfo.js +5 -5
  214. package/dist/model/assets/AggregateScore.d.ts +2 -2
  215. package/dist/model/assets/AggregateScore.js +1 -1
  216. package/dist/model/assets/Analytic.d.ts +5 -5
  217. package/dist/model/assets/Analytic.js +3 -3
  218. package/dist/model/assets/AnalyticScore.d.ts +4 -4
  219. package/dist/model/assets/AnalyticScore.js +3 -3
  220. package/dist/model/assets/Asset.d.ts +21 -21
  221. package/dist/model/assets/Asset.js +9 -9
  222. package/dist/model/assets/AssetContainer.d.ts +3 -3
  223. package/dist/model/assets/AssetContainer.js +1 -1
  224. package/dist/model/assets/AssetDeployment.d.ts +7 -7
  225. package/dist/model/assets/AssetDeployment.js +5 -5
  226. package/dist/model/assets/AssetHealthEvent.d.ts +2 -2
  227. package/dist/model/assets/AssetHealthEvent.js +1 -1
  228. package/dist/model/assets/AssetOrganisationRole.d.ts +3 -3
  229. package/dist/model/assets/AssetOrganisationRole.js +2 -2
  230. package/dist/model/assets/AssetOwner.d.ts +2 -2
  231. package/dist/model/assets/AssetOwner.js +1 -1
  232. package/dist/model/assets/AssetUser.d.ts +2 -2
  233. package/dist/model/assets/AssetUser.js +1 -1
  234. package/dist/model/assets/DeploymentDate.js +1 -1
  235. package/dist/model/assets/Facility.d.ts +3 -3
  236. package/dist/model/assets/Facility.js +4 -4
  237. package/dist/model/assets/HealthScore.d.ts +2 -2
  238. package/dist/model/assets/HealthScore.js +1 -1
  239. package/dist/model/assets/LifecycleDate.js +2 -2
  240. package/dist/model/assets/RiskScore.d.ts +1 -1
  241. package/dist/model/assets/RiskScore.js +1 -1
  242. package/dist/model/assets/Structure.d.ts +2 -2
  243. package/dist/model/assets/Structure.js +2 -2
  244. package/dist/model/assets/Tower.d.ts +2 -2
  245. package/dist/model/assets/Tower.js +3 -3
  246. package/dist/model/common/ActivityRecord.d.ts +5 -5
  247. package/dist/model/common/ActivityRecord.js +2 -2
  248. package/dist/model/common/CoordinateSystem.d.ts +3 -3
  249. package/dist/model/common/CoordinateSystem.js +4 -4
  250. package/dist/model/common/Document.d.ts +2 -2
  251. package/dist/model/common/Document.js +1 -1
  252. package/dist/model/common/Location.d.ts +8 -8
  253. package/dist/model/common/Location.js +4 -4
  254. package/dist/model/common/Organisation.d.ts +3 -3
  255. package/dist/model/common/Organisation.js +1 -1
  256. package/dist/model/common/OrganisationRole.d.ts +3 -3
  257. package/dist/model/common/OrganisationRole.js +2 -2
  258. package/dist/model/common/PositionPoint.d.ts +3 -3
  259. package/dist/model/common/PositionPoint.js +4 -4
  260. package/dist/model/common/Status.js +1 -1
  261. package/dist/model/core/ACDCTerminal.d.ts +5 -5
  262. package/dist/model/core/ACDCTerminal.js +5 -5
  263. package/dist/model/core/BaseVoltage.d.ts +4 -4
  264. package/dist/model/core/BaseVoltage.js +4 -4
  265. package/dist/model/core/Bay.d.ts +5 -5
  266. package/dist/model/core/Bay.js +4 -4
  267. package/dist/model/core/ConductingEquipment.d.ts +10 -10
  268. package/dist/model/core/ConductingEquipment.js +4 -4
  269. package/dist/model/core/ConnectivityNode.d.ts +12 -12
  270. package/dist/model/core/ConnectivityNode.js +8 -8
  271. package/dist/model/core/ConnectivityNodeContainer.d.ts +4 -4
  272. package/dist/model/core/ConnectivityNodeContainer.js +1 -1
  273. package/dist/model/core/Curve.d.ts +2 -2
  274. package/dist/model/core/Curve.js +2 -2
  275. package/dist/model/core/CurveData.d.ts +1 -1
  276. package/dist/model/core/CurveData.js +3 -3
  277. package/dist/model/core/Equipment.d.ts +7 -7
  278. package/dist/model/core/Equipment.js +8 -8
  279. package/dist/model/core/EquipmentContainer.d.ts +4 -4
  280. package/dist/model/core/EquipmentContainer.js +1 -1
  281. package/dist/model/core/Feeder.d.ts +5 -5
  282. package/dist/model/core/Feeder.js +4 -4
  283. package/dist/model/core/GeographicalRegion.d.ts +2 -2
  284. package/dist/model/core/GeographicalRegion.js +3 -3
  285. package/dist/model/core/IdentifiedObject.d.ts +12 -12
  286. package/dist/model/core/IdentifiedObject.js +5 -5
  287. package/dist/model/core/PSRType.d.ts +3 -3
  288. package/dist/model/core/PSRType.js +4 -4
  289. package/dist/model/core/PowerSystemResource.d.ts +8 -8
  290. package/dist/model/core/PowerSystemResource.js +4 -4
  291. package/dist/model/core/SubGeographicalRegion.d.ts +4 -4
  292. package/dist/model/core/SubGeographicalRegion.js +3 -3
  293. package/dist/model/core/Substation.d.ts +9 -9
  294. package/dist/model/core/Substation.js +4 -4
  295. package/dist/model/core/Terminal.d.ts +20 -20
  296. package/dist/model/core/Terminal.js +5 -5
  297. package/dist/model/core/VoltageLevel.d.ts +5 -5
  298. package/dist/model/core/VoltageLevel.js +4 -4
  299. package/dist/model/dc/ACDCConverter.d.ts +4 -4
  300. package/dist/model/dc/ACDCConverter.js +4 -4
  301. package/dist/model/dc/ACDCConverterDCTerminal.d.ts +3 -3
  302. package/dist/model/dc/ACDCConverterDCTerminal.js +3 -3
  303. package/dist/model/dc/CsConverter.d.ts +4 -4
  304. package/dist/model/dc/CsConverter.js +5 -5
  305. package/dist/model/dc/DCBaseTerminal.d.ts +2 -2
  306. package/dist/model/dc/DCBaseTerminal.js +3 -3
  307. package/dist/model/dc/DCConductingEquipment.d.ts +2 -2
  308. package/dist/model/dc/DCConductingEquipment.js +1 -1
  309. package/dist/model/dc/DCConverterUnit.d.ts +4 -4
  310. package/dist/model/dc/DCConverterUnit.js +4 -4
  311. package/dist/model/dc/DCEquipmentContainer.d.ts +2 -2
  312. package/dist/model/dc/DCEquipmentContainer.js +1 -1
  313. package/dist/model/dc/DCGround.d.ts +1 -1
  314. package/dist/model/dc/DCGround.js +3 -3
  315. package/dist/model/dc/DCLine.d.ts +2 -2
  316. package/dist/model/dc/DCLine.js +3 -3
  317. package/dist/model/dc/DCLineSegment.d.ts +1 -1
  318. package/dist/model/dc/DCLineSegment.js +3 -3
  319. package/dist/model/dc/DCNode.d.ts +3 -3
  320. package/dist/model/dc/DCNode.js +3 -3
  321. package/dist/model/dc/DCTerminal.d.ts +2 -2
  322. package/dist/model/dc/DCTerminal.js +3 -3
  323. package/dist/model/dc/VsConverter.d.ts +4 -4
  324. package/dist/model/dc/VsConverter.js +6 -6
  325. package/dist/model/diagram/Diagram.d.ts +5 -5
  326. package/dist/model/diagram/Diagram.js +3 -3
  327. package/dist/model/diagram/DiagramObject.d.ts +5 -5
  328. package/dist/model/diagram/DiagramObject.js +4 -4
  329. package/dist/model/diagram/DiagramObjectPoint.d.ts +3 -3
  330. package/dist/model/diagram/DiagramObjectPoint.js +4 -4
  331. package/dist/model/diagram/DiagramStyle.d.ts +1 -1
  332. package/dist/model/diagram/DiagramStyle.js +4 -4
  333. package/dist/model/domain/ActivePower.d.ts +2 -2
  334. package/dist/model/domain/AngleDegrees.d.ts +2 -2
  335. package/dist/model/domain/ApparentPower.d.ts +2 -2
  336. package/dist/model/domain/Capacitance.d.ts +2 -2
  337. package/dist/model/domain/CapacitancePerLength.d.ts +2 -2
  338. package/dist/model/domain/ConductancePerLength.d.ts +2 -2
  339. package/dist/model/domain/CurrentFlow.d.ts +2 -2
  340. package/dist/model/domain/Reactance.d.ts +2 -2
  341. package/dist/model/domain/ReactancePerLength.d.ts +2 -2
  342. package/dist/model/domain/ReactivePower.d.ts +2 -2
  343. package/dist/model/domain/Resistance.d.ts +2 -2
  344. package/dist/model/domain/ResistancePerLength.d.ts +2 -2
  345. package/dist/model/domain/Voltage.d.ts +2 -2
  346. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.d.ts +2 -2
  347. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.js +3 -3
  348. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.d.ts +1 -1
  349. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.js +1 -1
  350. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.d.ts +2 -2
  351. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.js +1 -1
  352. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.d.ts +2 -2
  353. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.js +3 -3
  354. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.d.ts +3 -3
  355. package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.js +4 -4
  356. package/dist/model/equivalents/EquivalentBranch.d.ts +3 -3
  357. package/dist/model/equivalents/EquivalentBranch.js +4 -4
  358. package/dist/model/equivalents/EquivalentEquipment.d.ts +1 -1
  359. package/dist/model/equivalents/EquivalentEquipment.js +1 -1
  360. package/dist/model/equivalents/EquivalentInjection.d.ts +2 -2
  361. package/dist/model/equivalents/EquivalentInjection.js +4 -4
  362. package/dist/model/extensions/amprion/assetinfo/AMPRIONCableWireInfo.d.ts +2 -2
  363. package/dist/model/extensions/amprion/assetinfo/AMPRIONCableWireInfo.js +2 -2
  364. package/dist/model/extensions/amprion/assetinfo/AMPRIONOverheadWireInfo.d.ts +2 -2
  365. package/dist/model/extensions/amprion/assetinfo/AMPRIONOverheadWireInfo.js +2 -2
  366. package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.d.ts +2 -2
  367. package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +1 -1
  368. package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.d.ts +2 -2
  369. package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +1 -1
  370. package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.d.ts +2 -2
  371. package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +1 -1
  372. package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.d.ts +2 -2
  373. package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +1 -1
  374. package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.d.ts +4 -4
  375. package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js +4 -4
  376. package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.d.ts +2 -2
  377. package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +1 -1
  378. package/dist/model/extensions/amprion/assets/AMPRIONCountry.d.ts +3 -3
  379. package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +1 -1
  380. package/dist/model/extensions/amprion/assets/AMPRIONFacility.d.ts +4 -4
  381. package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +3 -3
  382. package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.d.ts +2 -2
  383. package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +1 -1
  384. package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.d.ts +2 -2
  385. package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +1 -1
  386. package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.d.ts +2 -2
  387. package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +1 -1
  388. package/dist/model/extensions/amprion/assets/AMPRIONSpanField.d.ts +5 -5
  389. package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +6 -6
  390. package/dist/model/extensions/amprion/assets/AMPRIONState.d.ts +3 -3
  391. package/dist/model/extensions/amprion/assets/AMPRIONState.js +2 -2
  392. package/dist/model/extensions/amprion/assets/AMPRIONTeam.d.ts +2 -2
  393. package/dist/model/extensions/amprion/assets/AMPRIONTeam.js +1 -1
  394. package/dist/model/extensions/amprion/assets/AMPRIONTower.d.ts +6 -6
  395. package/dist/model/extensions/amprion/assets/AMPRIONTower.js +5 -5
  396. package/dist/model/extensions/amprion/assets/AMPRIONWire.d.ts +8 -8
  397. package/dist/model/extensions/amprion/assets/AMPRIONWire.js +7 -7
  398. package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +2 -2
  399. package/dist/model/extensions/amprion/core/AMPRIONBay.js +4 -4
  400. package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +2 -2
  401. package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +3 -3
  402. package/dist/model/extensions/amprion/core/AMPRIONLine.d.ts +4 -4
  403. package/dist/model/extensions/amprion/core/AMPRIONLine.js +4 -4
  404. package/dist/model/extensions/amprion/core/AMPRIONSubstation.d.ts +2 -2
  405. package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +5 -5
  406. package/dist/model/extensions/amprion/equivalents/INTEGRALEquivalentBranch.d.ts +1 -1
  407. package/dist/model/extensions/amprion/equivalents/INTEGRALEquivalentBranch.js +3 -3
  408. package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +2 -2
  409. package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +1 -1
  410. package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +2 -2
  411. package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +1 -1
  412. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +2 -2
  413. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +1 -1
  414. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +2 -2
  415. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +1 -1
  416. package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.d.ts +6 -6
  417. package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js +2 -2
  418. package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.d.ts +4 -4
  419. package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js +2 -2
  420. package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.d.ts +4 -4
  421. package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js +1 -1
  422. package/dist/model/extensions/amprion/project/AMPRIONErpProject.d.ts +1 -1
  423. package/dist/model/extensions/amprion/project/AMPRIONErpProject.js +2 -2
  424. package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.d.ts +3 -3
  425. package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.js +3 -3
  426. package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.d.ts +2 -2
  427. package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js +2 -2
  428. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.d.ts +4 -4
  429. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +3 -3
  430. package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.d.ts +4 -4
  431. package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js +3 -3
  432. package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.d.ts +1 -1
  433. package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js +3 -3
  434. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.d.ts +4 -4
  435. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +5 -5
  436. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.d.ts +3 -3
  437. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +4 -4
  438. package/dist/model/extensions/enervance/assetinfo/EVStationInfo.d.ts +2 -2
  439. package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +2 -2
  440. package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.d.ts +3 -3
  441. package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +4 -4
  442. package/dist/model/extensions/enervance/assetinfo/EVWireInfo.d.ts +2 -2
  443. package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +4 -4
  444. package/dist/model/extensions/enervance/assets/EVAnalytic.d.ts +2 -2
  445. package/dist/model/extensions/enervance/assets/EVAnalytic.js +2 -2
  446. package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +2 -2
  447. package/dist/model/extensions/enervance/assets/EVImportanceScore.js +1 -1
  448. package/dist/model/extensions/enervance/assets/EVIndicator.d.ts +3 -3
  449. package/dist/model/extensions/enervance/assets/EVIndicator.js +3 -3
  450. package/dist/model/extensions/enervance/assets/EVWireObject.d.ts +5 -5
  451. package/dist/model/extensions/enervance/assets/EVWireObject.js +12 -12
  452. package/dist/model/extensions/enervance/core/EVTerminal.d.ts +5 -5
  453. package/dist/model/extensions/enervance/core/EVTerminal.js +1 -1
  454. package/dist/model/extensions/enervance/diagram/EVDiagram.d.ts +1 -1
  455. package/dist/model/extensions/enervance/diagram/EVDiagram.js +1 -1
  456. package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.d.ts +4 -4
  457. package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.js +1 -1
  458. package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +5 -5
  459. package/dist/model/extensions/enervance/operations/EVTerminalAction.js +3 -3
  460. package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +3 -3
  461. package/dist/model/extensions/enervance/wires/EVACLineSegment.js +1 -1
  462. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +4 -4
  463. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +2 -2
  464. package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.d.ts +1 -1
  465. package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js +3 -3
  466. package/dist/model/extensions/integral/dc/DCConverterUnit.d.ts +1 -1
  467. package/dist/model/extensions/integral/dc/DCConverterUnit.js +4 -4
  468. package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +1 -1
  469. package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +4 -4
  470. package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +1 -1
  471. package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +3 -3
  472. package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.d.ts +1 -1
  473. package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js +3 -3
  474. package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +1 -1
  475. package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +3 -3
  476. package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +1 -1
  477. package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +3 -3
  478. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +1 -1
  479. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +3 -3
  480. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +8 -8
  481. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +8 -8
  482. package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.d.ts +2 -2
  483. package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +4 -4
  484. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.d.ts +3 -3
  485. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js +3 -3
  486. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.d.ts +3 -3
  487. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js +3 -3
  488. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.d.ts +3 -3
  489. package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js +3 -3
  490. package/dist/model/extensions/neplan-westnetz/common/WNLocation.d.ts +5 -5
  491. package/dist/model/extensions/neplan-westnetz/common/WNLocation.js +2 -2
  492. package/dist/model/extensions/neplan-westnetz/core/WNBay.d.ts +4 -4
  493. package/dist/model/extensions/neplan-westnetz/core/WNBay.js +3 -3
  494. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +15 -15
  495. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +15 -15
  496. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +5 -5
  497. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +3 -3
  498. package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +4 -4
  499. package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +2 -2
  500. package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +3 -3
  501. package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +3 -3
  502. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.d.ts +4 -4
  503. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +3 -3
  504. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +4 -4
  505. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +3 -3
  506. package/dist/model/faults/EquipmentFault.d.ts +1 -1
  507. package/dist/model/faults/EquipmentFault.js +1 -1
  508. package/dist/model/faults/Fault.d.ts +4 -4
  509. package/dist/model/faults/Fault.js +1 -1
  510. package/dist/model/faults/LineFault.d.ts +1 -1
  511. package/dist/model/faults/LineFault.js +1 -1
  512. package/dist/model/generation/FossilFuel.d.ts +3 -3
  513. package/dist/model/generation/FossilFuel.js +3 -3
  514. package/dist/model/generation/GeneratingUnit.d.ts +4 -4
  515. package/dist/model/generation/GeneratingUnit.js +3 -3
  516. package/dist/model/generation/HydroGeneratingUnit.d.ts +3 -3
  517. package/dist/model/generation/HydroGeneratingUnit.js +3 -3
  518. package/dist/model/generation/HydroPowerPlant.d.ts +3 -3
  519. package/dist/model/generation/HydroPowerPlant.js +1 -1
  520. package/dist/model/generation/HydroPump.d.ts +3 -3
  521. package/dist/model/generation/HydroPump.js +1 -1
  522. package/dist/model/generation/NuclearGeneratingUnit.d.ts +1 -1
  523. package/dist/model/generation/NuclearGeneratingUnit.js +1 -1
  524. package/dist/model/generation/SolarGeneratingUnit.d.ts +2 -2
  525. package/dist/model/generation/SolarGeneratingUnit.js +3 -3
  526. package/dist/model/generation/ThermalGeneratingUnit.d.ts +2 -2
  527. package/dist/model/generation/ThermalGeneratingUnit.js +3 -3
  528. package/dist/model/generation/WindGeneratingUnit.d.ts +3 -3
  529. package/dist/model/generation/WindGeneratingUnit.js +5 -5
  530. package/dist/model/generic-data-set/ChangeSet.d.ts +4 -4
  531. package/dist/model/generic-data-set/ChangeSet.js +1 -1
  532. package/dist/model/generic-data-set/ChangeSetMember.d.ts +5 -5
  533. package/dist/model/generic-data-set/ChangeSetMember.js +1 -1
  534. package/dist/model/generic-data-set/DataSet.d.ts +3 -3
  535. package/dist/model/generic-data-set/DataSet.js +1 -1
  536. package/dist/model/generic-data-set/InstanceSet.d.ts +3 -3
  537. package/dist/model/generic-data-set/InstanceSet.js +1 -1
  538. package/dist/model/generic-data-set/ObjectCreation.d.ts +2 -2
  539. package/dist/model/generic-data-set/ObjectCreation.js +1 -1
  540. package/dist/model/generic-data-set/ObjectDeletion.d.ts +2 -2
  541. package/dist/model/generic-data-set/ObjectDeletion.js +1 -1
  542. package/dist/model/generic-data-set/ObjectModification.d.ts +3 -3
  543. package/dist/model/generic-data-set/ObjectModification.js +2 -2
  544. package/dist/model/generic-data-set/ObjectReverseModification.d.ts +3 -3
  545. package/dist/model/generic-data-set/ObjectReverseModification.js +1 -1
  546. package/dist/model/loadmodel/ConformLoad.d.ts +3 -3
  547. package/dist/model/loadmodel/ConformLoad.js +3 -3
  548. package/dist/model/loadmodel/ConformLoadGroup.d.ts +1 -1
  549. package/dist/model/loadmodel/ConformLoadGroup.js +3 -3
  550. package/dist/model/loadmodel/EnergyArea.d.ts +1 -1
  551. package/dist/model/loadmodel/EnergyArea.js +1 -1
  552. package/dist/model/loadmodel/LoadArea.d.ts +2 -2
  553. package/dist/model/loadmodel/LoadArea.js +3 -3
  554. package/dist/model/loadmodel/LoadGroup.d.ts +2 -2
  555. package/dist/model/loadmodel/LoadGroup.js +3 -3
  556. package/dist/model/loadmodel/SubLoadArea.d.ts +3 -3
  557. package/dist/model/loadmodel/SubLoadArea.js +3 -3
  558. package/dist/model/market-management/Period.d.ts +4 -4
  559. package/dist/model/market-management/Period.js +1 -1
  560. package/dist/model/market-management/Point.d.ts +3 -3
  561. package/dist/model/market-management/Point.js +1 -1
  562. package/dist/model/market-management/TimeSeries.d.ts +6 -6
  563. package/dist/model/market-management/TimeSeries.js +2 -2
  564. package/dist/model/meas/Analog.d.ts +1 -1
  565. package/dist/model/meas/Analog.js +1 -1
  566. package/dist/model/meas/Measurement.d.ts +2 -2
  567. package/dist/model/meas/Measurement.js +1 -1
  568. package/dist/model/model-description/FullModel.d.ts +2 -2
  569. package/dist/model/model-description/FullModel.js +1 -1
  570. package/dist/model/model-description/Model.d.ts +1 -1
  571. package/dist/model/model-description/Model.js +1 -1
  572. package/dist/model/model-operations/DatasetArg.d.ts +2 -2
  573. package/dist/model/model-operations/DatasetArg.js +1 -1
  574. package/dist/model/model-operations/IncrementalDatasetArg.d.ts +4 -4
  575. package/dist/model/model-operations/IncrementalDatasetArg.js +2 -2
  576. package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +3 -3
  577. package/dist/model/model-operations/IncrementalDatasetArgDescription.js +1 -1
  578. package/dist/model/model-operations/ModelOperation.d.ts +4 -4
  579. package/dist/model/model-operations/ModelOperation.js +2 -2
  580. package/dist/model/model-operations/ModelOperationArg.d.ts +3 -3
  581. package/dist/model/model-operations/ModelOperationArg.js +2 -2
  582. package/dist/model/model-operations/ModelOperationArgDescription.d.ts +3 -3
  583. package/dist/model/model-operations/ModelOperationArgDescription.js +2 -2
  584. package/dist/model/model-operations/ModelOperationDescription.d.ts +4 -4
  585. package/dist/model/model-operations/ModelOperationDescription.js +1 -1
  586. package/dist/model/operationallimits/CurrentLimit.d.ts +4 -4
  587. package/dist/model/operationallimits/CurrentLimit.js +5 -5
  588. package/dist/model/operationallimits/OperationalLimit.d.ts +4 -4
  589. package/dist/model/operationallimits/OperationalLimit.js +4 -4
  590. package/dist/model/operationallimits/OperationalLimitSet.d.ts +5 -5
  591. package/dist/model/operationallimits/OperationalLimitSet.js +4 -4
  592. package/dist/model/operationallimits/OperationalLimitType.d.ts +5 -5
  593. package/dist/model/operationallimits/OperationalLimitType.js +3 -3
  594. package/dist/model/operationallimits/VoltageLimit.d.ts +1 -1
  595. package/dist/model/operationallimits/VoltageLimit.js +3 -3
  596. package/dist/model/operations/ControlArea.d.ts +2 -2
  597. package/dist/model/operations/ControlArea.js +4 -4
  598. package/dist/model/operations/Outage.d.ts +6 -6
  599. package/dist/model/operations/Outage.js +3 -3
  600. package/dist/model/operations/SwitchAction.d.ts +5 -5
  601. package/dist/model/operations/SwitchAction.js +3 -3
  602. package/dist/model/operations/SwitchingAction.d.ts +5 -5
  603. package/dist/model/operations/SwitchingAction.js +1 -1
  604. package/dist/model/operations/SwitchingPlan.d.ts +5 -5
  605. package/dist/model/operations/SwitchingPlan.js +2 -2
  606. package/dist/model/operations/UnplannedOutage.d.ts +1 -1
  607. package/dist/model/operations/UnplannedOutage.js +1 -1
  608. package/dist/model/statevariables/SvPowerFlow.d.ts +5 -5
  609. package/dist/model/statevariables/SvPowerFlow.js +4 -4
  610. package/dist/model/statevariables/SvStatus.d.ts +2 -2
  611. package/dist/model/statevariables/SvStatus.js +3 -3
  612. package/dist/model/statevariables/SvTapStep.d.ts +2 -2
  613. package/dist/model/statevariables/SvTapStep.js +3 -3
  614. package/dist/model/statevariables/SvVoltage.d.ts +3 -3
  615. package/dist/model/statevariables/SvVoltage.js +1 -1
  616. package/dist/model/topology/TopologicalIsland.d.ts +2 -2
  617. package/dist/model/topology/TopologicalIsland.js +1 -1
  618. package/dist/model/topology/TopologicalNode.d.ts +10 -10
  619. package/dist/model/topology/TopologicalNode.js +4 -4
  620. package/dist/model/wires/ACLineSegment.d.ts +7 -7
  621. package/dist/model/wires/ACLineSegment.js +5 -5
  622. package/dist/model/wires/AsynchronousMachine.d.ts +3 -3
  623. package/dist/model/wires/AsynchronousMachine.js +5 -5
  624. package/dist/model/wires/Breaker.d.ts +2 -2
  625. package/dist/model/wires/Breaker.js +3 -3
  626. package/dist/model/wires/BusbarSection.d.ts +4 -4
  627. package/dist/model/wires/BusbarSection.js +3 -3
  628. package/dist/model/wires/Clamp.d.ts +1 -1
  629. package/dist/model/wires/Clamp.js +1 -1
  630. package/dist/model/wires/CompositeSwitch.d.ts +1 -1
  631. package/dist/model/wires/CompositeSwitch.js +1 -1
  632. package/dist/model/wires/Conductor.d.ts +3 -3
  633. package/dist/model/wires/Conductor.js +4 -4
  634. package/dist/model/wires/Connector.d.ts +1 -1
  635. package/dist/model/wires/Connector.js +1 -1
  636. package/dist/model/wires/Cut.d.ts +1 -1
  637. package/dist/model/wires/Cut.js +1 -1
  638. package/dist/model/wires/Disconnector.d.ts +4 -4
  639. package/dist/model/wires/Disconnector.js +3 -3
  640. package/dist/model/wires/EarthFaultCompensator.d.ts +1 -1
  641. package/dist/model/wires/EarthFaultCompensator.js +3 -3
  642. package/dist/model/wires/EnergyConnection.d.ts +1 -1
  643. package/dist/model/wires/EnergyConnection.js +1 -1
  644. package/dist/model/wires/EnergyConsumer.d.ts +7 -7
  645. package/dist/model/wires/EnergyConsumer.js +6 -6
  646. package/dist/model/wires/EnergySource.d.ts +6 -6
  647. package/dist/model/wires/EnergySource.js +6 -6
  648. package/dist/model/wires/ExternalNetworkInjection.d.ts +8 -8
  649. package/dist/model/wires/ExternalNetworkInjection.js +4 -4
  650. package/dist/model/wires/Ground.d.ts +2 -2
  651. package/dist/model/wires/Ground.js +1 -1
  652. package/dist/model/wires/GroundDisconnector.d.ts +2 -2
  653. package/dist/model/wires/GroundDisconnector.js +1 -1
  654. package/dist/model/wires/GroundingImpedance.d.ts +2 -2
  655. package/dist/model/wires/GroundingImpedance.js +3 -3
  656. package/dist/model/wires/Jumper.d.ts +1 -1
  657. package/dist/model/wires/Jumper.js +1 -1
  658. package/dist/model/wires/Junction.d.ts +3 -3
  659. package/dist/model/wires/Junction.js +3 -3
  660. package/dist/model/wires/Line.d.ts +5 -5
  661. package/dist/model/wires/Line.js +5 -5
  662. package/dist/model/wires/LinearShuntCompensator.d.ts +2 -2
  663. package/dist/model/wires/LinearShuntCompensator.js +4 -4
  664. package/dist/model/wires/LoadBreakSwitch.d.ts +4 -4
  665. package/dist/model/wires/LoadBreakSwitch.js +1 -1
  666. package/dist/model/wires/PetersenCoil.d.ts +4 -4
  667. package/dist/model/wires/PetersenCoil.js +4 -4
  668. package/dist/model/wires/PhaseTapChanger.d.ts +2 -2
  669. package/dist/model/wires/PhaseTapChanger.js +3 -3
  670. package/dist/model/wires/PhaseTapChangerAsymmetrical.d.ts +2 -2
  671. package/dist/model/wires/PhaseTapChangerAsymmetrical.js +4 -4
  672. package/dist/model/wires/PhaseTapChangerLinear.d.ts +2 -2
  673. package/dist/model/wires/PhaseTapChangerLinear.js +4 -4
  674. package/dist/model/wires/PhaseTapChangerNonLinear.d.ts +2 -2
  675. package/dist/model/wires/PhaseTapChangerNonLinear.js +4 -4
  676. package/dist/model/wires/PhaseTapChangerSymmetrical.d.ts +1 -1
  677. package/dist/model/wires/PhaseTapChangerSymmetrical.js +3 -3
  678. package/dist/model/wires/PhaseTapChangerTable.d.ts +4 -4
  679. package/dist/model/wires/PhaseTapChangerTable.js +2 -2
  680. package/dist/model/wires/PhaseTapChangerTablePoint.d.ts +3 -3
  681. package/dist/model/wires/PhaseTapChangerTablePoint.js +4 -4
  682. package/dist/model/wires/PhaseTapChangerTabular.d.ts +2 -2
  683. package/dist/model/wires/PhaseTapChangerTabular.js +3 -3
  684. package/dist/model/wires/Plant.d.ts +1 -1
  685. package/dist/model/wires/Plant.js +1 -1
  686. package/dist/model/wires/PowerTransformer.d.ts +7 -7
  687. package/dist/model/wires/PowerTransformer.js +6 -6
  688. package/dist/model/wires/PowerTransformerEnd.d.ts +5 -5
  689. package/dist/model/wires/PowerTransformerEnd.js +6 -6
  690. package/dist/model/wires/ProtectedSwitch.d.ts +1 -1
  691. package/dist/model/wires/ProtectedSwitch.js +1 -1
  692. package/dist/model/wires/RatioTapChanger.d.ts +3 -3
  693. package/dist/model/wires/RatioTapChanger.js +3 -3
  694. package/dist/model/wires/RatioTapChangerTable.d.ts +3 -3
  695. package/dist/model/wires/RatioTapChangerTable.js +2 -2
  696. package/dist/model/wires/RatioTapChangerTablePoint.d.ts +2 -2
  697. package/dist/model/wires/RatioTapChangerTablePoint.js +3 -3
  698. package/dist/model/wires/ReactiveCapabilityCurve.d.ts +2 -2
  699. package/dist/model/wires/ReactiveCapabilityCurve.js +3 -3
  700. package/dist/model/wires/Recloser.d.ts +1 -1
  701. package/dist/model/wires/Recloser.js +1 -1
  702. package/dist/model/wires/RegulatingCondEq.d.ts +4 -4
  703. package/dist/model/wires/RegulatingCondEq.js +5 -5
  704. package/dist/model/wires/RegulatingControl.d.ts +8 -8
  705. package/dist/model/wires/RegulatingControl.js +8 -8
  706. package/dist/model/wires/RotatingMachine.d.ts +8 -8
  707. package/dist/model/wires/RotatingMachine.js +4 -4
  708. package/dist/model/wires/SeriesCompensator.d.ts +3 -3
  709. package/dist/model/wires/SeriesCompensator.js +5 -5
  710. package/dist/model/wires/ShuntCompensator.d.ts +2 -2
  711. package/dist/model/wires/ShuntCompensator.js +4 -4
  712. package/dist/model/wires/StaticVarCompensator.d.ts +3 -3
  713. package/dist/model/wires/StaticVarCompensator.js +5 -5
  714. package/dist/model/wires/Switch.d.ts +7 -7
  715. package/dist/model/wires/Switch.js +5 -5
  716. package/dist/model/wires/SynchronousMachine.d.ts +6 -6
  717. package/dist/model/wires/SynchronousMachine.js +6 -6
  718. package/dist/model/wires/TapChanger.d.ts +5 -5
  719. package/dist/model/wires/TapChanger.js +4 -4
  720. package/dist/model/wires/TapChangerControl.d.ts +2 -2
  721. package/dist/model/wires/TapChangerControl.js +3 -3
  722. package/dist/model/wires/TapChangerTablePoint.d.ts +1 -1
  723. package/dist/model/wires/TapChangerTablePoint.js +3 -3
  724. package/dist/model/wires/TransformerEnd.d.ts +8 -8
  725. package/dist/model/wires/TransformerEnd.js +4 -4
  726. package/dist/model-container/model/AMPRIONModelContainer.d.ts +30 -30
  727. package/dist/model-container/model/AMPRIONModelContainer.js +1 -1
  728. package/dist/model-container/model/EVModelContainer.d.ts +3 -3
  729. package/dist/model-container/model/EVModelContainer.js +1 -1
  730. package/dist/model-container/model/EVModelsContainer.d.ts +6 -6
  731. package/dist/model-container/model/EVModelsContainer.js +6 -6
  732. package/dist/model-container/model/INTEGRALModelContainer.d.ts +4 -4
  733. package/dist/model-container/model/INTEGRALModelContainer.js +1 -1
  734. package/dist/model-container/model/ModelContainer.d.ts +119 -119
  735. package/dist/model-container/model/ModelContainer.js +12 -12
  736. package/dist/model-container/model/WNModelContainer.d.ts +4 -4
  737. package/dist/model-container/model/WNModelContainer.js +4 -4
  738. package/dist/rdf/RdfBase.d.ts +2 -2
  739. package/dist/rdf/RdfBase.js +2 -2
  740. package/dist/rdf/RdfClass.d.ts +4 -4
  741. package/dist/rdf/RdfClass.js +2 -2
  742. package/dist/rdf/RdfEnum.d.ts +3 -3
  743. package/dist/rdf/RdfEnum.js +2 -2
  744. package/dist/rdf/RdfModel.d.ts +4 -4
  745. package/dist/rdf/RdfProperty.d.ts +4 -4
  746. package/dist/rdf/RdfProperty.js +3 -3
  747. package/dist/types/cim.types.d.ts +6 -6
  748. package/dist/util/collection/util-dot.d.ts +1 -1
  749. package/dist/util/collection/util-dot.js +1 -1
  750. package/dist/util/collection/util-graph.d.ts +4 -4
  751. package/dist/util/collection/util-graph.js +8 -8
  752. package/dist/util/collection/util-graph2tree.d.ts +9 -9
  753. package/dist/util/collection/util-graph2tree.js +9 -9
  754. package/dist/util/collection/util-tree.d.ts +1 -1
  755. package/dist/util/geojson/geojson-common.utils.d.ts +3 -3
  756. package/dist/util/sparql/sparql-utils.d.ts +1 -1
  757. package/dist/util/sparql/sparql-utils.js +1 -1
  758. package/dist/util/util-create.d.ts +21 -21
  759. package/dist/util/util-create.js +27 -27
  760. package/dist/util/util-search.d.ts +2 -2
  761. package/dist/util/util-test.d.ts +2 -2
  762. package/dist/util/util-test.js +1 -1
  763. package/dist/util/util-topology.d.ts +4 -4
  764. package/dist/util/util-topology.js +7 -7
  765. package/dist/util/utils.d.ts +8 -8
  766. package/dist/util/utils.js +3 -3
  767. package/dist/util/xml/xml.parser.d.ts +1 -1
  768. package/dist/util/xml/xml.parser.js +2 -2
  769. package/dist/util/xml/xml.serializer.d.ts +3 -3
  770. package/dist/util/xml/xml.serializer.js +2 -2
  771. package/dist/utils2/cim-to-db.d.ts +4 -4
  772. package/dist/utils2/cim.model.assetinfo.util.d.ts +1 -1
  773. package/dist/utils2/cim.model.utils.d.ts +4 -4
  774. package/dist/utils2/cim.model.utils.js +145 -145
  775. package/dist/utils2/common.utils.d.ts +1 -1
  776. package/dist/utils2/contingency.util.d.ts +2 -2
  777. package/dist/utils2/contingency.util.js +4 -4
  778. package/dist/utils2/fuseki.utils.d.ts +5 -5
  779. package/dist/utils2/fuseki.utils.js +2 -2
  780. package/dist/utils2/import.utils.d.ts +3 -3
  781. package/dist/utils2/import.utils.js +6 -6
  782. package/dist/utils2/model.modification.utils.d.ts +13 -13
  783. package/dist/utils2/model.modification.utils.js +11 -11
  784. package/dist/utils2/parser.utils.d.ts +5 -5
  785. package/dist/utils2/parser.utils.js +4 -4
  786. package/dist/utils2/rdf.model.utils.d.ts +3 -3
  787. package/dist/utils2/rdf.model.utils.js +4 -4
  788. package/dist/utils2/sparql.utils.d.ts +3 -3
  789. package/dist/utils2/sparql.utils.js +2 -2
  790. package/package.json +1 -1
  791. package/dist/package.json +0 -15
@@ -1,29 +1,29 @@
1
- import { IXmlSerializers } from '../../../util/xml/xml.serializer';
2
- import { IDefaultValuesConfig } from './IDefaultValuesConfig';
3
- import { StandortImpl } from '../model/integral/Standort';
4
- import { SchaltanlageImpl } from '../model/integral/Schaltanlage';
5
- import { SchaltanlagenabschnittImpl } from '../model/integral/Schaltanlagenabschnitt';
6
- import { SchaltfeldImpl } from '../model/integral/Schaltfeld';
7
- import { KnotenSoImpl } from '../model/integral/KnotenSo';
8
- import { LeitungImpl } from '../model/integral/Leitung';
9
- import { ITargetVoltage } from './data-structures-i7';
10
- import { ITerminal } from '../../../interfaces/model/core/ITerminal';
11
- import { PetersenCoil } from '../../../model/wires/PetersenCoil';
12
- import { Junction } from '../../../model/wires/Junction';
13
- import { GroundingImpedance } from '../../../model/wires/GroundingImpedance';
14
- import { IConnectivityNode } from '../../../interfaces/model/core/IConnectivityNode';
15
- import { StandortNsgImpl } from '../model/integral/StandortNsg';
16
- import { SchaltanlageNsgImpl } from '../model/integral/SchaltanlageNSG';
17
- import { SchaltanlagenabschnittNsg } from '../model/integral/SchaltanlagenabschnittNsg';
18
- import { INTEGRALModelContainer } from '../../../model-container/model/INTEGRALModelContainer';
19
- import { LaengskupplungImpl } from '../model/integral/Laengskupplung';
20
- import { DiagramObject } from '../../../model/diagram/DiagramObject';
21
- import { QueryObjectSsabNsg } from '../model/dl-utils/QueryObjectSsabNsg';
22
- import { SchaltfeldNsgImpl } from '../model/integral/SchaltfeldNsg';
23
- import { QuerzweigNsg, StpKnotenNsg, StpSchieneNsg } from '../model/interfaces';
24
- import { BaseClassTrafoNsg } from '../model/integral/BaseClassTrafoNsg';
25
- import { Hgueleitung } from '../model/integral/Hgueleitung';
26
- import { Kopfstation } from '../model/integral/Kopfstation';
1
+ import { IXmlSerializers } from '../../../util/xml/xml.serializer.js';
2
+ import { IDefaultValuesConfig } from './IDefaultValuesConfig.js';
3
+ import { StandortImpl } from '../model/integral/Standort.js';
4
+ import { SchaltanlageImpl } from '../model/integral/Schaltanlage.js';
5
+ import { SchaltanlagenabschnittImpl } from '../model/integral/Schaltanlagenabschnitt.js';
6
+ import { SchaltfeldImpl } from '../model/integral/Schaltfeld.js';
7
+ import { KnotenSoImpl } from '../model/integral/KnotenSo.js';
8
+ import { LeitungImpl } from '../model/integral/Leitung.js';
9
+ import { ITargetVoltage } from './data-structures-i7.js';
10
+ import { ITerminal } from '../../../interfaces/model/core/ITerminal.js';
11
+ import { PetersenCoil } from '../../../model/wires/PetersenCoil.js';
12
+ import { Junction } from '../../../model/wires/Junction.js';
13
+ import { GroundingImpedance } from '../../../model/wires/GroundingImpedance.js';
14
+ import { IConnectivityNode } from '../../../interfaces/model/core/IConnectivityNode.js';
15
+ import { StandortNsgImpl } from '../model/integral/StandortNsg.js';
16
+ import { SchaltanlageNsgImpl } from '../model/integral/SchaltanlageNSG.js';
17
+ import { SchaltanlagenabschnittNsg } from '../model/integral/SchaltanlagenabschnittNsg.js';
18
+ import { INTEGRALModelContainer } from '../../../model-container/model/INTEGRALModelContainer.js';
19
+ import { LaengskupplungImpl } from '../model/integral/Laengskupplung.js';
20
+ import { DiagramObject } from '../../../model/diagram/DiagramObject.js';
21
+ import { QueryObjectSsabNsg } from '../model/dl-utils/QueryObjectSsabNsg.js';
22
+ import { SchaltfeldNsgImpl } from '../model/integral/SchaltfeldNsg.js';
23
+ import { QuerzweigNsg, StpKnotenNsg, StpSchieneNsg } from '../model/interfaces.js';
24
+ import { BaseClassTrafoNsg } from '../model/integral/BaseClassTrafoNsg.js';
25
+ import { Hgueleitung } from '../model/integral/Hgueleitung.js';
26
+ import { Kopfstation } from '../model/integral/Kopfstation.js';
27
27
  export declare class I7ExportFrame {
28
28
  name: string;
29
29
  isoCode: string;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.I7ExportFrame = void 0;
4
- const rdf_xml_1 = require("../../../constants/rdf-xml");
5
- const xml_serializer_1 = require("../../../util/xml/xml.serializer");
6
- const utils_cgmes_export_1 = require("../utils-cgmes-export");
7
- const INTEGRALModelContainer_1 = require("../../../model-container/model/INTEGRALModelContainer");
8
- const common_utils_1 = require("../../../utils2/common.utils");
4
+ const rdf_xml_1 = require("../../../constants/rdf-xml.js");
5
+ const xml_serializer_1 = require("../../../util/xml/xml.serializer.js");
6
+ const utils_cgmes_export_1 = require("../utils-cgmes-export.js");
7
+ const INTEGRALModelContainer_1 = require("../../../model-container/model/INTEGRALModelContainer.js");
8
+ const common_utils_1 = require("../../../utils2/common.utils.js");
9
9
  class I7ExportFrame {
10
10
  /**
11
11
  * @param partName Teilname des Modells
@@ -1,6 +1,6 @@
1
- import { Point } from '../integral/Point';
2
- import { BaseClassNsg } from '../integral/BaseClassNsg';
3
- import { NsgSSAB } from '../../dl-convert/db/database.interface.types';
1
+ import { Point } from '../integral/Point.js';
2
+ import { BaseClassNsg } from '../integral/BaseClassNsg.js';
3
+ import { NsgSSAB } from '../../dl-convert/db/database.interface.types.js';
4
4
  export declare class QueryObjectSsabNsg extends BaseClassNsg {
5
5
  /** nsg_nsgsaabschnitt.saabschnitt.variantennr */
6
6
  /** nsg_nsgsaabschnitt.saabschnitt.id */
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.QueryObjectSsabNsg = void 0;
4
- const constants_1 = require("./constants");
5
- const Point_1 = require("../integral/Point");
6
- const BaseClassNsg_1 = require("../integral/BaseClassNsg");
4
+ const constants_1 = require("./constants.js");
5
+ const Point_1 = require("../integral/Point.js");
6
+ const BaseClassNsg_1 = require("../integral/BaseClassNsg.js");
7
7
  class QueryObjectSsabNsg extends BaseClassNsg_1.BaseClassNsg {
8
8
  static getLeftOffset(obj) {
9
9
  return obj.nslots * constants_1.NsgConstants.HORIZONTAL_OFFSET;
@@ -1,15 +1,15 @@
1
- import { Integral7Model } from '../../interface-i7/data-structures-i7';
2
- import { DiagramObject } from '../../../../model/diagram/DiagramObject';
3
- import { I7KnotenBeziehung } from './I7KnotenBeziehung';
4
- import { DiagramObjectPoint } from '../../../../model/diagram/DiagramObjectPoint';
5
- import { NsgKnotenSo, NsgLeitungsPunkt } from '../interfaces';
6
- import { I7ExportFrame } from '../../interface-i7/export-frame-i7';
7
- import { ISchemaDatabaseKey } from './ISchemaDatabaseKey';
8
- import { NsgObject, NsgSaabschnitt, NsgSchaltanlage, NsgSSAB, NsgStandort } from '../../dl-convert/db/database.interface.types';
9
- import { DiagramObjectWithPointParams } from '../../dl-convert/dl-converter-i7-function.types';
10
- import { IIdentifiedObject } from '../../../../interfaces/model/core/IIdentifiedObject';
11
- import { IUUIDObject } from '../../../../interfaces/IUUIDObject';
12
- import { ModelContainer } from '../../../../model-container/model/ModelContainer';
1
+ import { Integral7Model } from '../../interface-i7/data-structures-i7.js';
2
+ import { DiagramObject } from '../../../../model/diagram/DiagramObject.js';
3
+ import { I7KnotenBeziehung } from './I7KnotenBeziehung.js';
4
+ import { DiagramObjectPoint } from '../../../../model/diagram/DiagramObjectPoint.js';
5
+ import { NsgKnotenSo, NsgLeitungsPunkt } from '../interfaces.js';
6
+ import { I7ExportFrame } from '../../interface-i7/export-frame-i7.js';
7
+ import { ISchemaDatabaseKey } from './ISchemaDatabaseKey.js';
8
+ import { NsgObject, NsgSaabschnitt, NsgSchaltanlage, NsgSSAB, NsgStandort } from '../../dl-convert/db/database.interface.types.js';
9
+ import { DiagramObjectWithPointParams } from '../../dl-convert/dl-converter-i7-function.types.js';
10
+ import { IIdentifiedObject } from '../../../../interfaces/model/core/IIdentifiedObject.js';
11
+ import { IUUIDObject } from '../../../../interfaces/IUUIDObject.js';
12
+ import { ModelContainer } from '../../../../model-container/model/ModelContainer.js';
13
13
  export declare class DLUtilFunctions {
14
14
  static EPSILON: number;
15
15
  static getCenterOfPoints(diagramObjectPoints: DiagramObjectPoint[]): number[];
@@ -5,14 +5,14 @@ exports.DLUtilFunctions = void 0;
5
5
  * Hilfsklasse zum Abspeichern der Dl-Profil-relevanten Attribute
6
6
  * um bspw. die Positionen der Schaltfelder leicher ermitteln zu können
7
7
  */
8
- const constants_1 = require("./constants");
9
- const utils_schema_1 = require("../../utils-schema");
10
- const integral_sql_1 = require("../../sql/integral.sql");
11
- const DiagramObject_1 = require("../../../../model/diagram/DiagramObject");
12
- const QueryObjectSsabNsg_1 = require("./QueryObjectSsabNsg");
13
- const DiagramObjectPoint_1 = require("../../../../model/diagram/DiagramObjectPoint");
14
- const parser_utils_1 = require("../../../../utils2/parser.utils");
15
- const common_utils_1 = require("../../../../utils2/common.utils");
8
+ const constants_1 = require("./constants.js");
9
+ const utils_schema_1 = require("../../utils-schema.js");
10
+ const integral_sql_1 = require("../../sql/integral.sql.js");
11
+ const DiagramObject_1 = require("../../../../model/diagram/DiagramObject.js");
12
+ const QueryObjectSsabNsg_1 = require("./QueryObjectSsabNsg.js");
13
+ const DiagramObjectPoint_1 = require("../../../../model/diagram/DiagramObjectPoint.js");
14
+ const parser_utils_1 = require("../../../../utils2/parser.utils.js");
15
+ const common_utils_1 = require("../../../../utils2/common.utils.js");
16
16
  class DLUtilFunctions {
17
17
  static getCenterOfPoints(diagramObjectPoints) {
18
18
  const centerCoordinates = [0, 0];
@@ -1,5 +1,5 @@
1
- import { BaseClass } from '../interfaces';
2
- import { Point } from './Point';
1
+ import { BaseClass } from '../interfaces.js';
2
+ import { Point } from './Point.js';
3
3
  export declare class BaseClassImpl implements BaseClass {
4
4
  id: number;
5
5
  guid: string;
@@ -1,4 +1,4 @@
1
- import { SchemaObject } from '../interfaces';
1
+ import { SchemaObject } from '../interfaces.js';
2
2
  export declare class BaseClassNsg implements SchemaObject {
3
3
  id: number;
4
4
  guid: string;
@@ -1,5 +1,5 @@
1
- import { TrafoNsg } from '../interfaces';
2
- import { BaseClassNsg } from './BaseClassNsg';
1
+ import { TrafoNsg } from '../interfaces.js';
2
+ import { BaseClassNsg } from './BaseClassNsg.js';
3
3
  export declare class BaseClassTrafoNsg extends BaseClassNsg {
4
4
  /**
5
5
  * Allgemeine Rotations-Ausrichtung (clockwise)
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BaseClassTrafoNsg = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class BaseClassTrafoNsg extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,4 +1,4 @@
1
- import { BaseClass } from '../interfaces';
1
+ import { BaseClass } from '../interfaces.js';
2
2
  export interface Hgueleitung extends BaseClass {
3
3
  anetzobjekt: number;
4
4
  enetzobjekt: number;
@@ -1,8 +1,8 @@
1
- import { BaseClassImpl } from './BaseClass';
2
- import { Abzweig } from '../interfaces';
3
- import { StandortImpl } from './Standort';
4
- import { KnotenSoNsg } from './KnotenSoNsg';
5
- import { Point } from './Point';
1
+ import { BaseClassImpl } from './BaseClass.js';
2
+ import { Abzweig } from '../interfaces.js';
3
+ import { StandortImpl } from './Standort.js';
4
+ import { KnotenSoNsg } from './KnotenSoNsg.js';
5
+ import { Point } from './Point.js';
6
6
  export declare class KnotenSoImpl extends BaseClassImpl {
7
7
  standort: StandortImpl;
8
8
  standortid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.KnotenSoImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class KnotenSoImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,7 +1,7 @@
1
- import { BaseClassNsg } from './BaseClassNsg';
2
- import { NsgKnotenSo } from '../interfaces';
3
- import { StandortNsgImpl } from './StandortNsg';
4
- import { KnotenSoImpl } from './KnotenSo';
1
+ import { BaseClassNsg } from './BaseClassNsg.js';
2
+ import { NsgKnotenSo } from '../interfaces.js';
3
+ import { StandortNsgImpl } from './StandortNsg.js';
4
+ import { KnotenSoImpl } from './KnotenSo.js';
5
5
  export declare class KnotenSoNsg extends BaseClassNsg {
6
6
  knotenso: KnotenSoImpl;
7
7
  knotensoid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.KnotenSoNsg = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class KnotenSoNsg extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,4 +1,4 @@
1
- import { BaseClassImpl } from './BaseClass';
1
+ import { BaseClassImpl } from './BaseClass.js';
2
2
  export declare class Kopfstation extends BaseClassImpl {
3
3
  anschluss: number;
4
4
  betrieb: number;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Kopfstation = void 0;
4
- //import {BaseClass} from '../interfaces';
5
- const BaseClass_1 = require("./BaseClass");
4
+ //import {BaseClass} from '../interfaces.js';
5
+ const BaseClass_1 = require("./BaseClass.js");
6
6
  //export interface Kopfstation extends BaseClass {
7
7
  class Kopfstation extends BaseClass_1.BaseClassImpl {
8
8
  }
@@ -1,5 +1,5 @@
1
- import { BaseClassImpl } from './BaseClass';
2
- import { Laengskupplung } from '../interfaces';
1
+ import { BaseClassImpl } from './BaseClass.js';
2
+ import { Laengskupplung } from '../interfaces.js';
3
3
  export declare class LaengskupplungImpl extends BaseClassImpl {
4
4
  seltyp: number;
5
5
  schaltanlagenID: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LaengskupplungImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class LaengskupplungImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,7 +1,7 @@
1
- import { BaseClassImpl } from './BaseClass';
2
- import { LeitungStk } from '../interfaces';
3
- import { Point } from './Point';
4
- import { LeitungNsgImpl } from './LeitungNsg';
1
+ import { BaseClassImpl } from './BaseClass.js';
2
+ import { LeitungStk } from '../interfaces.js';
3
+ import { Point } from './Point.js';
4
+ import { LeitungNsgImpl } from './LeitungNsg.js';
5
5
  export declare class LeitungImpl extends BaseClassImpl {
6
6
  stkabname: string;
7
7
  aknoten: BaseClassImpl;
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LeitungImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
5
- const Point_1 = require("./Point");
6
- const KnotenSo_1 = require("./KnotenSo");
7
- const Schaltfeld_1 = require("./Schaltfeld");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
+ const Point_1 = require("./Point.js");
6
+ const KnotenSo_1 = require("./KnotenSo.js");
7
+ const Schaltfeld_1 = require("./Schaltfeld.js");
8
8
  class LeitungImpl extends BaseClass_1.BaseClassImpl {
9
9
  constructor(data) {
10
10
  super(data);
@@ -1,6 +1,6 @@
1
- import { BaseClassNsg } from './BaseClassNsg';
2
- import { NsgLeitung, NsgLeitungsPunkt } from '../interfaces';
3
- import { LeitungImpl } from './Leitung';
1
+ import { BaseClassNsg } from './BaseClassNsg.js';
2
+ import { NsgLeitung, NsgLeitungsPunkt } from '../interfaces.js';
3
+ import { LeitungImpl } from './Leitung.js';
4
4
  export declare class LeitungNsgImpl extends BaseClassNsg {
5
5
  leitung: LeitungImpl;
6
6
  leitungid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LeitungNsgImpl = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class LeitungNsgImpl extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,10 +1,10 @@
1
- import { Anlage, NsgLeitungsPunkt } from '../interfaces';
2
- import { BaseClassImpl } from './BaseClass';
3
- import { StandortImpl } from './Standort';
4
- import { SchaltanlageNsgImpl } from './SchaltanlageNSG';
5
- import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt';
6
- import { Point } from './Point';
7
- import { SchaltfeldImpl } from './Schaltfeld';
1
+ import { Anlage, NsgLeitungsPunkt } from '../interfaces.js';
2
+ import { BaseClassImpl } from './BaseClass.js';
3
+ import { StandortImpl } from './Standort.js';
4
+ import { SchaltanlageNsgImpl } from './SchaltanlageNSG.js';
5
+ import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt.js';
6
+ import { Point } from './Point.js';
7
+ import { SchaltfeldImpl } from './Schaltfeld.js';
8
8
  export declare class SchaltanlageImpl extends BaseClassImpl {
9
9
  un: number;
10
10
  standort: StandortImpl;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltanlageImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
5
- const Point_1 = require("./Point");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
+ const Point_1 = require("./Point.js");
6
6
  class SchaltanlageImpl extends BaseClass_1.BaseClassImpl {
7
7
  constructor(data) {
8
8
  super(data);
@@ -1,8 +1,8 @@
1
- import { BaseClassNsg } from './BaseClassNsg';
2
- import { NsgSA } from '../interfaces';
3
- import { StandortNsgImpl } from './StandortNsg';
4
- import { SchaltanlagenabschnittNsg } from './SchaltanlagenabschnittNsg';
5
- import { SchaltanlageImpl } from './Schaltanlage';
1
+ import { BaseClassNsg } from './BaseClassNsg.js';
2
+ import { NsgSA } from '../interfaces.js';
3
+ import { StandortNsgImpl } from './StandortNsg.js';
4
+ import { SchaltanlagenabschnittNsg } from './SchaltanlagenabschnittNsg.js';
5
+ import { SchaltanlageImpl } from './Schaltanlage.js';
6
6
  export declare class SchaltanlageNsgImpl extends BaseClassNsg {
7
7
  schaltanlage: SchaltanlageImpl;
8
8
  schaltanlageid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltanlageNsgImpl = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class SchaltanlageNsgImpl extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,8 +1,8 @@
1
- import { AnlagenAbschnitt, Ssab } from '../interfaces';
2
- import { BaseClassImpl } from './BaseClass';
3
- import { SchaltanlagenabschnittNsg } from './SchaltanlagenabschnittNsg';
4
- import { SchaltfeldImpl } from './Schaltfeld';
5
- import { SchaltanlageImpl } from './Schaltanlage';
1
+ import { AnlagenAbschnitt, Ssab } from '../interfaces.js';
2
+ import { BaseClassImpl } from './BaseClass.js';
3
+ import { SchaltanlagenabschnittNsg } from './SchaltanlagenabschnittNsg.js';
4
+ import { SchaltfeldImpl } from './Schaltfeld.js';
5
+ import { SchaltanlageImpl } from './Schaltanlage.js';
6
6
  export declare class SchaltanlagenabschnittImpl extends BaseClassImpl {
7
7
  schaltanlage: SchaltanlageImpl;
8
8
  schaltanlageid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltanlagenabschnittImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class SchaltanlagenabschnittImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,7 +1,7 @@
1
- import { BaseClassNsg } from './BaseClassNsg';
2
- import { NsgSAAB } from '../interfaces';
3
- import { SchaltanlageNsgImpl } from './SchaltanlageNSG';
4
- import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt';
1
+ import { BaseClassNsg } from './BaseClassNsg.js';
2
+ import { NsgSAAB } from '../interfaces.js';
3
+ import { SchaltanlageNsgImpl } from './SchaltanlageNSG.js';
4
+ import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt.js';
5
5
  export declare class SchaltanlagenabschnittNsg extends BaseClassNsg {
6
6
  laenge: number;
7
7
  nslots: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltanlagenabschnittNsg = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class SchaltanlagenabschnittNsg extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,10 +1,10 @@
1
- import { BaseClassImpl } from './BaseClass';
2
- import { NsgLeitungsPunkt, Schaltfeld } from '../interfaces';
3
- import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt';
4
- import { SchaltfeldNsgImpl } from './SchaltfeldNsg';
5
- import { Point } from './Point';
6
- import { SchaltanlageImpl } from "./Schaltanlage";
7
- import { StandortImpl } from "./Standort";
1
+ import { BaseClassImpl } from './BaseClass.js';
2
+ import { NsgLeitungsPunkt, Schaltfeld } from '../interfaces.js';
3
+ import { SchaltanlagenabschnittImpl } from './Schaltanlagenabschnitt.js';
4
+ import { SchaltfeldNsgImpl } from './SchaltfeldNsg.js';
5
+ import { Point } from './Point.js';
6
+ import { SchaltanlageImpl } from "./Schaltanlage.js";
7
+ import { StandortImpl } from "./Standort.js";
8
8
  export declare class SchaltfeldImpl extends BaseClassImpl {
9
9
  seltyp: number;
10
10
  saabschnitt: SchaltanlagenabschnittImpl;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltfeldImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class SchaltfeldImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,5 +1,5 @@
1
- import { BaseClassNsg } from './BaseClassNsg';
2
- import { NsgSchaltfeld } from '../interfaces';
1
+ import { BaseClassNsg } from './BaseClassNsg.js';
2
+ import { NsgSchaltfeld } from '../interfaces.js';
3
3
  export declare class SchaltfeldNsgImpl extends BaseClassNsg {
4
4
  deltaausrichtung: number;
5
5
  slotnummer: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchaltfeldNsgImpl = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class SchaltfeldNsgImpl extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,8 +1,8 @@
1
- import { Standort } from '../interfaces';
2
- import { BaseClassImpl } from './BaseClass';
3
- import { StandortNsgImpl } from './StandortNsg';
4
- import { Point } from './Point';
5
- import { SchaltanlageImpl } from "./Schaltanlage";
1
+ import { Standort } from '../interfaces.js';
2
+ import { BaseClassImpl } from './BaseClass.js';
3
+ import { StandortNsgImpl } from './StandortNsg.js';
4
+ import { Point } from './Point.js';
5
+ import { SchaltanlageImpl } from "./Schaltanlage.js";
6
6
  export declare class StandortImpl extends BaseClassImpl {
7
7
  stationsnummer: string;
8
8
  soname6: string;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StandortImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
5
- const Point_1 = require("./Point");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
+ const Point_1 = require("./Point.js");
6
6
  class StandortImpl extends BaseClass_1.BaseClassImpl {
7
7
  constructor(data) {
8
8
  super(data);
@@ -1,7 +1,7 @@
1
- import { NsgStandort } from '../interfaces';
2
- import { StandortImpl } from './Standort';
3
- import { BaseClassNsg } from './BaseClassNsg';
4
- import { SchaltanlageNsgImpl } from "./SchaltanlageNSG";
1
+ import { NsgStandort } from '../interfaces.js';
2
+ import { StandortImpl } from './Standort.js';
3
+ import { BaseClassNsg } from './BaseClassNsg.js';
4
+ import { SchaltanlageNsgImpl } from "./SchaltanlageNSG.js";
5
5
  export declare class StandortNsgImpl extends BaseClassNsg {
6
6
  standort: StandortImpl;
7
7
  standortid: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StandortNsgImpl = void 0;
4
- const BaseClassNsg_1 = require("./BaseClassNsg");
4
+ const BaseClassNsg_1 = require("./BaseClassNsg.js");
5
5
  class StandortNsgImpl extends BaseClassNsg_1.BaseClassNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,9 +1,9 @@
1
- import { Trafo2w } from "../interfaces";
2
- import { BaseClassImpl } from "./BaseClass";
3
- import { Trafo2wNsgImpl } from "./Trafo2wNsg";
4
- import { StandortImpl } from "./Standort";
5
- import { KnotenSoImpl } from "./KnotenSo";
6
- import { SchaltfeldImpl } from "./Schaltfeld";
1
+ import { Trafo2w } from "../interfaces.js";
2
+ import { BaseClassImpl } from "./BaseClass.js";
3
+ import { Trafo2wNsgImpl } from "./Trafo2wNsg.js";
4
+ import { StandortImpl } from "./Standort.js";
5
+ import { KnotenSoImpl } from "./KnotenSo.js";
6
+ import { SchaltfeldImpl } from "./Schaltfeld.js";
7
7
  export declare class Trafo2wImpl extends BaseClassImpl {
8
8
  standort: StandortImpl;
9
9
  trafo2wNsg: Trafo2wNsgImpl;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Trafo2wImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class Trafo2wImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,5 +1,5 @@
1
- import { Trafo2wNsg } from '../interfaces';
2
- import { BaseClassTrafoNsg } from './BaseClassTrafoNsg';
1
+ import { Trafo2wNsg } from '../interfaces.js';
2
+ import { BaseClassTrafoNsg } from './BaseClassTrafoNsg.js';
3
3
  export declare class Trafo2wNsgImpl extends BaseClassTrafoNsg {
4
4
  anschlussanf: number;
5
5
  anschlussend: number;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Trafo2wNsgImpl = void 0;
4
- const BaseClassTrafoNsg_1 = require("./BaseClassTrafoNsg");
4
+ const BaseClassTrafoNsg_1 = require("./BaseClassTrafoNsg.js");
5
5
  class Trafo2wNsgImpl extends BaseClassTrafoNsg_1.BaseClassTrafoNsg {
6
6
  constructor(data) {
7
7
  super(data);
@@ -1,6 +1,6 @@
1
- import { Trafo3w } from '../interfaces';
2
- import { BaseClassImpl } from './BaseClass';
3
- import { Trafo3wNsgImpl } from './Trafo3wNsg';
1
+ import { Trafo3w } from '../interfaces.js';
2
+ import { BaseClassImpl } from './BaseClass.js';
3
+ import { Trafo3wNsgImpl } from './Trafo3wNsg.js';
4
4
  export declare class Trafo3wImpl extends BaseClassImpl {
5
5
  trafo3wNsgid: number;
6
6
  trafo3wNsg: Trafo3wNsgImpl;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Trafo3wImpl = void 0;
4
- const BaseClass_1 = require("./BaseClass");
4
+ const BaseClass_1 = require("./BaseClass.js");
5
5
  class Trafo3wImpl extends BaseClass_1.BaseClassImpl {
6
6
  constructor(data) {
7
7
  super(data);