@enervance/insight-cim-model 0.0.58 → 0.0.59

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 (156) hide show
  1. package/dist/config/westnetz-neplan/neplan-load.config.js +0 -1
  2. package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
  3. package/dist/constants/cim-class-definition.js +0 -10
  4. package/dist/constants/cim-class-definition.js.map +1 -1
  5. package/dist/constants/cim-class-names.d.ts +0 -5
  6. package/dist/constants/cim-class-names.js +0 -5
  7. package/dist/constants/cim-class-names.js.map +1 -1
  8. package/dist/constants/cim.sourcesystem.d.ts +5 -6
  9. package/dist/constants/cim.sourcesystem.js +8 -9
  10. package/dist/constants/cim.sourcesystem.js.map +1 -1
  11. package/dist/converter/integral7/ConverterIntegral7.js +23 -23
  12. package/dist/converter/integral7/converter-i7.d.ts +3 -5
  13. package/dist/converter/integral7/converter-i7.js +495 -460
  14. package/dist/converter/integral7/converter-i7.js.map +1 -1
  15. package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +3 -2
  16. package/dist/converter/integral7/interface-i7/data-structures-i7.js.map +1 -1
  17. package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +3 -2
  18. package/dist/converter/integral7/interface-i7/export-frame-i7.js +15 -4
  19. package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
  20. package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.d.ts +4 -0
  21. package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js +3 -0
  22. package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js.map +1 -0
  23. package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +13 -1
  24. package/dist/converter/integral7/model/dl-utils/util-functions.js +50 -6
  25. package/dist/converter/integral7/model/dl-utils/util-functions.js.map +1 -1
  26. package/dist/converter/integral7/model/interfaces.d.ts +0 -5
  27. package/dist/converter/integral7/model/interfaces.js.map +1 -1
  28. package/dist/converter/integral7/sql/integral.sql.d.ts +1 -87
  29. package/dist/converter/integral7/sql/integral.sql.js +8 -107
  30. package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
  31. package/dist/converter/integral7/utils.js +2 -5
  32. package/dist/converter/integral7/utils.js.map +1 -1
  33. package/dist/etl/etl-neplan/etl-neplan-csv.js +39 -39
  34. package/dist/etl/etl-neplan/etl-neplan-geo.js +16 -16
  35. package/dist/etl/etl-neplan/etl-neplan.js +17 -17
  36. package/dist/index.d.ts +2 -9
  37. package/dist/index.js +3 -17
  38. package/dist/index.js.map +1 -1
  39. package/dist/model/assetinfo/SwitchInfo.js +19 -19
  40. package/dist/model/assetinfo/TapChangerInfo.js +1 -1
  41. package/dist/model/assetinfo/WireInfo.js +3 -3
  42. package/dist/model/assets/Asset.js +30 -30
  43. package/dist/model/assets/AssetDeployment.js +48 -48
  44. package/dist/model/assets/AssetHealthEvent.js +1 -1
  45. package/dist/model/assets/AssetUser.js +1 -1
  46. package/dist/model/assets/Facility.js +37 -37
  47. package/dist/model/common/CoordinateSystem.js +17 -17
  48. package/dist/model/common/Location.js +22 -22
  49. package/dist/model/common/Organisation.js +1 -1
  50. package/dist/model/common/PositionPoint.js +25 -25
  51. package/dist/model/core/BaseVoltage.js +22 -22
  52. package/dist/model/core/ConnectivityNode.js +24 -24
  53. package/dist/model/core/Feeder.js +29 -29
  54. package/dist/model/core/IdentifiedObject.js +1 -1
  55. package/dist/model/core/IdentifiedObject.js.map +1 -1
  56. package/dist/model/core/PSRType.js +43 -43
  57. package/dist/model/core/Substation.js +1 -1
  58. package/dist/model/core/Terminal.js +31 -31
  59. package/dist/model/dc/DCLine.js +17 -17
  60. package/dist/model/dc/DCLineSegment.js +25 -25
  61. package/dist/model/diagram/Diagram.js +20 -20
  62. package/dist/model/diagram/DiagramObject.js +26 -26
  63. package/dist/model/diagram/DiagramObjectPoint.js +47 -47
  64. package/dist/model/equivalents/EquivalentBranch.js +44 -44
  65. package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +23 -23
  66. package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +23 -23
  67. package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +23 -23
  68. package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +23 -23
  69. package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +23 -23
  70. package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +19 -19
  71. package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +60 -60
  72. package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +23 -23
  73. package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +23 -23
  74. package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +23 -23
  75. package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +49 -49
  76. package/dist/model/extensions/amprion/assets/AMPRIONState.js +21 -21
  77. package/dist/model/extensions/amprion/assets/AMPRIONTower.js +51 -51
  78. package/dist/model/extensions/amprion/assets/AMPRIONWire.js +68 -68
  79. package/dist/model/extensions/amprion/core/AMPRIONBay.js +26 -26
  80. package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +25 -25
  81. package/dist/model/extensions/amprion/model/AMPRIONModel.d.ts +0 -16
  82. package/dist/model/extensions/amprion/model/AMPRIONModel.js +0 -32
  83. package/dist/model/extensions/amprion/model/AMPRIONModel.js.map +1 -1
  84. package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +1 -1
  85. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +1 -1
  86. package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +1 -1
  87. package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +1 -1
  88. package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +1 -1
  89. package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
  90. package/dist/model/extensions/enervance/assets/EVWireObject.js +1 -1
  91. package/dist/model/extensions/enervance/model/EVModel.d.ts +2 -2
  92. package/dist/model/extensions/enervance/model/EVModel.js +1 -1
  93. package/dist/model/extensions/enervance/model/EVModel.js.map +1 -1
  94. package/dist/model/extensions/enervance/wires/EVACLineSegment.js +1 -1
  95. package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +32 -32
  96. package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +33 -33
  97. package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +40 -40
  98. package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +31 -31
  99. package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +34 -34
  100. package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +1 -1
  101. package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +1 -1
  102. package/dist/model/generation/GeneratingUnit.js +36 -36
  103. package/dist/model/generation/WindGeneratingUnit.js +38 -38
  104. package/dist/model/loadmodel/ConformLoad.js +33 -33
  105. package/dist/model/loadmodel/ConformLoadGroup.js +22 -22
  106. package/dist/model/loadmodel/LoadArea.js +21 -21
  107. package/dist/model/loadmodel/SubLoadArea.js +22 -22
  108. package/dist/model/model/Model.d.ts +1 -6
  109. package/dist/model/model/Model.js +0 -12
  110. package/dist/model/model/Model.js.map +1 -1
  111. package/dist/model/model-operations/ModelOperationDescription.d.ts +1 -5
  112. package/dist/model/model-operations/ModelOperationDescription.js +1 -36
  113. package/dist/model/model-operations/ModelOperationDescription.js.map +1 -1
  114. package/dist/model/operationallimits/CurrentLimit.js +19 -19
  115. package/dist/model/operationallimits/OperationalLimitSet.js +18 -18
  116. package/dist/model/operationallimits/OperationalLimitType.js +16 -16
  117. package/dist/model/statevariables/SvPowerFlow.js +20 -20
  118. package/dist/model/statevariables/SvVoltage.js +1 -1
  119. package/dist/model/topology/TopologicalIsland.js +1 -1
  120. package/dist/model/topology/TopologicalNode.js +25 -25
  121. package/dist/model/wires/Breaker.js +34 -34
  122. package/dist/model/wires/BusbarSection.js +1 -1
  123. package/dist/model/wires/Clamp.js +1 -1
  124. package/dist/model/wires/Disconnector.js +31 -31
  125. package/dist/model/wires/EnergyConsumer.js +32 -32
  126. package/dist/model/wires/ExternalNetworkInjection.js +45 -45
  127. package/dist/model/wires/Ground.js +1 -1
  128. package/dist/model/wires/GroundDisconnector.js +1 -1
  129. package/dist/model/wires/Junction.js +20 -20
  130. package/dist/model/wires/Line.js +23 -23
  131. package/dist/model/wires/LinearShuntCompensator.js +36 -36
  132. package/dist/model/wires/LoadBreakSwitch.js +1 -1
  133. package/dist/model/wires/PetersenCoil.js +34 -34
  134. package/dist/model/wires/PowerTransformer.js +27 -27
  135. package/dist/model/wires/PowerTransformerEnd.js +31 -31
  136. package/dist/model/wires/Recloser.js +1 -1
  137. package/dist/model/wires/RegulatingControl.js +31 -31
  138. package/dist/model/wires/SeriesCompensator.js +36 -36
  139. package/dist/model/wires/Switch.js +32 -32
  140. package/dist/model/wires/SynchronousMachine.js +1 -1
  141. package/dist/package.json +16 -16
  142. package/dist/util/cim.model.util.js +4 -4
  143. package/dist/util/cim.model.util.js.map +1 -1
  144. package/package.json +94 -94
  145. package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +0 -8
  146. package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +0 -45
  147. package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js.map +0 -1
  148. package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +0 -8
  149. package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +0 -45
  150. package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js.map +0 -1
  151. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +0 -8
  152. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +0 -45
  153. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js.map +0 -1
  154. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +0 -8
  155. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +0 -45
  156. package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js.map +0 -1
