@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.
- package/dist/analysis/analysis-neplan/digi-ons.js +0 -12
- package/dist/analysis/analysis-neplan/digi-ons.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +5 -5
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +13 -8
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +1 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js +1 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +3 -3
- package/dist/constants/cim-class-definition.js +0 -2
- package/dist/constants/cim-class-definition.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +1 -3
- package/dist/constants/cim-class-names.js +1 -3
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +1 -1
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +1 -55
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -1
- package/dist/constants/init-data/ASSSET_OWNER.d.ts +1 -1
- package/dist/constants/init-data/ASSSET_OWNER.js +1 -18
- package/dist/constants/init-data/ASSSET_OWNER.js.map +1 -1
- package/dist/constants/init-data/PSR_TYPES.d.ts +1 -1
- package/dist/constants/init-data/PSR_TYPES.js +1 -99
- package/dist/constants/init-data/PSR_TYPES.js.map +1 -1
- package/dist/constants/init-data/RZ.d.ts +1 -1
- package/dist/constants/init-data/RZ.js +0 -54
- package/dist/constants/init-data/RZ.js.map +1 -1
- package/dist/constants/init-data/xml/settings.d.ts +1 -1
- package/dist/constants/init-data/xml/settings.js +0 -64
- package/dist/constants/init-data/xml/settings.js.map +1 -1
- package/dist/constants/util-init.js +0 -8
- package/dist/constants/util-init.js.map +1 -1
- package/dist/converter/integral7/converter-i7.d.ts +1 -1
- package/dist/converter/integral7/converter-i7.js +277 -171
- package/dist/converter/integral7/converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/data-structures-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +0 -1
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +8 -33
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/converter/integral7/model/integral/Multiplikationsfaktor.d.ts +7 -0
- package/dist/converter/integral7/model/integral/Multiplikationsfaktor.js +11 -0
- package/dist/converter/integral7/model/integral/Multiplikationsfaktor.js.map +1 -0
- package/dist/converter/integral7/model/integral/NetzObjektBez.d.ts +10 -0
- package/dist/converter/integral7/model/integral/NetzObjektBez.js +13 -0
- package/dist/converter/integral7/model/integral/NetzObjektBez.js.map +1 -0
- package/dist/converter/integral7/model/interfaces.d.ts +11 -0
- package/dist/converter/integral7/model/interfaces.js.map +1 -1
- package/dist/converter/integral7/sql/integral.sql.js +6 -6
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils-cgmes-export.js +22 -0
- package/dist/converter/integral7/utils-cgmes-export.js.map +1 -1
- package/dist/converter/integral7/utils.js +115 -33
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-csv.js +42 -48
- package/dist/etl/etl-neplan/etl-neplan-csv.js.map +1 -1
- 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 -6
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +1 -1
- package/dist/interfaces/{persistence.interfaces.js → persistence-interfaces.js} +1 -1
- package/dist/interfaces/persistence-interfaces.js.map +1 -0
- package/dist/model/assetinfo/SwitchInfo.js +19 -19
- 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/Facility.js +36 -36
- package/dist/model/common/CoordinateSystem.js +17 -17
- package/dist/model/common/Location.js +22 -22
- package/dist/model/common/PositionPoint.js +25 -25
- package/dist/model/core/BaseVoltage.js +22 -22
- package/dist/model/core/Bay.d.ts +1 -1
- package/dist/model/core/Bay.js +2 -2
- package/dist/model/core/Bay.js.map +1 -1
- package/dist/model/core/ConductingEquipment.d.ts +1 -1
- package/dist/model/core/ConductingEquipment.js +2 -2
- package/dist/model/core/ConductingEquipment.js.map +1 -1
- package/dist/model/core/ConnectivityNode.js +24 -24
- package/dist/model/core/ConnectivityNodeContainer.d.ts +1 -1
- package/dist/model/core/ConnectivityNodeContainer.js +2 -2
- package/dist/model/core/ConnectivityNodeContainer.js.map +1 -1
- package/dist/model/core/Equipment.d.ts +1 -1
- package/dist/model/core/Equipment.js +3 -3
- package/dist/model/core/Equipment.js.map +1 -1
- package/dist/model/core/EquipmentContainer.d.ts +1 -1
- package/dist/model/core/EquipmentContainer.js +2 -2
- package/dist/model/core/EquipmentContainer.js.map +1 -1
- package/dist/model/core/Feeder.js +29 -29
- package/dist/model/core/IdentifiedObject.d.ts +3 -8
- package/dist/model/core/IdentifiedObject.js +1 -3
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PowerSystemResource.d.ts +2 -2
- package/dist/model/core/PowerSystemResource.js +2 -2
- package/dist/model/core/PowerSystemResource.js.map +1 -1
- package/dist/model/core/Substation.d.ts +1 -2
- package/dist/model/core/Substation.js +2 -10
- package/dist/model/core/Substation.js.map +1 -1
- package/dist/model/core/Terminal.js +31 -31
- package/dist/model/core/VoltageLevel.d.ts +1 -1
- package/dist/model/core/VoltageLevel.js +2 -2
- package/dist/model/core/VoltageLevel.js.map +1 -1
- package/dist/model/dc/DCLine.js +17 -17
- package/dist/model/diagram/Diagram.d.ts +1 -1
- package/dist/model/diagram/Diagram.js +22 -22
- package/dist/model/diagram/Diagram.js.map +1 -1
- package/dist/model/diagram/DiagramObject.js +26 -26
- package/dist/model/diagram/DiagramObjectPoint.js +47 -47
- package/dist/model/equivalents/EquivalentInjection.js +15 -15
- package/dist/model/equivalents/EquivalentInjection.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +22 -22
- 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 +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +22 -22
- 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 +50 -50
- 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/wires/AMPRIONACLineSegment.d.ts +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +2 -2
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
- package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +2 -2
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +2 -2
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js.map +1 -1
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +9 -0
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +32 -0
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js.map +1 -0
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +3 -2
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +12 -2
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +4 -0
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +16 -0
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +6 -0
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +22 -0
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +3 -0
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +10 -0
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js.map +1 -1
- 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.d.ts +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +2 -2
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +1 -1
- package/dist/model/generation/GeneratingUnit.js +36 -36
- 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/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/topology/TopologicalNode.js +25 -25
- package/dist/model/wires/ACLineSegment.d.ts +1 -1
- package/dist/model/wires/ACLineSegment.js +2 -2
- package/dist/model/wires/ACLineSegment.js.map +1 -1
- package/dist/model/wires/BusbarSection.d.ts +1 -1
- package/dist/model/wires/BusbarSection.js +2 -2
- package/dist/model/wires/BusbarSection.js.map +1 -1
- package/dist/model/wires/Conductor.d.ts +1 -1
- package/dist/model/wires/Conductor.js +2 -2
- package/dist/model/wires/Conductor.js.map +1 -1
- package/dist/model/wires/Connector.d.ts +1 -1
- package/dist/model/wires/Connector.js +2 -2
- package/dist/model/wires/Connector.js.map +1 -1
- package/dist/model/wires/EnergySource.d.ts +1 -1
- package/dist/model/wires/EnergySource.js +2 -2
- package/dist/model/wires/EnergySource.js.map +1 -1
- package/dist/model/wires/PowerTransformer.js +27 -27
- package/dist/model/wires/PowerTransformerEnd.js +31 -31
- package/dist/model/wires/RegulatingControl.js +31 -31
- package/dist/model/wires/Switch.js +32 -32
- package/dist/model/wires/SynchronousMachine.d.ts +1 -1
- package/dist/util/sparql/sparql-utils.d.ts +1 -1
- package/dist/util/util-create.js +18 -25
- package/dist/util/util-create.js.map +1 -1
- package/package.json +1 -1
- package/dist/constants/cim.sourcesystem.d.ts +0 -6
- package/dist/constants/cim.sourcesystem.js +0 -11
- package/dist/constants/cim.sourcesystem.js.map +0 -1
- package/dist/factory/factory-interfaces.d.ts +0 -26
- package/dist/factory/factory-interfaces.js +0 -3
- package/dist/factory/factory-interfaces.js.map +0 -1
- package/dist/factory/object-factory.d.ts +0 -7
- package/dist/factory/object-factory.js +0 -37
- package/dist/factory/object-factory.js.map +0 -1
- package/dist/factory/sparql-factory.d.ts +0 -6
- package/dist/factory/sparql-factory.js +0 -16
- package/dist/factory/sparql-factory.js.map +0 -1
- package/dist/interfaces/persistence.interfaces.js.map +0 -1
- package/dist/model/alternate-models/AlternateModel.d.ts +0 -10
- package/dist/model/alternate-models/AlternateModel.js +0 -17
- package/dist/model/alternate-models/AlternateModel.js.map +0 -1
- package/dist/model/alternate-models/AlternateModelGroup.d.ts +0 -8
- package/dist/model/alternate-models/AlternateModelGroup.js +0 -22
- package/dist/model/alternate-models/AlternateModelGroup.js.map +0 -1
- package/dist/model/extensions/enervance/diagram/EVDiagram.d.ts +0 -5
- package/dist/model/extensions/enervance/diagram/EVDiagram.js +0 -17
- package/dist/model/extensions/enervance/diagram/EVDiagram.js.map +0 -1
- package/dist/model/extensions/enervance/model/EVModel.d.ts +0 -11
- package/dist/model/extensions/enervance/model/EVModel.js +0 -45
- package/dist/model/extensions/enervance/model/EVModel.js.map +0 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.d.ts +0 -8
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.js +0 -34
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine copy.js.map +0 -1
- package/dist/model/generic-data-set/ChangeSet.d.ts +0 -8
- package/dist/model/generic-data-set/ChangeSet.js +0 -13
- package/dist/model/generic-data-set/ChangeSet.js.map +0 -1
- package/dist/model/generic-data-set/ChangeSetMember.d.ts +0 -8
- package/dist/model/generic-data-set/ChangeSetMember.js +0 -11
- package/dist/model/generic-data-set/ChangeSetMember.js.map +0 -1
- package/dist/model/generic-data-set/DataSet.d.ts +0 -10
- package/dist/model/generic-data-set/DataSet.js +0 -16
- package/dist/model/generic-data-set/DataSet.js.map +0 -1
- package/dist/model/generic-data-set/InstanceSet.d.ts +0 -8
- package/dist/model/generic-data-set/InstanceSet.js +0 -13
- package/dist/model/generic-data-set/InstanceSet.js.map +0 -1
- package/dist/model/generic-data-set/ObjectCreation.d.ts +0 -4
- package/dist/model/generic-data-set/ObjectCreation.js +0 -15
- package/dist/model/generic-data-set/ObjectCreation.js.map +0 -1
- package/dist/model/generic-data-set/ObjectDeletion.d.ts +0 -4
- package/dist/model/generic-data-set/ObjectDeletion.js +0 -15
- package/dist/model/generic-data-set/ObjectDeletion.js.map +0 -1
- package/dist/model/generic-data-set/ObjectModification.d.ts +0 -6
- package/dist/model/generic-data-set/ObjectModification.js +0 -11
- package/dist/model/generic-data-set/ObjectModification.js.map +0 -1
- package/dist/model/generic-data-set/ObjectReverseModification.d.ts +0 -6
- package/dist/model/generic-data-set/ObjectReverseModification.js +0 -11
- package/dist/model/generic-data-set/ObjectReverseModification.js.map +0 -1
- package/dist/model/model-operations/DatasetArg.d.ts +0 -6
- package/dist/model/model-operations/DatasetArg.js +0 -11
- package/dist/model/model-operations/DatasetArg.js.map +0 -1
- package/dist/model/model-operations/IncrementalDatasetArg.d.ts +0 -8
- package/dist/model/model-operations/IncrementalDatasetArg.js +0 -11
- package/dist/model/model-operations/IncrementalDatasetArg.js.map +0 -1
- package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +0 -6
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js +0 -12
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js.map +0 -1
- package/dist/model/model-operations/ModelOperation.d.ts +0 -7
- package/dist/model/model-operations/ModelOperation.js +0 -11
- package/dist/model/model-operations/ModelOperation.js.map +0 -1
- package/dist/model/model-operations/ModelOperationArg.d.ts +0 -5
- package/dist/model/model-operations/ModelOperationArg.js +0 -11
- package/dist/model/model-operations/ModelOperationArg.js.map +0 -1
- package/dist/model/model-operations/ModelOperationArgDescription.d.ts +0 -8
- package/dist/model/model-operations/ModelOperationArgDescription.js +0 -11
- package/dist/model/model-operations/ModelOperationArgDescription.js.map +0 -1
- package/dist/model/model-operations/ModelOperationDescription.d.ts +0 -7
- package/dist/model/model-operations/ModelOperationDescription.js +0 -13
- package/dist/model/model-operations/ModelOperationDescription.js.map +0 -1
- package/dist/util/cim.model.util.d.ts +0 -4
- package/dist/util/cim.model.util.js +0 -257
- package/dist/util/cim.model.util.js.map +0 -1
- /package/dist/interfaces/{persistence.interfaces.d.ts → persistence-interfaces.d.ts} +0 -0
|
@@ -1,103 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PSR_TYPES = void 0;
|
|
4
|
-
exports.PSR_TYPES = '
|
|
5
|
-
'\n' +
|
|
6
|
-
'<cim:PSRType rdf:ID="_91334fab-eb13-43b4-ac70-cef3224fae4b">\n' +
|
|
7
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik Gebäude - nicht EEG subventioniert</cim:IdentifiedObject.name>\n' +
|
|
8
|
-
'</cim:PSRType>\n' +
|
|
9
|
-
'<cim:PSRType rdf:ID="_efb1839b-e73b-4eb2-a194-203ff814987e">\n' +
|
|
10
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik Gebäude - EEG subventioniert</cim:IdentifiedObject.name>\n' +
|
|
11
|
-
'</cim:PSRType>\n' +
|
|
12
|
-
'<cim:PSRType rdf:ID="_48215437-0fea-4bd8-a316-199a8ebc213c">\n' +
|
|
13
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik Freiflächen - nicht EEG subventioniert</cim:IdentifiedObject.name>\n' +
|
|
14
|
-
'</cim:PSRType>\n' +
|
|
15
|
-
'<cim:PSRType rdf:ID="_2019eb5a-1d07-470e-abf6-e816734fd0e5">\n' +
|
|
16
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik</cim:IdentifiedObject.name>\n' +
|
|
17
|
-
'\t<entsoe:IdentifiedObject.shortName>PV</entsoe:IdentifiedObject.shortName>\n' +
|
|
18
|
-
'</cim:PSRType>\n' +
|
|
19
|
-
'\n' +
|
|
20
|
-
'<cim:PSRType rdf:ID="_2324622a-3a84-4dd0-9f29-6d898820eeb7">\n' +
|
|
21
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik NS</cim:IdentifiedObject.name>\n' +
|
|
22
|
-
'\t<entsoe:IdentifiedObject.shortName>PV NS</entsoe:IdentifiedObject.shortName>\n' +
|
|
23
|
-
'</cim:PSRType>\n' +
|
|
24
|
-
'\n' +
|
|
25
|
-
'<cim:PSRType rdf:ID="_9e159ba3-b954-493f-bc54-920c45c56fa2">\n' +
|
|
26
|
-
'\t<cim:IdentifiedObject.name>Photovoltaik MS</cim:IdentifiedObject.name>\n' +
|
|
27
|
-
'\t<entsoe:IdentifiedObject.shortName>PV MS</entsoe:IdentifiedObject.shortName>\n' +
|
|
28
|
-
'</cim:PSRType>\n' +
|
|
29
|
-
'\n' +
|
|
30
|
-
'\n' +
|
|
31
|
-
'<cim:PSRType rdf:ID="_976206b6-f21b-4f5b-bdda-638641393efa">\n' +
|
|
32
|
-
'\t<cim:IdentifiedObject.name>Elektrostraßenfahrzeuge</cim:IdentifiedObject.name>\n' +
|
|
33
|
-
'</cim:PSRType>\n' +
|
|
34
|
-
'<cim:PSRType rdf:ID="_628571f5-3f69-4edd-bbda-1b748d948525">\n' +
|
|
35
|
-
'\t<cim:IdentifiedObject.name>Verkehr</cim:IdentifiedObject.name>\n' +
|
|
36
|
-
'</cim:PSRType>\n' +
|
|
37
|
-
'<cim:PSRType rdf:ID="_8058a903-147d-4ce8-9deb-6209b0aac970">\n' +
|
|
38
|
-
'\t<cim:IdentifiedObject.name>Gewerbe, Handel, Dienstleistung</cim:IdentifiedObject.name>\n' +
|
|
39
|
-
'</cim:PSRType>\n' +
|
|
40
|
-
'<cim:PSRType rdf:ID="_3e1417eb-c14f-42b3-99e3-2194ae42fe2c">\n' +
|
|
41
|
-
'\t<cim:IdentifiedObject.name>Industrie</cim:IdentifiedObject.name>\n' +
|
|
42
|
-
'</cim:PSRType>\n' +
|
|
43
|
-
'<cim:PSRType rdf:ID="_91539ca5-e1be-4c93-8fee-8694fce817db">\n' +
|
|
44
|
-
'\t<cim:IdentifiedObject.name>Private Haushalte</cim:IdentifiedObject.name>\n' +
|
|
45
|
-
'</cim:PSRType>\n' +
|
|
46
|
-
'<cim:PSRType rdf:ID="_7ed9b3b9-c846-40d2-b9d7-7b1d84d635d6">\n' +
|
|
47
|
-
'\t<cim:IdentifiedObject.name>Wasserkraft</cim:IdentifiedObject.name>\n' +
|
|
48
|
-
'</cim:PSRType>\n' +
|
|
49
|
-
'<cim:PSRType rdf:ID="_096d1ce4-ad07-4ffe-b6e5-5d14255d9fa2">\n' +
|
|
50
|
-
'\t<cim:IdentifiedObject.name>Windkraft</cim:IdentifiedObject.name>\n' +
|
|
51
|
-
'</cim:PSRType>\n' +
|
|
52
|
-
'<cim:PSRType rdf:ID="_3cd3f974-8f22-48c9-bfb0-e0e079b6c8ab">\n' +
|
|
53
|
-
'\t<cim:IdentifiedObject.name>Bio</cim:IdentifiedObject.name>\n' +
|
|
54
|
-
'</cim:PSRType>\n' +
|
|
55
|
-
'<cim:PSRType rdf:ID="_ffcade21-aaf3-4167-8d0a-c879a59369a8">\n' +
|
|
56
|
-
'\t<cim:IdentifiedObject.name>Deponiegas</cim:IdentifiedObject.name>\n' +
|
|
57
|
-
'</cim:PSRType>\n' +
|
|
58
|
-
'<cim:PSRType rdf:ID="_ce76b95c-fe7e-4a3a-af9a-d0f2dab40f78">\n' +
|
|
59
|
-
'\t<cim:IdentifiedObject.name>Grubengas</cim:IdentifiedObject.name>\n' +
|
|
60
|
-
'</cim:PSRType>\n' +
|
|
61
|
-
'<cim:PSRType rdf:ID="_e9a2da52-9064-48c6-b94a-5b85074450d3">\n' +
|
|
62
|
-
'\t<cim:IdentifiedObject.name>Klärgas</cim:IdentifiedObject.name>\n' +
|
|
63
|
-
'</cim:PSRType>\n' +
|
|
64
|
-
'<cim:PSRType rdf:ID="_b3f5bbe1-712c-411a-ae18-47c1523f26bb">\n' +
|
|
65
|
-
'\t<cim:IdentifiedObject.name>Blockheizkraftwerk</cim:IdentifiedObject.name>\n' +
|
|
66
|
-
'\t<entsoe:IdentifiedObject.shortName>BHKW</entsoe:IdentifiedObject.shortName>\n' +
|
|
67
|
-
'</cim:PSRType>\n' +
|
|
68
|
-
'<cim:PSRType rdf:ID="_7aebb175-4e55-46d3-b87e-349a244b0197">\n' +
|
|
69
|
-
'\t<cim:IdentifiedObject.name>Erneuerbare Energien</cim:IdentifiedObject.name>\n' +
|
|
70
|
-
'\t<entsoe:IdentifiedObject.shortName>EE</entsoe:IdentifiedObject.shortName>\n' +
|
|
71
|
-
'</cim:PSRType>\n' +
|
|
72
|
-
'<cim:PSRType rdf:ID="_0ce0604f-a353-4b69-af8f-9b4e4eaf6547">\n' +
|
|
73
|
-
'\t<cim:IdentifiedObject.name>Wi</cim:IdentifiedObject.name>\n' +
|
|
74
|
-
'\t<entsoe:IdentifiedObject.shortName>Wi</entsoe:IdentifiedObject.shortName>\n' +
|
|
75
|
-
'</cim:PSRType>\n' +
|
|
76
|
-
'<cim:PSRType rdf:ID="_0d1a35e2-0cf7-449d-bc0d-3dc62a453742">\n' +
|
|
77
|
-
'\t<cim:IdentifiedObject.name>Wa</cim:IdentifiedObject.name>\n' +
|
|
78
|
-
'\t<entsoe:IdentifiedObject.shortName>Wa</entsoe:IdentifiedObject.shortName>\n' +
|
|
79
|
-
'</cim:PSRType>\n' +
|
|
80
|
-
'<cim:PSRType rdf:ID="_1cb2c6da-4b1c-465e-a4be-4cf681a124c0">\n' +
|
|
81
|
-
'\t<cim:IdentifiedObject.name>Freileitung</cim:IdentifiedObject.name>\n' +
|
|
82
|
-
'</cim:PSRType>\n' +
|
|
83
|
-
'<cim:PSRType rdf:ID="_0d9b9212-fd15-4217-91d9-d6e5a49708bb">\n' +
|
|
84
|
-
'\t<cim:IdentifiedObject.name>Kabel</cim:IdentifiedObject.name>\n' +
|
|
85
|
-
'</cim:PSRType>\n' +
|
|
86
|
-
'<cim:PSRType rdf:ID="_c159f529-3291-41e0-a55a-0d4365bae08c">\n' +
|
|
87
|
-
'\t<cim:IdentifiedObject.name>Ortsnetzstation</cim:IdentifiedObject.name>\n' +
|
|
88
|
-
'\t<entsoe:IdentifiedObject.shortName>ONS</entsoe:IdentifiedObject.shortName>\n' +
|
|
89
|
-
'</cim:PSRType>\n' +
|
|
90
|
-
'\n' +
|
|
91
|
-
'<cim:PSRType rdf:ID="_3ff14e95-e7a1-4ae4-90f3-a29c1891f2ad">\n' +
|
|
92
|
-
'\t<cim:IdentifiedObject.name>Vertragliche Last</cim:IdentifiedObject.name>\n' +
|
|
93
|
-
'\t<entsoe:IdentifiedObject.shortName>VL</entsoe:IdentifiedObject.shortName>\n' +
|
|
94
|
-
'</cim:PSRType>\n' +
|
|
95
|
-
'\n' +
|
|
96
|
-
'<cim:PSRType rdf:ID="_c146ecbb-18f0-437c-a78f-e4af8a901ed9">\n' +
|
|
97
|
-
'\t<cim:IdentifiedObject.name>Gemessene Last</cim:IdentifiedObject.name>\n' +
|
|
98
|
-
'\t<entsoe:IdentifiedObject.shortName>GL</entsoe:IdentifiedObject.shortName>\n' +
|
|
99
|
-
'</cim:PSRType>\n' +
|
|
100
|
-
'\n' +
|
|
101
|
-
'\n' +
|
|
102
|
-
'</rdf:RDF>';
|
|
4
|
+
exports.PSR_TYPES = '';
|
|
103
5
|
//# sourceMappingURL=PSR_TYPES.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PSR_TYPES.js","sourceRoot":"","sources":["../../../src/constants/init-data/PSR_TYPES.ts"],"names":[],"mappings":";;;AACa,QAAA,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"PSR_TYPES.js","sourceRoot":"","sources":["../../../src/constants/init-data/PSR_TYPES.ts"],"names":[],"mappings":";;;AACa,QAAA,SAAS,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RZ = "\n
|
|
1
|
+
export declare const RZ = "\n\n";
|
|
@@ -2,60 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RZ = void 0;
|
|
4
4
|
exports.RZ = `
|
|
5
|
-
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cim="http://iec.ch/TC57/2013/CIM-schema-cim16#" xmlns:entsoe="http://entsoe.eu/CIM/SchemaExtension/3/1#" xmlns:md="http://iec.ch/TC57/61970-552/ModelDescription/1#">
|
|
6
|
-
<cim:AssetUser rdf:ID="_204bb7dc-4b03-473c-8761-664d8a08d5e6">
|
|
7
|
-
\t<cim:IdentifiedObject.name>RZ Arnsberg</cim:IdentifiedObject.name>
|
|
8
|
-
\t<entsoe:IdentifiedObject.shortName>5774016</entsoe:IdentifiedObject.shortName>
|
|
9
|
-
</cim:AssetUser>
|
|
10
5
|
|
|
11
|
-
<cim:AssetUser rdf:about="#_71c386d3-c0b7-40ea-b965-b1788d82e504">
|
|
12
|
-
\t<cim:IdentifiedObject.name>RZ Ems-Vechte</cim:IdentifiedObject.name>
|
|
13
|
-
\t<entsoe:IdentifiedObject.shortName>3454001</entsoe:IdentifiedObject.shortName>
|
|
14
|
-
</cim:AssetUser>
|
|
15
|
-
<cim:AssetUser rdf:about="#_1a72b7a9-1c6d-44c5-ac03-5b25e9071ba4">
|
|
16
|
-
\t<cim:IdentifiedObject.name>RZ Münster</cim:IdentifiedObject.name>
|
|
17
|
-
\t<entsoe:IdentifiedObject.shortName>3459034</entsoe:IdentifiedObject.shortName>
|
|
18
|
-
</cim:AssetUser>
|
|
19
|
-
<cim:AssetUser rdf:about="#_fa597f16-8209-4e91-aa2e-0e923b3ed415">
|
|
20
|
-
\t<cim:IdentifiedObject.name>RZ Neuss</cim:IdentifiedObject.name>
|
|
21
|
-
\t<entsoe:IdentifiedObject.shortName>5111000</entsoe:IdentifiedObject.shortName>
|
|
22
|
-
</cim:AssetUser>
|
|
23
|
-
<cim:AssetUser rdf:about="#_b3efe922-2d06-410c-8c96-4ba13c28d16c">
|
|
24
|
-
\t<cim:IdentifiedObject.name>RZ Niederrhein</cim:IdentifiedObject.name>
|
|
25
|
-
\t<entsoe:IdentifiedObject.shortName>5112000</entsoe:IdentifiedObject.shortName>
|
|
26
|
-
</cim:AssetUser>
|
|
27
|
-
<cim:AssetUser rdf:about="#_295b252f-e4af-4982-a6f9-746ddd904409">
|
|
28
|
-
\t<cim:IdentifiedObject.name>RZ Osnabrück</cim:IdentifiedObject.name>
|
|
29
|
-
\t<entsoe:IdentifiedObject.shortName>1055042</entsoe:IdentifiedObject.shortName>
|
|
30
|
-
</cim:AssetUser>
|
|
31
|
-
<cim:AssetUser rdf:about="#_241de129-7f0f-4178-9216-88f9e22273e7">
|
|
32
|
-
\t<cim:IdentifiedObject.name>RZ Östliches Ruhrgeb</cim:IdentifiedObject.name>
|
|
33
|
-
\t<entsoe:IdentifiedObject.shortName>5558036</entsoe:IdentifiedObject.shortName>
|
|
34
|
-
</cim:AssetUser>
|
|
35
|
-
<cim:AssetUser rdf:about="#_dd3bac6e-f142-4524-a08b-740cfb6c0d84">
|
|
36
|
-
\t<cim:IdentifiedObject.name>RZ Rauschermühle</cim:IdentifiedObject.name>
|
|
37
|
-
\t<entsoe:IdentifiedObject.shortName>6533001</entsoe:IdentifiedObject.shortName>
|
|
38
|
-
</cim:AssetUser>
|
|
39
|
-
<cim:AssetUser rdf:about="#_4919fa32-ac70-4eb9-a085-53f86051bd3a">
|
|
40
|
-
\t<cim:IdentifiedObject.name>RZ Rhein Nahe Hunsrü</cim:IdentifiedObject.name>
|
|
41
|
-
\t<entsoe:IdentifiedObject.shortName>7133001</entsoe:IdentifiedObject.shortName>
|
|
42
|
-
</cim:AssetUser>
|
|
43
|
-
<cim:AssetUser rdf:about="#_6ff7e8e9-6d17-4f77-a67e-41b1192459da">
|
|
44
|
-
\t<cim:IdentifiedObject.name>RZ Ruhr</cim:IdentifiedObject.name>
|
|
45
|
-
\t<entsoe:IdentifiedObject.shortName>5113000</entsoe:IdentifiedObject.shortName>
|
|
46
|
-
</cim:AssetUser>
|
|
47
|
-
<cim:AssetUser rdf:about="#_216c5c6a-319d-4f6b-b212-0e4ceb037eda">
|
|
48
|
-
\t<cim:IdentifiedObject.name>RZ Sieg</cim:IdentifiedObject.name>
|
|
49
|
-
\t<entsoe:IdentifiedObject.shortName>5314000</entsoe:IdentifiedObject.shortName>
|
|
50
|
-
</cim:AssetUser>
|
|
51
|
-
<cim:AssetUser rdf:about="#_2d95539e-1823-4f55-a3f1-06b87e2441e3">
|
|
52
|
-
\t<cim:IdentifiedObject.name>RZ Trier</cim:IdentifiedObject.name>
|
|
53
|
-
\t<entsoe:IdentifiedObject.shortName>7211000</entsoe:IdentifiedObject.shortName>
|
|
54
|
-
</cim:AssetUser>
|
|
55
|
-
<cim:AssetUser rdf:about="#_4b2979f9-89ab-4a97-89fa-1499711fd2ae">
|
|
56
|
-
\t<cim:IdentifiedObject.name>RZ Westliches Rheinl</cim:IdentifiedObject.name>
|
|
57
|
-
\t<entsoe:IdentifiedObject.shortName>5334012</entsoe:IdentifiedObject.shortName>
|
|
58
|
-
</cim:AssetUser>
|
|
59
|
-
</rdf:RDF>
|
|
60
6
|
`;
|
|
61
7
|
//# sourceMappingURL=RZ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RZ.js","sourceRoot":"","sources":["../../../src/constants/init-data/RZ.ts"],"names":[],"mappings":";;;AAAa,QAAA,EAAE,GAAG
|
|
1
|
+
{"version":3,"file":"RZ.js","sourceRoot":"","sources":["../../../src/constants/init-data/RZ.ts"],"names":[],"mappings":";;;AAAa,QAAA,EAAE,GAAG;;CAEjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const settings = "\n
|
|
1
|
+
export declare const settings = "\n";
|
|
@@ -2,69 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.settings = void 0;
|
|
4
4
|
exports.settings = `
|
|
5
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
6
|
-
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
7
|
-
xmlns:cim="http://iec.ch/TC57/2013/CIM-schema-cim16#"
|
|
8
|
-
xmlns:entsoe="http://entsoe.eu/CIM/SchemaExtension/3/1#"
|
|
9
|
-
xmlns:enervance="http://enervance.com/CIMSchemaExtension/1#">
|
|
10
|
-
<enervance:SourceSystem rdf:id="_3d5dc0b9-8c72-4963-848a-a8a59a4a7e9e">
|
|
11
|
-
<cim:IdentifiedObject.name>Neplan</cim:IdentifiedObject.name>
|
|
12
|
-
</enervance:SourceSystem>
|
|
13
|
-
<enervance:TransformerShapeInfo rdf:id="_0d3c25d3-6224-40e8-9a98-3b5d4f118cef">
|
|
14
|
-
<enervance:TransformerShapeInfo.height>46</enervance:TransformerShapeInfo.height>
|
|
15
|
-
<enervance:TransformerShapeInfo.width>31</enervance:TransformerShapeInfo.width>
|
|
16
|
-
<enervance:TransformerShapeInfo.windingOffset>16</enervance:TransformerShapeInfo.windingOffset>
|
|
17
|
-
<enervance:TransformerShapeInfo.windingRadius>15</enervance:TransformerShapeInfo.windingRadius>
|
|
18
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_0d3f2649-a593-4be1-88fc-e0edd31faefe"/>
|
|
19
|
-
</enervance:TransformerShapeInfo>
|
|
20
|
-
<enervance:CircleShapeInfo rdf:id="_6e0bdc91-3f42-4946-b754-e77ccbb9ff2d">
|
|
21
|
-
<enervance:CircleShapeInfo.radius>4</enervance:CircleShapeInfo.radius>
|
|
22
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_0d3f2649-a593-4be1-88fc-e0edd31faefe"/>
|
|
23
|
-
</enervance:CircleShapeInfo>
|
|
24
|
-
<enervance:RectangleShapeInfo rdf:id="_96fa02f8-f92a-4071-812e-81f5508ec191">
|
|
25
|
-
<enervance:RectangleShapeInfo.height>6</enervance:RectangleShapeInfo.height>
|
|
26
|
-
<enervance:RectangleShapeInfo.width>6</enervance:RectangleShapeInfo.width>
|
|
27
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_0d3f2649-a593-4be1-88fc-e0edd31faefe"/>
|
|
28
|
-
</enervance:RectangleShapeInfo>
|
|
29
|
-
|
|
30
|
-
<enervance:SourceSystem rdf:id="_d466a544-845d-45ad-aaf6-e32b7fcb3945">
|
|
31
|
-
<cim:IdentifiedObject.name>Integral 7</cim:IdentifiedObject.name>
|
|
32
|
-
</enervance:SourceSystem>
|
|
33
|
-
<enervance:TransformerShapeInfo rdf:id="_11680d4a-a773-4603-b258-e681065b6e1d">
|
|
34
|
-
<enervance:TransformerShapeInfo.height>46</enervance:TransformerShapeInfo.height>
|
|
35
|
-
<enervance:TransformerShapeInfo.width>31</enervance:TransformerShapeInfo.width>
|
|
36
|
-
<enervance:TransformerShapeInfo.windingOffset>16</enervance:TransformerShapeInfo.windingOffset>
|
|
37
|
-
<enervance:TransformerShapeInfo.windingRadius>15</enervance:TransformerShapeInfo.windingRadius>
|
|
38
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_d466a544-845d-45ad-aaf6-e32b7fcb3945"/>
|
|
39
|
-
</enervance:TransformerShapeInfo>
|
|
40
|
-
<enervance:CircleShapeInfo rdf:id="_b4b60d9b-08ac-4646-b44b-a102cca14d5a">
|
|
41
|
-
<enervance:CircleShapeInfo.radius>4.5</enervance:CircleShapeInfo.radius>
|
|
42
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_d466a544-845d-45ad-aaf6-e32b7fcb3945"/>
|
|
43
|
-
</enervance:CircleShapeInfo>
|
|
44
|
-
<enervance:RectangleShapeInfo rdf:id="_7af4baaf-ca5d-4404-97d3-ae3f38b7687f">
|
|
45
|
-
<enervance:RectangleShapeInfo.height>6</enervance:RectangleShapeInfo.height>
|
|
46
|
-
<enervance:RectangleShapeInfo.width>6</enervance:RectangleShapeInfo.width>
|
|
47
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_d466a544-845d-45ad-aaf6-e32b7fcb3945"/>
|
|
48
|
-
</enervance:RectangleShapeInfo>
|
|
49
|
-
<enervance:SourceSystem rdf:id="_c8f94724-f855-4c86-899f-09e909685128">
|
|
50
|
-
<cim:IdentifiedObject.name>Integral 7</cim:IdentifiedObject.name>
|
|
51
|
-
</enervance:SourceSystem>
|
|
52
|
-
<enervance:TransformerShapeInfo rdf:id="_70dce1f1-97ec-40e7-a353-6b7a151b4ac5">
|
|
53
|
-
<enervance:TransformerShapeInfo.height>23</enervance:TransformerShapeInfo.height>
|
|
54
|
-
<enervance:TransformerShapeInfo.width>15</enervance:TransformerShapeInfo.width>
|
|
55
|
-
<enervance:TransformerShapeInfo.windingOffset>8</enervance:TransformerShapeInfo.windingOffset>
|
|
56
|
-
<enervance:TransformerShapeInfo.windingRadius>7.5</enervance:TransformerShapeInfo.windingRadius>
|
|
57
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_c8f94724-f855-4c86-899f-09e909685128"/>
|
|
58
|
-
</enervance:TransformerShapeInfo>
|
|
59
|
-
<enervance:CircleShapeInfo rdf:id="_268024e0-1b70-46a3-ad0e-1398b631e76f">
|
|
60
|
-
<enervance:CircleShapeInfo.radius>4.5</enervance:CircleShapeInfo.radius>
|
|
61
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_c8f94724-f855-4c86-899f-09e909685128"/>
|
|
62
|
-
</enervance:CircleShapeInfo>
|
|
63
|
-
<enervance:RectangleShapeInfo rdf:id="_5c16b708-dd27-49fb-95f0-14b49a9a5596">
|
|
64
|
-
<enervance:RectangleShapeInfo.height>6</enervance:RectangleShapeInfo.height>
|
|
65
|
-
<enervance:RectangleShapeInfo.width>6</enervance:RectangleShapeInfo.width>
|
|
66
|
-
<enervance:ShapeInfo.SourceSystem rdf:resource="#_c8f94724-f855-4c86-899f-09e909685128"/>
|
|
67
|
-
</enervance:RectangleShapeInfo>
|
|
68
|
-
</rdf:RDF>
|
|
69
5
|
`;
|
|
70
6
|
//# sourceMappingURL=settings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../src/constants/init-data/xml/settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG
|
|
1
|
+
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../src/constants/init-data/xml/settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG;CACvB,CAAC"}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getAdditionalXMLData = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const fs_1 = tslib_1.__importDefault(require("fs"));
|
|
6
4
|
function getAdditionalXMLData(type) {
|
|
7
5
|
switch (type) {
|
|
8
|
-
case 'type-stations': {
|
|
9
|
-
return fs_1.default.readFileSync('src/constants/init-data/xml/neplan_station_types.xml', 'utf8');
|
|
10
|
-
}
|
|
11
|
-
case 'type-wires': {
|
|
12
|
-
return fs_1.default.readFileSync('src/constants/init-data/xml/neplan_wire_types.xml', 'utf8');
|
|
13
|
-
}
|
|
14
6
|
}
|
|
15
7
|
}
|
|
16
8
|
exports.getAdditionalXMLData = getAdditionalXMLData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util-init.js","sourceRoot":"","sources":["../../src/constants/util-init.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"util-init.js","sourceRoot":"","sources":["../../src/constants/util-init.ts"],"names":[],"mappings":";;;AAEA,SAAgB,oBAAoB,CAAC,IAAY;IAE/C,QAAQ,IAAI,EAAE;KAEb;AACH,CAAC;AALD,oDAKC"}
|
|
@@ -60,7 +60,7 @@ export declare class ConverterI7 {
|
|
|
60
60
|
convertBelastungen(cimModel: INTEGRALModel, knotenSfIDs: number[], defaultValuesConfig: IDefaultValuesConfig, targetClass: string): Promise<any>;
|
|
61
61
|
convertEinspeisungen(cimModel: INTEGRALModel, knotenSfIDs: number[], targetClass: string): Promise<void>;
|
|
62
62
|
convertErsatzQuerZweige(cimModel: INTEGRALModel, knotenSfIDs: number[], targetClass: string): Promise<void>;
|
|
63
|
-
convertGeneratoren(cimModel:
|
|
63
|
+
convertGeneratoren(cimModel: INTEGRALModel, knotenSfIDs: number[], energyTypesConfig: any): Promise<void>;
|
|
64
64
|
convertAsynchronmotor(cimModel: INTEGRALModel, knotenSfIDs: number[], defaultValuesConfig: IDefaultValuesConfig): Promise<void>;
|
|
65
65
|
convertKraftwerksbloecke(cimModel: INTEGRALModel, knotenSfIDs: number[], energyTypesConfig: any): Promise<void>;
|
|
66
66
|
convertErsatzQuerZweige2ExternalNetworkInjection(cimModel: INTEGRALModel, result: Ersatzquerzweig[]): Promise<void>;
|