@enervance/insight-cim-model 0.0.57 → 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.
- package/dist/config/westnetz-neplan/neplan-load.config.js +0 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
- package/dist/constants/cim-class-definition.js +0 -10
- package/dist/constants/cim-class-definition.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +0 -5
- package/dist/constants/cim-class-names.js +0 -5
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/converter/integral7/ConverterIntegral7.js +23 -23
- package/dist/converter/integral7/converter-i7.d.ts +3 -5
- package/dist/converter/integral7/converter-i7.js +495 -460
- package/dist/converter/integral7/converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +3 -2
- package/dist/converter/integral7/interface-i7/data-structures-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +3 -2
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +15 -4
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.d.ts +4 -0
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js +3 -0
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js.map +1 -0
- package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +13 -1
- package/dist/converter/integral7/model/dl-utils/util-functions.js +50 -6
- package/dist/converter/integral7/model/dl-utils/util-functions.js.map +1 -1
- package/dist/converter/integral7/model/interfaces.d.ts +0 -5
- package/dist/converter/integral7/model/interfaces.js.map +1 -1
- package/dist/converter/integral7/sql/integral.sql.d.ts +1 -87
- package/dist/converter/integral7/sql/integral.sql.js +8 -107
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils.js +2 -5
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-csv.js +39 -39
- package/dist/etl/etl-neplan/etl-neplan-geo.js +16 -16
- package/dist/etl/etl-neplan/etl-neplan.js +17 -17
- package/dist/index.d.ts +1 -8
- package/dist/index.js +2 -16
- package/dist/index.js.map +1 -1
- package/dist/model/assetinfo/SwitchInfo.js +19 -19
- package/dist/model/assetinfo/TapChangerInfo.js +1 -1
- package/dist/model/assetinfo/WireInfo.js +3 -3
- package/dist/model/assets/Asset.js +30 -30
- package/dist/model/assets/AssetDeployment.js +48 -48
- package/dist/model/assets/AssetHealthEvent.js +1 -1
- package/dist/model/assets/AssetUser.js +1 -1
- package/dist/model/assets/Facility.js +37 -37
- package/dist/model/common/CoordinateSystem.js +17 -17
- package/dist/model/common/Location.js +22 -22
- package/dist/model/common/Organisation.js +1 -1
- package/dist/model/common/PositionPoint.js +25 -25
- package/dist/model/core/BaseVoltage.js +22 -22
- package/dist/model/core/ConnectivityNode.js +24 -24
- package/dist/model/core/Feeder.js +29 -29
- package/dist/model/core/IdentifiedObject.js +1 -1
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PSRType.js +43 -43
- package/dist/model/core/Substation.js +1 -1
- package/dist/model/core/Terminal.js +31 -31
- package/dist/model/dc/DCLine.js +17 -17
- package/dist/model/dc/DCLineSegment.js +25 -25
- package/dist/model/diagram/Diagram.js +20 -20
- package/dist/model/diagram/DiagramObject.js +26 -26
- package/dist/model/diagram/DiagramObjectPoint.js +47 -47
- package/dist/model/equivalents/EquivalentBranch.js +44 -44
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +19 -19
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +60 -60
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +49 -49
- package/dist/model/extensions/amprion/assets/AMPRIONState.js +21 -21
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js +51 -51
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js +68 -68
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +26 -26
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +25 -25
- package/dist/model/extensions/amprion/model/AMPRIONModel.d.ts +0 -16
- package/dist/model/extensions/amprion/model/AMPRIONModel.js +0 -32
- package/dist/model/extensions/amprion/model/AMPRIONModel.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
- package/dist/model/extensions/enervance/assets/EVWireObject.js +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +32 -32
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +33 -33
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +40 -40
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +31 -31
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +34 -34
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +1 -1
- package/dist/model/generation/GeneratingUnit.js +36 -36
- package/dist/model/generation/WindGeneratingUnit.js +38 -38
- package/dist/model/loadmodel/ConformLoad.js +33 -33
- package/dist/model/loadmodel/ConformLoadGroup.js +22 -22
- package/dist/model/loadmodel/LoadArea.js +21 -21
- package/dist/model/loadmodel/SubLoadArea.js +22 -22
- package/dist/model/model/Model.d.ts +1 -6
- package/dist/model/model/Model.js +0 -12
- package/dist/model/model/Model.js.map +1 -1
- package/dist/model/model-operations/ModelOperationDescription.d.ts +1 -5
- package/dist/model/model-operations/ModelOperationDescription.js +1 -36
- package/dist/model/model-operations/ModelOperationDescription.js.map +1 -1
- package/dist/model/operationallimits/CurrentLimit.js +19 -19
- package/dist/model/operationallimits/OperationalLimitSet.js +18 -18
- package/dist/model/operationallimits/OperationalLimitType.js +16 -16
- package/dist/model/statevariables/SvPowerFlow.js +20 -20
- package/dist/model/statevariables/SvVoltage.js +1 -1
- package/dist/model/topology/TopologicalIsland.js +1 -1
- package/dist/model/topology/TopologicalNode.js +25 -25
- package/dist/model/wires/Breaker.js +34 -34
- package/dist/model/wires/BusbarSection.js +1 -1
- package/dist/model/wires/Clamp.js +1 -1
- package/dist/model/wires/Disconnector.js +31 -31
- package/dist/model/wires/EnergyConsumer.js +32 -32
- package/dist/model/wires/ExternalNetworkInjection.js +45 -45
- package/dist/model/wires/Ground.js +1 -1
- package/dist/model/wires/GroundDisconnector.js +1 -1
- package/dist/model/wires/Junction.js +20 -20
- package/dist/model/wires/Line.js +23 -23
- package/dist/model/wires/LinearShuntCompensator.js +36 -36
- package/dist/model/wires/LoadBreakSwitch.js +1 -1
- package/dist/model/wires/PetersenCoil.js +34 -34
- package/dist/model/wires/PowerTransformer.js +27 -27
- package/dist/model/wires/PowerTransformerEnd.js +31 -31
- package/dist/model/wires/Recloser.js +1 -1
- package/dist/model/wires/RegulatingControl.js +31 -31
- package/dist/model/wires/SeriesCompensator.js +36 -36
- package/dist/model/wires/Switch.js +32 -32
- package/dist/model/wires/SynchronousMachine.js +1 -1
- package/dist/package.json +16 -16
- package/package.json +94 -94
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js.map +0 -1
|
@@ -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
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONModel.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/model/AMPRIONModel.ts"],"names":[],"mappings":";;;AAAA,gDAA6C;
|
|
1
|
+
{"version":3,"file":"AMPRIONModel.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/model/AMPRIONModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -47,7 +47,7 @@ AMPRIONACLineSegment.sparqlQuery = `
|
|
|
47
47
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
48
48
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
49
49
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
50
|
-
PREFIX amp: <http://amprion.net/
|
|
50
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
51
51
|
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
52
52
|
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
53
53
|
|
|
@@ -79,7 +79,7 @@ EVPowerTransformerEndInfo.sparqlQuery = `
|
|
|
79
79
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
80
80
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
81
81
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
82
|
-
PREFIX amp: <http://amprion.net/
|
|
82
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
83
83
|
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
84
84
|
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
85
85
|
|
|
@@ -69,7 +69,7 @@ EVPowerTransformerInfo.sparqlQuery = `
|
|
|
69
69
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
70
70
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
71
71
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
72
|
-
PREFIX amp: <http://amprion.net/
|
|
72
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
73
73
|
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
74
74
|
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
75
75
|
|
|
@@ -44,7 +44,7 @@ EVStationInfo.sparqlQuery = `
|
|
|
44
44
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
45
45
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
46
46
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
47
|
-
PREFIX amp: <http://amprion.net/
|
|
47
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
48
48
|
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
49
49
|
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ EVTapChangerInfo.sparqlQuery = `
|
|
|
52
52
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
53
53
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
54
54
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
55
|
-
PREFIX amp: <http://amprion.net/
|
|
55
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
56
56
|
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
57
57
|
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
58
58
|
|