@enervance/insight-cim-model 0.0.45 → 0.0.47

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 (270) hide show
  1. package/dist/analysis/analysis-neplan/digi-ons.js +0 -12
  2. package/dist/analysis/analysis-neplan/digi-ons.js.map +1 -1
  3. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +5 -5
  4. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +13 -8
  5. package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -1
  6. package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +1 -1
  7. package/dist/config/westnetz-neplan/callbacks/cb-psr.js +1 -1
  8. package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +1 -1
  9. package/dist/config/westnetz-neplan/neplan-load.config.js +1 -1
  10. package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
  11. package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +3 -3
  12. package/dist/constants/cim-class-definition.js +0 -2
  13. package/dist/constants/cim-class-definition.js.map +1 -1
  14. package/dist/constants/cim-class-names.d.ts +1 -3
  15. package/dist/constants/cim-class-names.js +1 -3
  16. package/dist/constants/cim-class-names.js.map +1 -1
  17. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +1 -1
  18. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +1 -55
  19. package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -1
  20. package/dist/constants/init-data/ASSSET_OWNER.d.ts +1 -1
  21. package/dist/constants/init-data/ASSSET_OWNER.js +1 -18
  22. package/dist/constants/init-data/ASSSET_OWNER.js.map +1 -1
  23. package/dist/constants/init-data/PSR_TYPES.d.ts +1 -1
  24. package/dist/constants/init-data/PSR_TYPES.js +1 -99
  25. package/dist/constants/init-data/PSR_TYPES.js.map +1 -1
  26. package/dist/constants/init-data/RZ.d.ts +1 -1
  27. package/dist/constants/init-data/RZ.js +0 -54
  28. package/dist/constants/init-data/RZ.js.map +1 -1
  29. package/dist/constants/init-data/xml/settings.d.ts +1 -1
  30. package/dist/constants/init-data/xml/settings.js +0 -64
  31. package/dist/constants/init-data/xml/settings.js.map +1 -1
  32. package/dist/constants/util-init.js +0 -8
  33. package/dist/constants/util-init.js.map +1 -1
  34. package/dist/converter/integral7/converter-i7.d.ts +1 -1
  35. package/dist/converter/integral7/converter-i7.js +277 -171
  36. package/dist/converter/integral7/converter-i7.js.map +1 -1
  37. package/dist/converter/integral7/interface-i7/data-structures-i7.js.map +1 -1
  38. package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +0 -1
  39. package/dist/converter/integral7/interface-i7/export-frame-i7.js +8 -33
  40. package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
  41. package/dist/converter/integral7/model/integral/Multiplikationsfaktor.d.ts +7 -0
  42. package/dist/converter/integral7/model/integral/Multiplikationsfaktor.js +11 -0
  43. package/dist/converter/integral7/model/integral/Multiplikationsfaktor.js.map +1 -0
  44. package/dist/converter/integral7/model/integral/NetzObjektBez.d.ts +10 -0
  45. package/dist/converter/integral7/model/integral/NetzObjektBez.js +13 -0
  46. package/dist/converter/integral7/model/integral/NetzObjektBez.js.map +1 -0
  47. package/dist/converter/integral7/model/interfaces.d.ts +11 -0
  48. package/dist/converter/integral7/model/interfaces.js.map +1 -1
  49. package/dist/converter/integral7/sql/integral.sql.js +6 -6
  50. package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
  51. package/dist/converter/integral7/utils-cgmes-export.js +22 -0
  52. package/dist/converter/integral7/utils-cgmes-export.js.map +1 -1
  53. package/dist/converter/integral7/utils.js +115 -33
  54. package/dist/converter/integral7/utils.js.map +1 -1
  55. package/dist/etl/etl-neplan/etl-neplan-csv.js +42 -48
  56. package/dist/etl/etl-neplan/etl-neplan-csv.js.map +1 -1
  57. package/dist/etl/etl-neplan/etl-neplan-geo.js +16 -16
  58. package/dist/etl/etl-neplan/etl-neplan.js +17 -17
  59. package/dist/index.d.ts +1 -6
  60. package/dist/index.js +1 -11
  61. package/dist/index.js.map +1 -1
  62. package/dist/interfaces/model/core/IIdentifiedObject.d.ts +1 -1
  63. package/dist/interfaces/{persistence.interfaces.js → persistence-interfaces.js} +1 -1
  64. package/dist/interfaces/persistence-interfaces.js.map +1 -0
  65. package/dist/model/assetinfo/SwitchInfo.js +19 -19
  66. package/dist/model/assetinfo/WireInfo.js +3 -3
  67. package/dist/model/assets/Asset.js +30 -30
  68. package/dist/model/assets/AssetDeployment.js +48 -48
  69. package/dist/model/assets/Facility.js +36 -36
  70. package/dist/model/common/CoordinateSystem.js +17 -17
  71. package/dist/model/common/Location.js +22 -22
  72. package/dist/model/common/PositionPoint.js +25 -25
  73. package/dist/model/core/BaseVoltage.js +22 -22
  74. package/dist/model/core/Bay.d.ts +1 -1
  75. package/dist/model/core/Bay.js +2 -2
  76. package/dist/model/core/Bay.js.map +1 -1
  77. package/dist/model/core/ConductingEquipment.d.ts +1 -1
  78. package/dist/model/core/ConductingEquipment.js +2 -2
  79. package/dist/model/core/ConductingEquipment.js.map +1 -1
  80. package/dist/model/core/ConnectivityNode.js +24 -24
  81. package/dist/model/core/ConnectivityNodeContainer.d.ts +1 -1
  82. package/dist/model/core/ConnectivityNodeContainer.js +2 -2
  83. package/dist/model/core/ConnectivityNodeContainer.js.map +1 -1
  84. package/dist/model/core/Equipment.d.ts +1 -1
  85. package/dist/model/core/Equipment.js +3 -3
  86. package/dist/model/core/Equipment.js.map +1 -1
  87. package/dist/model/core/EquipmentContainer.d.ts +1 -1
  88. package/dist/model/core/EquipmentContainer.js +2 -2
  89. package/dist/model/core/EquipmentContainer.js.map +1 -1
  90. package/dist/model/core/Feeder.js +29 -29
  91. package/dist/model/core/IdentifiedObject.d.ts +3 -8
  92. package/dist/model/core/IdentifiedObject.js +1 -3
  93. package/dist/model/core/IdentifiedObject.js.map +1 -1
  94. package/dist/model/core/PowerSystemResource.d.ts +2 -2
  95. package/dist/model/core/PowerSystemResource.js +2 -2
  96. package/dist/model/core/PowerSystemResource.js.map +1 -1
  97. package/dist/model/core/Substation.d.ts +1 -2
  98. package/dist/model/core/Substation.js +2 -10
  99. package/dist/model/core/Substation.js.map +1 -1
  100. package/dist/model/core/Terminal.js +31 -31
  101. package/dist/model/core/VoltageLevel.d.ts +1 -1
  102. package/dist/model/core/VoltageLevel.js +2 -2
  103. package/dist/model/core/VoltageLevel.js.map +1 -1
  104. package/dist/model/dc/DCLine.js +17 -17
  105. package/dist/model/diagram/Diagram.d.ts +1 -1
  106. package/dist/model/diagram/Diagram.js +22 -22
  107. package/dist/model/diagram/Diagram.js.map +1 -1
  108. package/dist/model/diagram/DiagramObject.js +26 -26
  109. package/dist/model/diagram/DiagramObjectPoint.js +47 -47
  110. package/dist/model/equivalents/EquivalentInjection.js +15 -15
  111. package/dist/model/equivalents/EquivalentInjection.js.map +1 -1
  112. package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +22 -22
  113. package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +22 -22
  114. package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +22 -22
  115. package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +22 -22
  116. package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +22 -22
  117. package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +19 -19
  118. package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +60 -60
  119. package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +22 -22
  120. package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +22 -22
  121. package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +22 -22
  122. package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +49 -49
  123. package/dist/model/extensions/amprion/assets/AMPRIONState.js +21 -21
  124. package/dist/model/extensions/amprion/assets/AMPRIONTower.js +50 -50
  125. package/dist/model/extensions/amprion/assets/AMPRIONWire.js +68 -68
  126. package/dist/model/extensions/amprion/core/AMPRIONBay.js +26 -26
  127. package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +25 -25
  128. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.d.ts +1 -1
  129. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +2 -2
  130. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js.map +1 -1
  131. package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
  132. package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +1 -1
  133. package/dist/model/extensions/enervance/wires/EVACLineSegment.js +2 -2
  134. package/dist/model/extensions/enervance/wires/EVACLineSegment.js.map +1 -1
  135. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +1 -1
  136. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +2 -2
  137. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js.map +1 -1
  138. package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +9 -0
  139. package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +32 -0
  140. package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js.map +1 -0
  141. package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +3 -2
  142. package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +12 -2
  143. package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js.map +1 -1
  144. package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +4 -0
  145. package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +16 -0
  146. package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js.map +1 -1
  147. package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +6 -0
  148. package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +22 -0
  149. package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js.map +1 -1
  150. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +3 -0
  151. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +10 -0
  152. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js.map +1 -1
  153. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +33 -33
  154. package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +40 -40
  155. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +31 -31
  156. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +34 -34
  157. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.d.ts +1 -1
  158. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +2 -2
  159. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js.map +1 -1
  160. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +1 -1
  161. package/dist/model/generation/GeneratingUnit.js +36 -36
  162. package/dist/model/loadmodel/ConformLoadGroup.js +22 -22
  163. package/dist/model/loadmodel/LoadArea.js +21 -21
  164. package/dist/model/loadmodel/SubLoadArea.js +22 -22
  165. package/dist/model/operationallimits/CurrentLimit.js +19 -19
  166. package/dist/model/operationallimits/OperationalLimitSet.js +18 -18
  167. package/dist/model/operationallimits/OperationalLimitType.js +16 -16
  168. package/dist/model/statevariables/SvPowerFlow.js +20 -20
  169. package/dist/model/topology/TopologicalNode.js +25 -25
  170. package/dist/model/wires/ACLineSegment.d.ts +1 -1
  171. package/dist/model/wires/ACLineSegment.js +2 -2
  172. package/dist/model/wires/ACLineSegment.js.map +1 -1
  173. package/dist/model/wires/BusbarSection.d.ts +1 -1
  174. package/dist/model/wires/BusbarSection.js +2 -2
  175. package/dist/model/wires/BusbarSection.js.map +1 -1
  176. package/dist/model/wires/Conductor.d.ts +1 -1
  177. package/dist/model/wires/Conductor.js +2 -2
  178. package/dist/model/wires/Conductor.js.map +1 -1
  179. package/dist/model/wires/Connector.d.ts +1 -1
  180. package/dist/model/wires/Connector.js +2 -2
  181. package/dist/model/wires/Connector.js.map +1 -1
  182. package/dist/model/wires/EnergySource.d.ts +1 -1
  183. package/dist/model/wires/EnergySource.js +2 -2
  184. package/dist/model/wires/EnergySource.js.map +1 -1
  185. package/dist/model/wires/PowerTransformer.js +27 -27
  186. package/dist/model/wires/PowerTransformerEnd.js +31 -31
  187. package/dist/model/wires/RegulatingControl.js +31 -31
  188. package/dist/model/wires/Switch.js +32 -32
  189. package/dist/model/wires/SynchronousMachine.d.ts +1 -1
  190. package/dist/util/sparql/sparql-utils.d.ts +1 -1
  191. package/dist/util/util-create.js +18 -25
  192. package/dist/util/util-create.js.map +1 -1
  193. package/package.json +1 -1
  194. package/dist/constants/cim.sourcesystem.d.ts +0 -6
  195. package/dist/constants/cim.sourcesystem.js +0 -11
  196. package/dist/constants/cim.sourcesystem.js.map +0 -1
  197. package/dist/factory/factory-interfaces.d.ts +0 -26
  198. package/dist/factory/factory-interfaces.js +0 -3
  199. package/dist/factory/factory-interfaces.js.map +0 -1
  200. package/dist/factory/object-factory.d.ts +0 -7
  201. package/dist/factory/object-factory.js +0 -37
  202. package/dist/factory/object-factory.js.map +0 -1
  203. package/dist/factory/sparql-factory.d.ts +0 -6
  204. package/dist/factory/sparql-factory.js +0 -16
  205. package/dist/factory/sparql-factory.js.map +0 -1
  206. package/dist/interfaces/persistence.interfaces.js.map +0 -1
  207. package/dist/model/alternate-models/AlternateModel.d.ts +0 -10
  208. package/dist/model/alternate-models/AlternateModel.js +0 -17
  209. package/dist/model/alternate-models/AlternateModel.js.map +0 -1
  210. package/dist/model/alternate-models/AlternateModelGroup.d.ts +0 -8
  211. package/dist/model/alternate-models/AlternateModelGroup.js +0 -22
  212. package/dist/model/alternate-models/AlternateModelGroup.js.map +0 -1
  213. package/dist/model/extensions/enervance/diagram/EVDiagram.d.ts +0 -5
  214. package/dist/model/extensions/enervance/diagram/EVDiagram.js +0 -17
  215. package/dist/model/extensions/enervance/diagram/EVDiagram.js.map +0 -1
  216. package/dist/model/extensions/enervance/model/EVModel.d.ts +0 -11
  217. package/dist/model/extensions/enervance/model/EVModel.js +0 -45
  218. package/dist/model/extensions/enervance/model/EVModel.js.map +0 -1
  219. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.d.ts +0 -8
  220. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.js +0 -34
  221. package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.js.map +0 -1
  222. package/dist/model/generic-data-set/ChangeSet.d.ts +0 -8
  223. package/dist/model/generic-data-set/ChangeSet.js +0 -13
  224. package/dist/model/generic-data-set/ChangeSet.js.map +0 -1
  225. package/dist/model/generic-data-set/ChangeSetMember.d.ts +0 -8
  226. package/dist/model/generic-data-set/ChangeSetMember.js +0 -11
  227. package/dist/model/generic-data-set/ChangeSetMember.js.map +0 -1
  228. package/dist/model/generic-data-set/DataSet.d.ts +0 -10
  229. package/dist/model/generic-data-set/DataSet.js +0 -16
  230. package/dist/model/generic-data-set/DataSet.js.map +0 -1
  231. package/dist/model/generic-data-set/InstanceSet.d.ts +0 -8
  232. package/dist/model/generic-data-set/InstanceSet.js +0 -13
  233. package/dist/model/generic-data-set/InstanceSet.js.map +0 -1
  234. package/dist/model/generic-data-set/ObjectCreation.d.ts +0 -4
  235. package/dist/model/generic-data-set/ObjectCreation.js +0 -15
  236. package/dist/model/generic-data-set/ObjectCreation.js.map +0 -1
  237. package/dist/model/generic-data-set/ObjectDeletion.d.ts +0 -4
  238. package/dist/model/generic-data-set/ObjectDeletion.js +0 -15
  239. package/dist/model/generic-data-set/ObjectDeletion.js.map +0 -1
  240. package/dist/model/generic-data-set/ObjectModification.d.ts +0 -6
  241. package/dist/model/generic-data-set/ObjectModification.js +0 -11
  242. package/dist/model/generic-data-set/ObjectModification.js.map +0 -1
  243. package/dist/model/generic-data-set/ObjectReverseModification.d.ts +0 -6
  244. package/dist/model/generic-data-set/ObjectReverseModification.js +0 -11
  245. package/dist/model/generic-data-set/ObjectReverseModification.js.map +0 -1
  246. package/dist/model/model-operations/DatasetArg.d.ts +0 -6
  247. package/dist/model/model-operations/DatasetArg.js +0 -11
  248. package/dist/model/model-operations/DatasetArg.js.map +0 -1
  249. package/dist/model/model-operations/IncrementalDatasetArg.d.ts +0 -8
  250. package/dist/model/model-operations/IncrementalDatasetArg.js +0 -11
  251. package/dist/model/model-operations/IncrementalDatasetArg.js.map +0 -1
  252. package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +0 -6
  253. package/dist/model/model-operations/IncrementalDatasetArgDescription.js +0 -12
  254. package/dist/model/model-operations/IncrementalDatasetArgDescription.js.map +0 -1
  255. package/dist/model/model-operations/ModelOperation.d.ts +0 -7
  256. package/dist/model/model-operations/ModelOperation.js +0 -11
  257. package/dist/model/model-operations/ModelOperation.js.map +0 -1
  258. package/dist/model/model-operations/ModelOperationArg.d.ts +0 -5
  259. package/dist/model/model-operations/ModelOperationArg.js +0 -11
  260. package/dist/model/model-operations/ModelOperationArg.js.map +0 -1
  261. package/dist/model/model-operations/ModelOperationArgDescription.d.ts +0 -8
  262. package/dist/model/model-operations/ModelOperationArgDescription.js +0 -11
  263. package/dist/model/model-operations/ModelOperationArgDescription.js.map +0 -1
  264. package/dist/model/model-operations/ModelOperationDescription.d.ts +0 -7
  265. package/dist/model/model-operations/ModelOperationDescription.js +0 -13
  266. package/dist/model/model-operations/ModelOperationDescription.js.map +0 -1
  267. package/dist/util/cim.model.util.d.ts +0 -4
  268. package/dist/util/cim.model.util.js +0 -257
  269. package/dist/util/cim.model.util.js.map +0 -1
  270. /package/dist/interfaces/{persistence.interfaces.d.ts → persistence-interfaces.d.ts} +0 -0
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObjectDeletion = void 0;
4
- const ChangeSetMember_1 = require("./ChangeSetMember");
5
- class ObjectDeletion extends ChangeSetMember_1.ChangeSetMember {
6
- constructor(mrid, name, shortName, description, baseIRI) {
7
- super(mrid, name, shortName, description, baseIRI);
8
- this.mrid = mrid || '';
9
- this.name = name || '';
10
- this.description = description || '';
11
- this.baseIRI = baseIRI;
12
- }
13
- }
14
- exports.ObjectDeletion = ObjectDeletion;
15
- //# sourceMappingURL=ObjectDeletion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectDeletion.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectDeletion.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAEpD,MAAa,cAAe,SAAQ,iCAAe;IACjD,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QACnD,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,IAAI,CAAC,WAAW,GAAG,WAAW,IAAI,EAAE,CAAC;QACrC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;CACF;AARD,wCAQC"}
@@ -1,6 +0,0 @@
1
- import { ChangeSetMember } from './ChangeSetMember';
2
- import { ObjectReverseModification } from './ObjectReverseModification';
3
- export declare class ObjectModification extends ChangeSetMember {
4
- objectReverseModification: ObjectReverseModification;
5
- constructor(mrid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
6
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObjectModification = void 0;
4
- const ChangeSetMember_1 = require("./ChangeSetMember");
5
- class ObjectModification extends ChangeSetMember_1.ChangeSetMember {
6
- constructor(mrid, name, shortName, description, baseIRI) {
7
- super(mrid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.ObjectModification = ObjectModification;
11
- //# sourceMappingURL=ObjectModification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,MAAa,kBAAmB,SAAQ,iCAAe;IAIrD,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CACF;AAPD,gDAOC"}
@@ -1,6 +0,0 @@
1
- import { ChangeSetMember } from './ChangeSetMember';
2
- import { ObjectModification } from './ObjectModification';
3
- export declare class ObjectReverseModification extends ChangeSetMember {
4
- objectModification?: ObjectModification;
5
- constructor(mrid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
6
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObjectReverseModification = void 0;
4
- const ChangeSetMember_1 = require("./ChangeSetMember");
5
- class ObjectReverseModification extends ChangeSetMember_1.ChangeSetMember {
6
- constructor(mrid, name, shortName, description, baseIRI) {
7
- super(mrid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.ObjectReverseModification = ObjectReverseModification;
11
- //# sourceMappingURL=ObjectReverseModification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectReverseModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectReverseModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,MAAa,yBAA0B,SAAQ,iCAAe;IAI5D,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CACF;AAPD,8DAOC"}
@@ -1,6 +0,0 @@
1
- import { ModelOperationArg } from './ModelOperationArg';
2
- import { InstanceSet } from '../generic-data-set/InstanceSet';
3
- export declare class DatasetArg extends ModelOperationArg {
4
- dataSet: InstanceSet;
5
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
6
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DatasetArg = void 0;
4
- const ModelOperationArg_1 = require("./ModelOperationArg");
5
- class DatasetArg extends ModelOperationArg_1.ModelOperationArg {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.DatasetArg = DatasetArg;
11
- //# sourceMappingURL=DatasetArg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatasetArg.js","sourceRoot":"","sources":["../../../src/model/model-operations/DatasetArg.ts"],"names":[],"mappings":";;;AAAA,2DAAwD;AAGxD,MAAa,UAAW,SAAQ,qCAAiB;IAI/C,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CACF;AAPD,gCAOC"}
@@ -1,8 +0,0 @@
1
- import { ModelOperationArg } from './ModelOperationArg';
2
- import { IncrementalDatasetArgDescription } from './IncrementalDatasetArgDescription';
3
- import { ChangeSet } from '../generic-data-set/ChangeSet';
4
- export declare class IncrementalDatasetArg extends ModelOperationArg {
5
- incrementalDatasetArgDescription: IncrementalDatasetArgDescription;
6
- incrementalDataset: ChangeSet;
7
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
8
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IncrementalDatasetArg = void 0;
4
- const ModelOperationArg_1 = require("./ModelOperationArg");
5
- class IncrementalDatasetArg extends ModelOperationArg_1.ModelOperationArg {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.IncrementalDatasetArg = IncrementalDatasetArg;
11
- //# sourceMappingURL=IncrementalDatasetArg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IncrementalDatasetArg.js","sourceRoot":"","sources":["../../../src/model/model-operations/IncrementalDatasetArg.ts"],"names":[],"mappings":";;;AAAA,2DAAwD;AAIxD,MAAa,qBAAsB,SAAQ,qCAAiB;IAM1D,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CAEF;AAVD,sDAUC"}
@@ -1,6 +0,0 @@
1
- import { ModelOperationArgDescription } from './ModelOperationArgDescription';
2
- import { IncrementalDatasetArg } from './IncrementalDatasetArg';
3
- export declare class IncrementalDatasetArgDescription extends ModelOperationArgDescription {
4
- incrementalDatasetArg: Set<IncrementalDatasetArg>;
5
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
6
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IncrementalDatasetArgDescription = void 0;
4
- const ModelOperationArgDescription_1 = require("./ModelOperationArgDescription");
5
- class IncrementalDatasetArgDescription extends ModelOperationArgDescription_1.ModelOperationArgDescription {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- this.incrementalDatasetArg = new Set();
9
- }
10
- }
11
- exports.IncrementalDatasetArgDescription = IncrementalDatasetArgDescription;
12
- //# sourceMappingURL=IncrementalDatasetArgDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IncrementalDatasetArgDescription.js","sourceRoot":"","sources":["../../../src/model/model-operations/IncrementalDatasetArgDescription.ts"],"names":[],"mappings":";;;AAAA,iFAA8E;AAI9E,MAAa,gCAAiC,SAAQ,2DAA4B;IAIhF,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QAHrD,0BAAqB,GAA+B,IAAI,GAAG,EAAyB,CAAC;IAIrF,CAAC;CAEF;AARD,4EAQC"}
@@ -1,7 +0,0 @@
1
- import { IdentifiedObject } from '../core/IdentifiedObject';
2
- import { ModelOperationDescription } from './ModelOperationDescription';
3
- export declare class ModelOperation extends IdentifiedObject {
4
- sequenceNumber?: number;
5
- modelOperationDescription: ModelOperationDescription;
6
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
7
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModelOperation = void 0;
4
- const IdentifiedObject_1 = require("../core/IdentifiedObject");
5
- class ModelOperation extends IdentifiedObject_1.IdentifiedObject {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.ModelOperation = ModelOperation;
11
- //# sourceMappingURL=ModelOperation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModelOperation.js","sourceRoot":"","sources":["../../../src/model/model-operations/ModelOperation.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAG5D,MAAa,cAAe,SAAQ,mCAAgB;IAMlD,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CAEF;AAVD,wCAUC"}
@@ -1,5 +0,0 @@
1
- import { IdentifiedObject } from '../core/IdentifiedObject';
2
- export declare class ModelOperationArg extends IdentifiedObject {
3
- sequenceNumber?: number;
4
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
5
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModelOperationArg = void 0;
4
- const IdentifiedObject_1 = require("../core/IdentifiedObject");
5
- class ModelOperationArg extends IdentifiedObject_1.IdentifiedObject {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.ModelOperationArg = ModelOperationArg;
11
- //# sourceMappingURL=ModelOperationArg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModelOperationArg.js","sourceRoot":"","sources":["../../../src/model/model-operations/ModelOperationArg.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,MAAa,iBAAkB,SAAQ,mCAAgB;IAIrD,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CACF;AAPD,8CAOC"}
@@ -1,8 +0,0 @@
1
- import { IdentifiedObject } from '../core/IdentifiedObject';
2
- import { ModelOperationDescription } from './ModelOperationDescription';
3
- export declare class ModelOperationArgDescription extends IdentifiedObject {
4
- multiplicityMaximum: number;
5
- multiplicityMinimum: number;
6
- modelOperationDefinition: ModelOperationDescription;
7
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
8
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModelOperationArgDescription = void 0;
4
- const IdentifiedObject_1 = require("../core/IdentifiedObject");
5
- class ModelOperationArgDescription extends IdentifiedObject_1.IdentifiedObject {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- }
9
- }
10
- exports.ModelOperationArgDescription = ModelOperationArgDescription;
11
- //# sourceMappingURL=ModelOperationArgDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModelOperationArgDescription.js","sourceRoot":"","sources":["../../../src/model/model-operations/ModelOperationArgDescription.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAG5D,MAAa,4BAA6B,SAAQ,mCAAgB;IAOhE,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;CACF;AAVD,oEAUC"}
@@ -1,7 +0,0 @@
1
- import { IdentifiedObject } from '../core/IdentifiedObject';
2
- import { ModelOperation } from './ModelOperation';
3
- export declare class ModelOperationDescription extends IdentifiedObject {
4
- modelOperation: Set<ModelOperation>;
5
- operationDatasetArgDescription: Set<ModelOperationDescription>;
6
- constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
7
- }
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModelOperationDescription = void 0;
4
- const IdentifiedObject_1 = require("../core/IdentifiedObject");
5
- class ModelOperationDescription extends IdentifiedObject_1.IdentifiedObject {
6
- constructor(uuid, name, shortName, description, baseIRI) {
7
- super(uuid, name, shortName, description, baseIRI);
8
- this.modelOperation = new Set();
9
- this.operationDatasetArgDescription = new Set();
10
- }
11
- }
12
- exports.ModelOperationDescription = ModelOperationDescription;
13
- //# sourceMappingURL=ModelOperationDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModelOperationDescription.js","sourceRoot":"","sources":["../../../src/model/model-operations/ModelOperationDescription.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAG5D,MAAa,yBAA0B,SAAQ,mCAAgB;IAM7D,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QALrD,mBAAc,GAAwB,IAAI,GAAG,EAAkB,CAAC;QAEhE,mCAA8B,GAAmC,IAAI,GAAG,EAA6B,CAAC;IAItG,CAAC;CACF;AATD,8DASC"}
@@ -1,4 +0,0 @@
1
- export declare abstract class CimModelUtil {
2
- static getClassDefinitions(): Map<string, any>;
3
- static getLoadConfig(sourceSystem: string, netzSchemaModel?: boolean): string[];
4
- }
@@ -1,257 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CimModelUtil = void 0;
4
- const cim_class_names_1 = require("../constants/cim-class-names");
5
- const BaseVoltage_1 = require("../model/core/BaseVoltage");
6
- const PSRType_1 = require("../model/core/PSRType");
7
- const Substation_1 = require("../model/core/Substation");
8
- const VoltageLevel_1 = require("../model/core/VoltageLevel");
9
- const Bay_1 = require("../model/core/Bay");
10
- const Line_1 = require("../model/wires/Line");
11
- const Feeder_1 = require("../model/core/Feeder");
12
- const ACLineSegment_1 = require("../model/wires/ACLineSegment");
13
- const EVACLineSegment_1 = require("../model/extensions/enervance/wires/EVACLineSegment");
14
- const EVACLineSubSegment_1 = require("../model/extensions/enervance/wires/EVACLineSubSegment");
15
- const PowerTransformer_1 = require("../model/wires/PowerTransformer");
16
- const PowerTransformerEnd_1 = require("../model/wires/PowerTransformerEnd");
17
- const BusbarSection_1 = require("../model/wires/BusbarSection");
18
- const Junction_1 = require("../model/wires/Junction");
19
- const Ground_1 = require("../model/wires/Ground");
20
- const GroundDisconnector_1 = require("../model/wires/GroundDisconnector");
21
- const Disconnector_1 = require("../model/wires/Disconnector");
22
- const Switch_1 = require("../model/wires/Switch");
23
- const Breaker_1 = require("../model/wires/Breaker");
24
- const LoadBreakSwitch_1 = require("../model/wires/LoadBreakSwitch");
25
- const Recloser_1 = require("../model/wires/Recloser");
26
- const SeriesCompensator_1 = require("../model/wires/SeriesCompensator");
27
- const Clamp_1 = require("../model/wires/Clamp");
28
- const EnergySource_1 = require("../model/wires/EnergySource");
29
- const EnergyConsumer_1 = require("../model/wires/EnergyConsumer");
30
- const LoadArea_1 = require("../model/loadmodel/LoadArea");
31
- const SubLoadArea_1 = require("../model/loadmodel/SubLoadArea");
32
- const ConformLoadGroup_1 = require("../model/loadmodel/ConformLoadGroup");
33
- const ConformLoad_1 = require("../model/loadmodel/ConformLoad");
34
- const ExternalNetworkInjection_1 = require("../model/wires/ExternalNetworkInjection");
35
- const RegulatingControl_1 = require("../model/wires/RegulatingControl");
36
- const SynchronousMachine_1 = require("../model/wires/SynchronousMachine");
37
- const GeneratingUnit_1 = require("../model/generation/GeneratingUnit");
38
- const ShuntCompensator_1 = require("../model/wires/ShuntCompensator");
39
- const LinearShuntCompensator_1 = require("../model/wires/LinearShuntCompensator");
40
- const OperationalLimitSet_1 = require("../model/operationallimits/OperationalLimitSet");
41
- const OperationalLimitType_1 = require("../model/operationallimits/OperationalLimitType");
42
- const CurrentLimit_1 = require("../model/operationallimits/CurrentLimit");
43
- const ConnectivityNode_1 = require("../model/core/ConnectivityNode");
44
- const Terminal_1 = require("../model/core/Terminal");
45
- const TopologicalIsland_1 = require("../model/topology/TopologicalIsland");
46
- const TopologicalNode_1 = require("../model/topology/TopologicalNode");
47
- const SvPowerFlow_1 = require("../model/statevariables/SvPowerFlow");
48
- const SvVoltage_1 = require("../model/statevariables/SvVoltage");
49
- const Diagram_1 = require("../model/diagram/Diagram");
50
- const DiagramObject_1 = require("../model/diagram/DiagramObject");
51
- const DiagramObjectPoint_1 = require("../model/diagram/DiagramObjectPoint");
52
- const CoordinateSystem_1 = require("../model/common/CoordinateSystem");
53
- const Location_1 = require("../model/common/Location");
54
- const WNLocation_1 = require("../model/extensions/neplan-westnetz/common/WNLocation");
55
- const PositionPoint_1 = require("../model/common/PositionPoint");
56
- const Asset_1 = require("../model/assets/Asset");
57
- const Facility_1 = require("../model/assets/Facility");
58
- const AssetDeployment_1 = require("../model/assets/AssetDeployment");
59
- const AssetHealthEvent_1 = require("../model/assets/AssetHealthEvent");
60
- const HealthScore_1 = require("../model/assets/HealthScore");
61
- const EVImportanceScore_1 = require("../model/extensions/enervance/assets/EVImportanceScore");
62
- const EVAnalytic_1 = require("../model/extensions/enervance/assets/EVAnalytic");
63
- const AssetOwner_1 = require("../model/assets/AssetOwner");
64
- const AssetUser_1 = require("../model/assets/AssetUser");
65
- const WNOutage_1 = require("../model/extensions/neplan-westnetz/operations/WNOutage");
66
- const WNFaultConnectivityNode_1 = require("../model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode");
67
- const EVModel_1 = require("../model/extensions/enervance/model/EVModel");
68
- const SwitchingPlan_1 = require("../model/operations/SwitchingPlan");
69
- const EVTerminalAction_1 = require("../model/extensions/enervance/operations/EVTerminalAction");
70
- const SwitchAction_1 = require("../model/operations/SwitchAction");
71
- const EVWireObject_1 = require("../model/extensions/enervance/assets/EVWireObject");
72
- const EVWireInfo_1 = require("../model/extensions/enervance/assetinfo/EVWireInfo");
73
- const EVStationInfo_1 = require("../model/extensions/enervance/assetinfo/EVStationInfo");
74
- const SwitchInfo_1 = require("../model/assetinfo/SwitchInfo");
75
- const EVIndicator_1 = require("../model/extensions/enervance/assets/EVIndicator");
76
- const EVPowerTransformerInfo_1 = require("../model/extensions/enervance/assetinfo/EVPowerTransformerInfo");
77
- const EVPowerTransformerEndInfo_1 = require("../model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo");
78
- const EVTapChangerInfo_1 = require("../model/extensions/enervance/assetinfo/EVTapChangerInfo");
79
- const WNWireInfo_1 = require("../model/extensions/neplan-westnetz/assets/WNWireInfo");
80
- const EVTerminal_1 = require("../model/extensions/enervance/core/EVTerminal");
81
- const WNConnectivityNode_1 = require("../model/extensions/neplan-westnetz/core/WNConnectivityNode");
82
- const WNFacility_1 = require("../model/extensions/neplan-westnetz/assets/WNFacility");
83
- const WNFeeder_1 = require("../model/extensions/neplan-westnetz/core/WNFeeder");
84
- const WNEnergyConsumer_1 = require("../model/extensions/neplan-westnetz/wires/WNEnergyConsumer");
85
- const AMPRIONSubstation_1 = require("../model/extensions/amprion/core/AMPRIONSubstation");
86
- const AMPRIONBay_1 = require("../model/extensions/amprion/core/AMPRIONBay");
87
- const AMPRIONConstructionContainer_1 = require("../model/extensions/amprion/assets/AMPRIONConstructionContainer");
88
- const AMPRIONSpanField_1 = require("../model/extensions/amprion/assets/AMPRIONSpanField");
89
- const AMPRIONTower_1 = require("../model/extensions/amprion/assets/AMPRIONTower");
90
- const AMPRIONWire_1 = require("../model/extensions/amprion/assets/AMPRIONWire");
91
- const AMPRIONFacility_1 = require("../model/extensions/amprion/assets/AMPRIONFacility");
92
- const AMPRIONACLineSegment_1 = require("../model/extensions/amprion/wires/AMPRIONACLineSegment");
93
- const AMPRIONConstructionProject_1 = require("../model/extensions/amprion/project/AMPRIONConstructionProject");
94
- const AMPRIONErpProjectPhase_1 = require("../model/extensions/amprion/project/AMPRIONErpProjectPhase");
95
- const AMPRIONConstructionProjectBundle_1 = require("../model/extensions/amprion/project/AMPRIONConstructionProjectBundle");
96
- const AMPRIONConstructionProjectPlan_1 = require("../model/extensions/amprion/project/AMPRIONConstructionProjectPlan");
97
- const AMPRIONErpProject_1 = require("../model/extensions/amprion/project/AMPRIONErpProject");
98
- const AMPRIONErpProjectStructure_1 = require("../model/extensions/amprion/project/AMPRIONErpProjectStructure");
99
- const AMPRIONTeam_1 = require("../model/extensions/amprion/assets/AMPRIONTeam");
100
- const AMPRIONLineDistrict_1 = require("../model/extensions/amprion/assets/AMPRIONLineDistrict");
101
- const AMPRIONAssetPrimaryEquipment_1 = require("../model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment");
102
- const AMPRIONAssetSecondaryEquipment_1 = require("../model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment");
103
- const AMPRIONAssetConstructionMaintenance_1 = require("../model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance");
104
- const AMPRIONAssetCommunicationEquipment_1 = require("../model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment");
105
- const AMPRIONLeaseholder_1 = require("../model/extensions/amprion/assets/AMPRIONLeaseholder");
106
- const AMPRIONServiceProvider_1 = require("../model/extensions/amprion/assets/AMPRIONServiceProvider");
107
- const AMPRIONContractingAuthority_1 = require("../model/extensions/amprion/assets/AMPRIONContractingAuthority");
108
- const AMPRIONCountry_1 = require("../model/extensions/amprion/assets/AMPRIONCountry");
109
- const AMPRIONState_1 = require("../model/extensions/amprion/assets/AMPRIONState");
110
- const cim_sourcesystem_1 = require("../constants/cim.sourcesystem");
111
- const neplan_load_config_1 = require("../config/westnetz-neplan/neplan-load.config");
112
- const lew_sincal_load_config_1 = require("../config/lew-sincal/lew-sincal-load.config");
113
- const integral7_load_config_1 = require("../config/westnetz-integral7/integral7-load.config");
114
- const psdm_load_config_1 = require("../config/power-system-datamodel/psdm-load.config");
115
- const default_load_config_1 = require("../config/default/default-load.config");
116
- const EVDiagram_1 = require("../model/extensions/enervance/diagram/EVDiagram");
117
- class CimModelUtil {
118
- static getClassDefinitions() {
119
- const map = new Map();
120
- map.set(cim_class_names_1.CIM_CLASS_NAMES.BaseVoltage, BaseVoltage_1.BaseVoltage);
121
- map.set(cim_class_names_1.CIM_CLASS_NAMES.PSRType, PSRType_1.PSRType);
122
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Substation, Substation_1.Substation);
123
- map.set(cim_class_names_1.CIM_CLASS_NAMES.VoltageLevel, VoltageLevel_1.VoltageLevel);
124
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Bay, Bay_1.Bay);
125
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Line, Line_1.Line);
126
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Feeder, Feeder_1.Feeder);
127
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ACLineSegment, ACLineSegment_1.ACLineSegment);
128
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVACLineSegment, EVACLineSegment_1.EVACLineSegment);
129
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVACLineSubSegment, EVACLineSubSegment_1.EVACLineSubSegment);
130
- map.set(cim_class_names_1.CIM_CLASS_NAMES.PowerTransformer, PowerTransformer_1.PowerTransformer);
131
- map.set(cim_class_names_1.CIM_CLASS_NAMES.PowerTransformerEnd, PowerTransformerEnd_1.PowerTransformerEnd);
132
- map.set(cim_class_names_1.CIM_CLASS_NAMES.BusbarSection, BusbarSection_1.BusbarSection);
133
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Junction, Junction_1.Junction);
134
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Ground, Ground_1.Ground);
135
- map.set(cim_class_names_1.CIM_CLASS_NAMES.GroundDisconnector, GroundDisconnector_1.GroundDisconnector);
136
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Disconnector, Disconnector_1.Disconnector);
137
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Switch, Switch_1.Switch);
138
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Breaker, Breaker_1.Breaker);
139
- map.set(cim_class_names_1.CIM_CLASS_NAMES.LoadBreakSwitch, LoadBreakSwitch_1.LoadBreakSwitch);
140
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Recloser, Recloser_1.Recloser);
141
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SeriesCompensator, SeriesCompensator_1.SeriesCompensator);
142
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Clamp, Clamp_1.Clamp);
143
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EnergySource, EnergySource_1.EnergySource);
144
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EnergyConsumer, EnergyConsumer_1.EnergyConsumer);
145
- map.set(cim_class_names_1.CIM_CLASS_NAMES.LoadArea, LoadArea_1.LoadArea);
146
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SubLoadArea, SubLoadArea_1.SubLoadArea);
147
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ConformLoadGroup, ConformLoadGroup_1.ConformLoadGroup);
148
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ConformLoad, ConformLoad_1.ConformLoad);
149
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ExternalNetworkInjection, ExternalNetworkInjection_1.ExternalNetworkInjection);
150
- map.set(cim_class_names_1.CIM_CLASS_NAMES.RegulatingControl, RegulatingControl_1.RegulatingControl);
151
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SynchronousMachine, SynchronousMachine_1.SynchronousMachine);
152
- map.set(cim_class_names_1.CIM_CLASS_NAMES.GeneratingUnit, GeneratingUnit_1.GeneratingUnit);
153
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ShuntCompensator, ShuntCompensator_1.ShuntCompensator);
154
- map.set(cim_class_names_1.CIM_CLASS_NAMES.LinearShuntCompensator, LinearShuntCompensator_1.LinearShuntCompensator);
155
- map.set(cim_class_names_1.CIM_CLASS_NAMES.OperationalLimitSet, OperationalLimitSet_1.OperationalLimitSet);
156
- map.set(cim_class_names_1.CIM_CLASS_NAMES.OperationalLimitType, OperationalLimitType_1.OperationalLimitType);
157
- map.set(cim_class_names_1.CIM_CLASS_NAMES.CurrentLimit, CurrentLimit_1.CurrentLimit);
158
- map.set(cim_class_names_1.CIM_CLASS_NAMES.ConnectivityNode, ConnectivityNode_1.ConnectivityNode);
159
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Terminal, Terminal_1.Terminal);
160
- map.set(cim_class_names_1.CIM_CLASS_NAMES.TopologicalIsland, TopologicalIsland_1.TopologicalIsland);
161
- map.set(cim_class_names_1.CIM_CLASS_NAMES.TopologicalNode, TopologicalNode_1.TopologicalNode);
162
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SvPowerFlow, SvPowerFlow_1.SvPowerFlow);
163
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SvVoltage, SvVoltage_1.SvVoltage);
164
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Diagram, Diagram_1.Diagram);
165
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVDiagram, EVDiagram_1.EVDiagram);
166
- map.set(cim_class_names_1.CIM_CLASS_NAMES.DiagramObject, DiagramObject_1.DiagramObject);
167
- map.set(cim_class_names_1.CIM_CLASS_NAMES.DiagramObjectPoint, DiagramObjectPoint_1.DiagramObjectPoint);
168
- map.set(cim_class_names_1.CIM_CLASS_NAMES.CoordinateSystem, CoordinateSystem_1.CoordinateSystem);
169
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Location, Location_1.Location);
170
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNLocation, WNLocation_1.WNLocation);
171
- map.set(cim_class_names_1.CIM_CLASS_NAMES.PositionPoint, PositionPoint_1.PositionPoint);
172
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Asset, Asset_1.Asset);
173
- map.set(cim_class_names_1.CIM_CLASS_NAMES.Facility, Facility_1.Facility);
174
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AssetDeployment, AssetDeployment_1.AssetDeployment);
175
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AssetHealthEvent, AssetHealthEvent_1.AssetHealthEvent);
176
- map.set(cim_class_names_1.CIM_CLASS_NAMES.HealthScore, HealthScore_1.HealthScore);
177
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVImportanceScore, EVImportanceScore_1.EVImportanceScore);
178
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVAnalytic, EVAnalytic_1.EVAnalytic);
179
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AssetOwner, AssetOwner_1.AssetOwner);
180
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AssetUser, AssetUser_1.AssetUser);
181
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNOutage, WNOutage_1.WNOutage);
182
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNFaultConnectivityNode, WNFaultConnectivityNode_1.WNFaultConnectivityNode);
183
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVModel, EVModel_1.EVModel);
184
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SwitchingPlan, SwitchingPlan_1.SwitchingPlan);
185
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVTerminalAction, EVTerminalAction_1.EVTerminalAction);
186
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SwitchAction, SwitchAction_1.SwitchAction);
187
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVWireObject, EVWireObject_1.EVWireObject);
188
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVWireInfo, EVWireInfo_1.EVWireInfo);
189
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVStationInfo, EVStationInfo_1.EVStationInfo);
190
- map.set(cim_class_names_1.CIM_CLASS_NAMES.SwitchInfo, SwitchInfo_1.SwitchInfo);
191
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVIndicator, EVIndicator_1.EVIndicator);
192
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVPowerTransformerInfo, EVPowerTransformerInfo_1.EVPowerTransformerInfo);
193
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVPowerTransformerEndInfo, EVPowerTransformerEndInfo_1.EVPowerTransformerEndInfo);
194
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVTapChangerInfo, EVTapChangerInfo_1.EVTapChangerInfo);
195
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNWireInfo, WNWireInfo_1.WNWireInfo);
196
- map.set(cim_class_names_1.CIM_CLASS_NAMES.EVTerminal, EVTerminal_1.EVTerminal);
197
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNConnectivityNode, WNConnectivityNode_1.WNConnectivityNode);
198
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNFacility, WNFacility_1.WNFacility);
199
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNFeeder, WNFeeder_1.WNFeeder);
200
- map.set(cim_class_names_1.CIM_CLASS_NAMES.WNEnergyConsumer, WNEnergyConsumer_1.WNEnergyConsumer);
201
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONSubstation, AMPRIONSubstation_1.AMPRIONSubstation);
202
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONBay, AMPRIONBay_1.AMPRIONBay);
203
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONConstructionContainer, AMPRIONConstructionContainer_1.AMPRIONConstructionContainer);
204
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONSpanField, AMPRIONSpanField_1.AMPRIONSpanField);
205
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONTower, AMPRIONTower_1.AMPRIONTower);
206
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONWire, AMPRIONWire_1.AMPRIONWire);
207
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONFacility, AMPRIONFacility_1.AMPRIONFacility);
208
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONACLineSegment, AMPRIONACLineSegment_1.AMPRIONACLineSegment);
209
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONConstructionProject, AMPRIONConstructionProject_1.AMPRIONConstructionProject);
210
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONErpProjectPhase, AMPRIONErpProjectPhase_1.AMPRIONErpProjectPhase);
211
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONConstructionProjectBundle, AMPRIONConstructionProjectBundle_1.AMPRIONConstructionProjectBundle);
212
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONConstructionProjectPlan, AMPRIONConstructionProjectPlan_1.AMPRIONConstructionProjectPlan);
213
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONErpProject, AMPRIONErpProject_1.AMPRIONErpProject);
214
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONErpProjectStructure, AMPRIONErpProjectStructure_1.AMPRIONErpProjectStructure);
215
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONTeam, AMPRIONTeam_1.AMPRIONTeam);
216
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONLineDistrict, AMPRIONLineDistrict_1.AMPRIONLineDistrict);
217
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONAssetPrimaryEquipment, AMPRIONAssetPrimaryEquipment_1.AMPRIONAssetPrimaryEquipment);
218
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONAssetSecondaryEquipment, AMPRIONAssetSecondaryEquipment_1.AMPRIONAssetSecondaryEquipment);
219
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONAssetConstructionMaintenance, AMPRIONAssetConstructionMaintenance_1.AMPRIONAssetConstructionMaintenance);
220
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONAssetCommunicationEquipment, AMPRIONAssetCommunicationEquipment_1.AMPRIONAssetCommunicationEquipment);
221
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONLeaseholder, AMPRIONLeaseholder_1.AMPRIONLeaseholder);
222
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONServiceProvider, AMPRIONServiceProvider_1.AMPRIONServiceProvider);
223
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONContractingAuthority, AMPRIONContractingAuthority_1.AMPRIONContractingAuthority);
224
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONCountry, AMPRIONCountry_1.AMPRIONCountry);
225
- map.set(cim_class_names_1.CIM_CLASS_NAMES.AMPRIONState, AMPRIONState_1.AMPRIONState);
226
- return map;
227
- }
228
- static getLoadConfig(sourceSystem, netzSchemaModel) {
229
- switch (sourceSystem) {
230
- case cim_sourcesystem_1.SourceSystem.neplan_westnetz: {
231
- if (netzSchemaModel)
232
- return neplan_load_config_1.FUSEKI_LOAD_CONFIG_SCHEMA_NEPLAN;
233
- else
234
- return neplan_load_config_1.FUSEKI_LOAD_CONFIG_NEPLAN;
235
- break;
236
- }
237
- case cim_sourcesystem_1.SourceSystem.sincal_lew: {
238
- return lew_sincal_load_config_1.FUSEKI_LOAD_CONFIG_SINCAL;
239
- break;
240
- }
241
- case cim_sourcesystem_1.SourceSystem.integral7_westnetz: {
242
- return integral7_load_config_1.FUSEKI_LOAD_CONFIG_INTEGRAL7;
243
- break;
244
- }
245
- case cim_sourcesystem_1.SourceSystem.psdm: {
246
- return psdm_load_config_1.FUSEKI_LOAD_CONFIG_PSDM;
247
- break;
248
- }
249
- default: {
250
- return default_load_config_1.FUSEKI_LOAD_CONFIG_DEFAULT;
251
- break;
252
- }
253
- }
254
- }
255
- }
256
- exports.CimModelUtil = CimModelUtil;
257
- //# sourceMappingURL=cim.model.util.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cim.model.util.js","sourceRoot":"","sources":["../../src/util/cim.model.util.ts"],"names":[],"mappings":"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"}