@@ -52,54 +52,54 @@ class AMPRIONSpanField extends AssetContainer_1.AssetContainer {
52
52
  }
53
53
  }
54
54
  exports.AMPRIONSpanField = AMPRIONSpanField;
55
- AMPRIONSpanField.sparqlQuery = `
56
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
57
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
58
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
59
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
60
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
61
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
62
-
63
- SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
64
- ?name ?shortName ?description
65
- ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
66
- (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
67
-
68
- ?length ?lineAngle
69
- (strafter(strafter(str(?frontTower), '#'), '_') AS ?frontTowerUUID)
70
- (strafter(strafter(str(?backTower), '#'), '_') AS ?backTowerUUID)
71
- (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
72
- (group_concat(STRAFTER(str(?oUUIDs), '#_');separator=',') as ?orgaRolesUUIDs)
73
- WHERE {
74
- GRAPH<http://default/> {
75
- ?mrid rdf:type amp:AMPRIONSpanField .
76
- OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
77
- OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
78
- OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
79
-
80
- OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
81
- OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
82
- OPTIONAL { ?mrid amp:Asset.number ?number .}
83
- OPTIONAL { ?mrid amp:Asset.importance ?importance .}
84
- OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
85
- OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
86
- OPTIONAL { ?mrid amp:Asset.condition ?condition .}
87
-
88
- OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
89
-
90
- OPTIONAL { ?mrid amp:AMPRIONSpanField.length ?length .}
91
- OPTIONAL { ?mrid amp:AMPRIONSpanField.lineAngle ?lineAngle .}
92
- OPTIONAL { ?mrid amp:AMPRIONSpanField.FrontTower ?frontTower .}
93
- OPTIONAL { ?mrid amp:AMPRIONSpanField.BackTower ?backTower .}
94
-
95
- OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
96
- OPTIONAL { ?mrid cim:Asset.OrganisationRoles ?oUUIDs .}
97
- }
98
- }
99
- GROUP BY ?mrid ?name ?shortName ?description
100
- ?rcmValue ?installationDate ?number ?importance
101
- ?operatingLife ?exchangeYear ?condition ?statusEnum
102
- ?length ?lineAngle ?frontTower ?backTower ?aContainerUUID
103
-
55
+ AMPRIONSpanField.sparqlQuery = `
56
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
57
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
58
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
59
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
60
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
61
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
62
+
63
+ SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
64
+ ?name ?shortName ?description
65
+ ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
66
+ (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
67
+
68
+ ?length ?lineAngle
69
+ (strafter(strafter(str(?frontTower), '#'), '_') AS ?frontTowerUUID)
70
+ (strafter(strafter(str(?backTower), '#'), '_') AS ?backTowerUUID)
71
+ (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
72
+ (group_concat(STRAFTER(str(?oUUIDs), '#_');separator=',') as ?orgaRolesUUIDs)
73
+ WHERE {
74
+ GRAPH<http://default/> {
75
+ ?mrid rdf:type amp:AMPRIONSpanField .
76
+ OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
77
+ OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
78
+ OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
79
+
80
+ OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
81
+ OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
82
+ OPTIONAL { ?mrid amp:Asset.number ?number .}
83
+ OPTIONAL { ?mrid amp:Asset.importance ?importance .}
84
+ OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
85
+ OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
86
+ OPTIONAL { ?mrid amp:Asset.condition ?condition .}
87
+
88
+ OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
89
+
90
+ OPTIONAL { ?mrid amp:AMPRIONSpanField.length ?length .}
91
+ OPTIONAL { ?mrid amp:AMPRIONSpanField.lineAngle ?lineAngle .}
92
+ OPTIONAL { ?mrid amp:AMPRIONSpanField.FrontTower ?frontTower .}
93
+ OPTIONAL { ?mrid amp:AMPRIONSpanField.BackTower ?backTower .}
94
+
95
+ OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
96
+ OPTIONAL { ?mrid cim:Asset.OrganisationRoles ?oUUIDs .}
97
+ }
98
+ }
99
+ GROUP BY ?mrid ?name ?shortName ?description
100
+ ?rcmValue ?installationDate ?number ?importance
101
+ ?operatingLife ?exchangeYear ?condition ?statusEnum
102
+ ?length ?lineAngle ?frontTower ?backTower ?aContainerUUID
103
+
104
104
  `;
105
105
  //# sourceMappingURL=AMPRIONSpanField.js.map
@@ -33,26 +33,26 @@ class AMPRIONState extends IdentifiedObject_1.IdentifiedObject {
33
33
  }
34
34
  }
35
35
  exports.AMPRIONState = AMPRIONState;
36
- AMPRIONState.sparqlQuery = `
37
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
38
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
39
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
40
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
41
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
42
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
43
-
44
- SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
45
- (CONCAT(STRBEFORE(str(?mrid), '#_'), '#_') AS ?baseIRI)
46
- ?name ?description
47
- (strafter(strafter(str(?cUUID), '#'), '_') AS ?countryUUID)
48
-
49
- WHERE {
50
- GRAPH<http://default/> {
51
- ?mrid rdf:type amp:AMPRIONState .
52
- OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
53
- OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
54
- OPTIONAL { ?mrid amp:AMPRIONState.Country ?cUUID .}
55
- }
56
- }
36
+ AMPRIONState.sparqlQuery = `
37
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
38
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
39
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
40
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
41
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
42
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
43
+
44
+ SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
45
+ (CONCAT(STRBEFORE(str(?mrid), '#_'), '#_') AS ?baseIRI)
46
+ ?name ?description
47
+ (strafter(strafter(str(?cUUID), '#'), '_') AS ?countryUUID)
48
+
49
+ WHERE {
50
+ GRAPH<http://default/> {
51
+ ?mrid rdf:type amp:AMPRIONState .
52
+ OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
53
+ OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
54
+ OPTIONAL { ?mrid amp:AMPRIONState.Country ?cUUID .}
55
+ }
56
+ }
57
57
  `;
58
58
  //# sourceMappingURL=AMPRIONState.js.map
@@ -68,56 +68,56 @@ class AMPRIONTower extends Structure_1.Structure {
68
68
  }
69
69
  }
70
70
  exports.AMPRIONTower = AMPRIONTower;
71
- AMPRIONTower.sparqlQuery = `
72
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
73
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
74
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
75
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
76
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
77
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
78
-
79
- SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
80
- ?name ?description ?shortName
81
- ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear ?condition ?number
82
- (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
83
-
84
-
85
- ?isPortal ?foundation ?lastCoating ?reliability ?lastInspection ?nextInspection ?isCrossingTower
86
- (strafter(strafter(str(?corrosionProtectionEnum), '#'), '.') AS ?corrosionProtection)
87
- (strafter(strafter(str(?corrosionEnum), '#'), '.') AS ?corrosion)
88
-
89
- (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
90
-
91
- WHERE {
92
- GRAPH<http://default/> {
93
- ?mrid rdf:type cim:Tower .
94
- OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
95
- OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
96
- OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
97
-
98
- OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
99
- OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
100
- OPTIONAL { ?mrid amp:Asset.importance ?importance .}
101
- OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
102
- OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
103
- OPTIONAL { ?mrid amp:Asset.condition ?condition .}
104
- OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
105
- OPTIONAL { ?mrid amp:Asset.number ?number .}
106
-
107
- OPTIONAL { ?mrid amp:AMPRIONTower.isPortal ?isPortal .}
108
- OPTIONAL { ?mrid amp:AMPRIONTower.foundation ?foundation .}
109
- OPTIONAL { ?mrid amp:AMPRIONTower.lastCoating ?lastCoating .}
110
- OPTIONAL { ?mrid amp:AMPRIONTower.reliability ?reliability .}
111
- OPTIONAL { ?mrid amp:AMPRIONTower.lastInspection ?lastInspection .}
112
- OPTIONAL { ?mrid amp:AMPRIONTower.nextInspection ?nextInspection .}
113
- OPTIONAL { ?mrid amp:AMPRIONTower.isCrossingTower ?isCrossingTower .}
114
-
115
- OPTIONAL { ?mrid amp:AMPRIONTower.corrosionProtection ?corrosionProtectionEnum .}
116
- OPTIONAL { ?mrid amp:AMPRIONTower.corrosion ?corrosionEnum .}
117
-
118
- OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
119
-
120
- }
121
- }
71
+ AMPRIONTower.sparqlQuery = `
72
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
73
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
74
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
75
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
76
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
77
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
78
+
79
+ SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
80
+ ?name ?description ?shortName
81
+ ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear ?condition ?number
82
+ (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
83
+
84
+
85
+ ?isPortal ?foundation ?lastCoating ?reliability ?lastInspection ?nextInspection ?isCrossingTower
86
+ (strafter(strafter(str(?corrosionProtectionEnum), '#'), '.') AS ?corrosionProtection)
87
+ (strafter(strafter(str(?corrosionEnum), '#'), '.') AS ?corrosion)
88
+
89
+ (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
90
+
91
+ WHERE {
92
+ GRAPH<http://default/> {
93
+ ?mrid rdf:type cim:Tower .
94
+ OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
95
+ OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
96
+ OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
97
+
98
+ OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
99
+ OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
100
+ OPTIONAL { ?mrid amp:Asset.importance ?importance .}
101
+ OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
102
+ OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
103
+ OPTIONAL { ?mrid amp:Asset.condition ?condition .}
104
+ OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
105
+ OPTIONAL { ?mrid amp:Asset.number ?number .}
106
+
107
+ OPTIONAL { ?mrid amp:AMPRIONTower.isPortal ?isPortal .}
108
+ OPTIONAL { ?mrid amp:AMPRIONTower.foundation ?foundation .}
109
+ OPTIONAL { ?mrid amp:AMPRIONTower.lastCoating ?lastCoating .}
110
+ OPTIONAL { ?mrid amp:AMPRIONTower.reliability ?reliability .}
111
+ OPTIONAL { ?mrid amp:AMPRIONTower.lastInspection ?lastInspection .}
112
+ OPTIONAL { ?mrid amp:AMPRIONTower.nextInspection ?nextInspection .}
113
+ OPTIONAL { ?mrid amp:AMPRIONTower.isCrossingTower ?isCrossingTower .}
114
+
115
+ OPTIONAL { ?mrid amp:AMPRIONTower.corrosionProtection ?corrosionProtectionEnum .}
116
+ OPTIONAL { ?mrid amp:AMPRIONTower.corrosion ?corrosionEnum .}
117
+
118
+ OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
119
+
120
+ }
121
+ }
122
122
  `;
123
123
  //# sourceMappingURL=AMPRIONTower.js.map
@@ -55,73 +55,73 @@ class AMPRIONWire extends AssetContainer_1.AssetContainer {
55
55
  }
56
56
  }
57
57
  exports.AMPRIONWire = AMPRIONWire;
58
- AMPRIONWire.sparqlQuery = `
59
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
60
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
61
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
62
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
63
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
64
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
65
-
66
- SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
67
- ?name ?shortName ?description
68
- ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
69
- (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
70
- ?frontConstructionPart ?frontMountingPoint
71
- ?backConstructionPart ?backMountingPoint
72
- ?maxOperatingTemperature ?phaseWireCount
73
- ?tension ?tensionReadjustment
74
- ?system ?absorptivity ?emissivity
75
- (strafter(strafter(str(?isolationEnum), '#'), '.') AS ?isolation)
76
- (strafter(strafter(str(?phaseEnum), '#'), '.') AS ?phase)
77
- (strafter(strafter(str(?operatingTypeEnum), '#'), '.') AS ?operatingType)
78
- (strafter(strafter(str(?layoutEnum), '#'), '.') AS ?layout)
79
-
80
- (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
81
- (group_concat(STRAFTER(str(?psrUUIDs), '#_');separator=',') as ?powerSystemResourceUUIDs)
82
-
83
- WHERE {
84
- GRAPH<http://default/> {
85
- ?mrid rdf:type amp:AMPRIONWire .
86
- OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
87
- OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
88
- OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
89
-
90
- OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
91
- OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
92
- OPTIONAL { ?mrid amp:Asset.number ?number .}
93
- OPTIONAL { ?mrid amp:Asset.importance ?importance .}
94
- OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
95
- OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
96
- OPTIONAL { ?mrid amp:Asset.condition ?condition .}
97
-
98
- OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
99
-
100
- OPTIONAL { ?mrid amp:AMPRIONWire.backConstructionPart ?backConstructionPart .}
101
- OPTIONAL { ?mrid amp:AMPRIONWire.backMountingPoint ?backMountingPoint .}
102
- OPTIONAL { ?mrid amp:AMPRIONWire.frontConstructionPart ?frontConstructionPart .}
103
- OPTIONAL { ?mrid amp:AMPRIONWire.frontMountingPoint ?frontMountingPoint .}
104
-
105
- OPTIONAL { ?mrid amp:AMPRIONWire.maxOperatingTemperature ?maxOperatingTemperature .}
106
- OPTIONAL { ?mrid amp:AMPRIONWire.phaseWireCount ?phaseWireCount .}
107
- OPTIONAL { ?mrid amp:AMPRIONWire.tension ?tension .}
108
- OPTIONAL { ?mrid amp:AMPRIONWire.tensionReadjustment ?tensionReadjustment .}
109
- OPTIONAL { ?mrid amp:AMPRIONWire.system ?system .}
110
- OPTIONAL { ?mrid amp:AMPRIONWire.absorptivity ?absorptivity .}
111
- OPTIONAL { ?mrid amp:AMPRIONWire.emissivity ?emissivity .}
112
- OPTIONAL { ?mrid amp:AMPRIONWire.isolation ?isolationEnum .}
113
- OPTIONAL { ?mrid amp:AMPRIONWire.phase ?phaseEnum .}
114
- OPTIONAL { ?mrid amp:AMPRIONWire.operatingType ?operatingTypeEnum .}
115
- OPTIONAL { ?mrid amp:AMPRIONWire.layout ?layoutEnum .}
116
-
117
- OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
118
- OPTIONAL { ?mrid cim:Asset.PowerSystemResources ?psrUUIDs . }
119
- }
120
- }
121
- GROUP BY ?mrid ?name ?shortName ?description ?rcmValue ?installationDate ?number ?importance ?operatingLife
122
- ?exchangeYear ?condition ?statusEnum ?backConstructionPart ?backMountingPoint ?frontConstructionPart
123
- ?frontMountingPoint ?maxOperatingTemperature ?phaseWireCount ?phaseWireCount ?tension
124
- ?tensionReadjustment ?system ?absorptivity ?emissivity ?isolationEnum ?phaseEnum ?operatingTypeEnum
125
- ?layoutEnum ?aContainerUUID
58
+ AMPRIONWire.sparqlQuery = `
59
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
60
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
61
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
62
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
63
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
64
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
65
+
66
+ SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
67
+ ?name ?shortName ?description
68
+ ?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
69
+ (strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
70
+ ?frontConstructionPart ?frontMountingPoint
71
+ ?backConstructionPart ?backMountingPoint
72
+ ?maxOperatingTemperature ?phaseWireCount
73
+ ?tension ?tensionReadjustment
74
+ ?system ?absorptivity ?emissivity
75
+ (strafter(strafter(str(?isolationEnum), '#'), '.') AS ?isolation)
76
+ (strafter(strafter(str(?phaseEnum), '#'), '.') AS ?phase)
77
+ (strafter(strafter(str(?operatingTypeEnum), '#'), '.') AS ?operatingType)
78
+ (strafter(strafter(str(?layoutEnum), '#'), '.') AS ?layout)
79
+
80
+ (strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
81
+ (group_concat(STRAFTER(str(?psrUUIDs), '#_');separator=',') as ?powerSystemResourceUUIDs)
82
+
83
+ WHERE {
84
+ GRAPH<http://default/> {
85
+ ?mrid rdf:type amp:AMPRIONWire .
86
+ OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
87
+ OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
88
+ OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
89
+
90
+ OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
91
+ OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
92
+ OPTIONAL { ?mrid amp:Asset.number ?number .}
93
+ OPTIONAL { ?mrid amp:Asset.importance ?importance .}
94
+ OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
95
+ OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
96
+ OPTIONAL { ?mrid amp:Asset.condition ?condition .}
97
+
98
+ OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
99
+
100
+ OPTIONAL { ?mrid amp:AMPRIONWire.backConstructionPart ?backConstructionPart .}
101
+ OPTIONAL { ?mrid amp:AMPRIONWire.backMountingPoint ?backMountingPoint .}
102
+ OPTIONAL { ?mrid amp:AMPRIONWire.frontConstructionPart ?frontConstructionPart .}
103
+ OPTIONAL { ?mrid amp:AMPRIONWire.frontMountingPoint ?frontMountingPoint .}
104
+
105
+ OPTIONAL { ?mrid amp:AMPRIONWire.maxOperatingTemperature ?maxOperatingTemperature .}
106
+ OPTIONAL { ?mrid amp:AMPRIONWire.phaseWireCount ?phaseWireCount .}
107
+ OPTIONAL { ?mrid amp:AMPRIONWire.tension ?tension .}
108
+ OPTIONAL { ?mrid amp:AMPRIONWire.tensionReadjustment ?tensionReadjustment .}
109
+ OPTIONAL { ?mrid amp:AMPRIONWire.system ?system .}
110
+ OPTIONAL { ?mrid amp:AMPRIONWire.absorptivity ?absorptivity .}
111
+ OPTIONAL { ?mrid amp:AMPRIONWire.emissivity ?emissivity .}
112
+ OPTIONAL { ?mrid amp:AMPRIONWire.isolation ?isolationEnum .}
113
+ OPTIONAL { ?mrid amp:AMPRIONWire.phase ?phaseEnum .}
114
+ OPTIONAL { ?mrid amp:AMPRIONWire.operatingType ?operatingTypeEnum .}
115
+ OPTIONAL { ?mrid amp:AMPRIONWire.layout ?layoutEnum .}
116
+
117
+ OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
118
+ OPTIONAL { ?mrid cim:Asset.PowerSystemResources ?psrUUIDs . }
119
+ }
120
+ }
121
+ GROUP BY ?mrid ?name ?shortName ?description ?rcmValue ?installationDate ?number ?importance ?operatingLife
122
+ ?exchangeYear ?condition ?statusEnum ?backConstructionPart ?backMountingPoint ?frontConstructionPart
123
+ ?frontMountingPoint ?maxOperatingTemperature ?phaseWireCount ?phaseWireCount ?tension
124
+ ?tensionReadjustment ?system ?absorptivity ?emissivity ?isolationEnum ?phaseEnum ?operatingTypeEnum
125
+ ?layoutEnum ?aContainerUUID
126
126
  `;
127
127
  //# sourceMappingURL=AMPRIONWire.js.map
@@ -66,31 +66,31 @@ class AMPRIONBay extends Bay_1.Bay {
66
66
  }
67
67
  }
68
68
  exports.AMPRIONBay = AMPRIONBay;
69
- AMPRIONBay.sparqlQuery = `
70
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
71
- PREFIX enervance: <http://enervance.com/CIM/Extensions#>
72
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
73
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
74
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
75
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
76
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
77
-
78
- SELECT (strafter(strafter(str(?bayUUID), '#'), '_') AS ?uuid)
79
- (CONCAT(STRBEFORE(str(?bayUUID), '#_'), '#_') AS ?baseIRI)
80
- ?name ?shortName ?description ?number
81
- (strafter(strafter(str(?vlUUID), '#'), '_') AS ?voltageLevelUUID)
82
- WHERE {
83
- GRAPH <http://default/>{
84
- ?bayUUID rdf:type cim:Bay .
85
- OPTIONAL {?bayUUID cim:IdentifiedObject.name ?name . }
86
- OPTIONAL {?bayUUID entsoe:IdentifiedObject.shortName ?shortName .}
87
- OPTIONAL {?bayUUID cim:IdentifiedObject.description ?description .}
88
-
89
- OPTIONAL {?bayUUID cim:Bay.VoltageLevel ?vlUUID}
90
-
91
- OPTIONAL {?bayUUID amp:Bay.number ?number}
92
-
93
- }
94
- }
69
+ AMPRIONBay.sparqlQuery = `
70
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
71
+ PREFIX enervance: <http://enervance.com/CIM/Extensions#>
72
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
73
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
74
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
75
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
76
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
77
+
78
+ SELECT (strafter(strafter(str(?bayUUID), '#'), '_') AS ?uuid)
79
+ (CONCAT(STRBEFORE(str(?bayUUID), '#_'), '#_') AS ?baseIRI)
80
+ ?name ?shortName ?description ?number
81
+ (strafter(strafter(str(?vlUUID), '#'), '_') AS ?voltageLevelUUID)
82
+ WHERE {
83
+ GRAPH <http://default/>{
84
+ ?bayUUID rdf:type cim:Bay .
85
+ OPTIONAL {?bayUUID cim:IdentifiedObject.name ?name . }
86
+ OPTIONAL {?bayUUID entsoe:IdentifiedObject.shortName ?shortName .}
87
+ OPTIONAL {?bayUUID cim:IdentifiedObject.description ?description .}
88
+
89
+ OPTIONAL {?bayUUID cim:Bay.VoltageLevel ?vlUUID}
90
+
91
+ OPTIONAL {?bayUUID amp:Bay.number ?number}
92
+
93
+ }
94
+ }
95
95
  `;
96
96
  //# sourceMappingURL=AMPRIONBay.js.map
@@ -70,30 +70,30 @@ class AMPRIONSubstation extends Substation_1.Substation {
70
70
  }
71
71
  }
72
72
  exports.AMPRIONSubstation = AMPRIONSubstation;
73
- AMPRIONSubstation.sparqlQuery = `
74
- PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
75
-
76
- PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
77
- PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
78
- PREFIX amp: <http://amprion.net/CIM/Extensions#>
79
- PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
80
- PREFIX afn: <http://jena.apache.org/ARQ/function#>
81
-
82
- SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
83
- ?name ?shortName ?description ?isVirtual
84
- (STRAFTER(str(?lUUID), '#_') AS ?locationUUID)
85
- ?number
86
-
87
- WHERE {
88
- GRAPH <http://default/> {
89
- ?mrid rdf:type cim:Substation .
90
- OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
91
- OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
92
- OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
93
- OPTIONAL { ?mrid amp:Substation.number ?number .}
94
- OPTIONAL { ?mrid amp:EquipmentContainer.isVirtual ?isVirtual .}
95
- OPTIONAL { ?mrid cim:PowerSystemResource.Location ?lUUID . }
96
- }
97
- }
73
+ AMPRIONSubstation.sparqlQuery = `
74
+ PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
75
+
76
+ PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
77
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
78
+ PREFIX amp: <http://amprion.net/CIM/Extensions#>
79
+ PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
80
+ PREFIX afn: <http://jena.apache.org/ARQ/function#>
81
+
82
+ SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
83
+ ?name ?shortName ?description ?isVirtual
84
+ (STRAFTER(str(?lUUID), '#_') AS ?locationUUID)
85
+ ?number
86
+
87
+ WHERE {
88
+ GRAPH <http://default/> {
89
+ ?mrid rdf:type cim:Substation .
90
+ OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
91
+ OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
92
+ OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
93
+ OPTIONAL { ?mrid amp:Substation.number ?number .}
94
+ OPTIONAL { ?mrid amp:EquipmentContainer.isVirtual ?isVirtual .}
95
+ OPTIONAL { ?mrid cim:PowerSystemResource.Location ?lUUID . }
96
+ }
97
+ }
98
98
  `;
99
99
  //# sourceMappingURL=AMPRIONSubstation.js.map
@@ -21,10 +21,6 @@ import { AMPRIONServiceProvider } from '../assets/AMPRIONServiceProvider';
21
21
  import { AMPRIONLineDistrict } from '../assets/AMPRIONLineDistrict';
22
22
  import { AMPRIONCountry } from '../assets/AMPRIONCountry';
23
23
  import { AMPRIONState } from '../assets/AMPRIONState';
24
- import { AMPRIONMaxInstrumentalCurrentLimit } from '../operationallimits/AMPRIONMaxInstrumentalCurrentLimit';
25
- import { AMPRIONThermalConnectionCurrentLimit } from '../operationallimits/AMPRIONThermalConnectionCurrentLimit';
26
- import { AMPRIONProtectionCurrentLimit } from '../operationallimits/AMPRIONProtectionCurrentLimit';
27
- import { AMPRIONThermalCurrentLimit } from '../operationallimits/AMPRIONThermalCurrentLimit';
28
24
  export declare class AMPRIONModel extends Model {
29
25
  constructionContainers: Map<string, AMPRIONConstructionContainer>;
30
26
  spanFields: Map<string, AMPRIONSpanField>;
@@ -46,21 +42,9 @@ export declare class AMPRIONModel extends Model {
46
42
  lineDistrict: Map<string, AMPRIONLineDistrict>;
47
43
  countries: Map<string, AMPRIONCountry>;
48
44
  states: Map<string, AMPRIONState>;
49
- maxInstrumentalCurrentLimit: Map<string, AMPRIONMaxInstrumentalCurrentLimit>;
50
- protectionCurrentLimit: Map<string, AMPRIONProtectionCurrentLimit>;
51
- thermalCurrentLimit: Map<string, AMPRIONThermalCurrentLimit>;
52
- thermalConnectionCurrentLimit: Map<string, AMPRIONThermalConnectionCurrentLimit>;
53
45
  constructor();
54
46
  resolveParsedAssociations(): void;
55
47
  private resolveParsedAssociationsMap;
56
- getMaxInstrumentalCurrentLimit(uuid: string): AMPRIONMaxInstrumentalCurrentLimit | undefined;
57
- addMaxInstrumentalCurrentLimit(currentLimit: AMPRIONMaxInstrumentalCurrentLimit): void;
58
- getProtectionCurrentLimit(uuid: string): AMPRIONProtectionCurrentLimit | undefined;
59
- addProtectionCurrentLimit(currentLimit: AMPRIONProtectionCurrentLimit): void;
60
- getThermalCurrentLimit(uuid: string): AMPRIONThermalCurrentLimit | undefined;
61
- addThermalCurrentLimit(currentLimit: AMPRIONThermalCurrentLimit): void;
62
- getThermalConnectionCurrentLimit(uuid: string): AMPRIONThermalConnectionCurrentLimit | undefined;
63
- addThermalConnectionCurrentLimit(currentLimit: AMPRIONThermalConnectionCurrentLimit): void;
64
48
  getConstructionProject(uuid: string): AMPRIONConstructionProject | undefined;
65
49
  addConstructionProject(project: AMPRIONConstructionProject): void;
66
50
  getErpProjectPhase(uuid: string): AMPRIONErpProjectPhase | undefined;
@@ -25,10 +25,6 @@ class AMPRIONModel extends Model_1.Model {
25
25
  this.lineDistrict = new Map();
26
26
  this.countries = new Map();
27
27
  this.states = new Map();
28
- this.maxInstrumentalCurrentLimit = new Map();
29
- this.protectionCurrentLimit = new Map();
30
- this.thermalCurrentLimit = new Map();
31
- this.thermalConnectionCurrentLimit = new Map();
32
28
  }
33
29
  resolveParsedAssociations() {
34
30
  super.resolveParsedAssociations();
@@ -72,34 +68,6 @@ class AMPRIONModel extends Model_1.Model {
72
68
  cimInstance.resolveParsedAssociations(this);
73
69
  });
74
70
  }
75
- getMaxInstrumentalCurrentLimit(uuid) {
76
- return this.maxInstrumentalCurrentLimit.get(uuid);
77
- }
78
- addMaxInstrumentalCurrentLimit(currentLimit) {
79
- this.maxInstrumentalCurrentLimit.set(currentLimit.getUUID(), currentLimit);
80
- this.addObject(currentLimit);
81
- }
82
- getProtectionCurrentLimit(uuid) {
83
- return this.protectionCurrentLimit.get(uuid);
84
- }
85
- addProtectionCurrentLimit(currentLimit) {
86
- this.protectionCurrentLimit.set(currentLimit.getUUID(), currentLimit);
87
- this.addObject(currentLimit);
88
- }
89
- getThermalCurrentLimit(uuid) {
90
- return this.thermalCurrentLimit.get(uuid);
91
- }
92
- addThermalCurrentLimit(currentLimit) {
93
- this.thermalCurrentLimit.set(currentLimit.getUUID(), currentLimit);
94
- this.addObject(currentLimit);
95
- }
96
- getThermalConnectionCurrentLimit(uuid) {
97
- return this.thermalConnectionCurrentLimit.get(uuid);
98
- }
99
- addThermalConnectionCurrentLimit(currentLimit) {
100
- this.thermalConnectionCurrentLimit.set(currentLimit.getUUID(), currentLimit);
101
- this.addObject(currentLimit);
102
- }
103
71
  getConstructionProject(uuid) {
104
72
  return this.constructionProject.get(uuid);
105
73
  }