@enervance/insight-cim-model 0.0.1
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/.nycrc +28 -0
- package/README.md +25 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.d.ts +1 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.js +46 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.js.map +1 -0
- package/dist/config/power-system-datamodel/psdm-load.config.d.ts +1 -0
- package/dist/config/power-system-datamodel/psdm-load.config.js +43 -0
- package/dist/config/power-system-datamodel/psdm-load.config.js.map +1 -0
- package/dist/config/westnetz-integral7/integral7-load.config.d.ts +1 -0
- package/dist/config/westnetz-integral7/integral7-load.config.js +44 -0
- package/dist/config/westnetz-integral7/integral7-load.config.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +10 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +153 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +6 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js +26 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +6 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js +60 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js.map +1 -0
- package/dist/config/westnetz-neplan/neplan-load.config.d.ts +1 -0
- package/dist/config/westnetz-neplan/neplan-load.config.js +51 -0
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +47 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.js +54 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.js.map +1 -0
- package/dist/constants/cim-class-definition.d.ts +1 -0
- package/dist/constants/cim-class-definition.js +120 -0
- package/dist/constants/cim-class-definition.js.map +1 -0
- package/dist/constants/cim-class-names.d.ts +72 -0
- package/dist/constants/cim-class-names.js +77 -0
- package/dist/constants/cim-class-names.js.map +1 -0
- package/dist/constants/cim-constants.d.ts +5 -0
- package/dist/constants/cim-constants.js +10 -0
- package/dist/constants/cim-constants.js.map +1 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +1 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +49 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -0
- package/dist/constants/init-data/ASSSET_OWNER.d.ts +1 -0
- package/dist/constants/init-data/ASSSET_OWNER.js +15 -0
- package/dist/constants/init-data/ASSSET_OWNER.js.map +1 -0
- package/dist/constants/init-data/JENA_SPARQL.d.ts +11 -0
- package/dist/constants/init-data/JENA_SPARQL.js +328 -0
- package/dist/constants/init-data/JENA_SPARQL.js.map +1 -0
- package/dist/constants/init-data/PSR_TYPES.d.ts +1 -0
- package/dist/constants/init-data/PSR_TYPES.js +78 -0
- package/dist/constants/init-data/PSR_TYPES.js.map +1 -0
- package/dist/constants/rdf-xml.d.ts +39 -0
- package/dist/constants/rdf-xml.js +44 -0
- package/dist/constants/rdf-xml.js.map +1 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +18 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +380 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js.map +1 -0
- package/dist/converter/PSDM/model/FixedFeedIn.d.ts +11 -0
- package/dist/converter/PSDM/model/FixedFeedIn.js +3 -0
- package/dist/converter/PSDM/model/FixedFeedIn.js.map +1 -0
- package/dist/converter/PSDM/model/Line.d.ts +15 -0
- package/dist/converter/PSDM/model/Line.js +3 -0
- package/dist/converter/PSDM/model/Line.js.map +1 -0
- package/dist/converter/PSDM/model/LineType.d.ts +10 -0
- package/dist/converter/PSDM/model/LineType.js +3 -0
- package/dist/converter/PSDM/model/LineType.js.map +1 -0
- package/dist/converter/PSDM/model/Load.d.ts +14 -0
- package/dist/converter/PSDM/model/Load.js +3 -0
- package/dist/converter/PSDM/model/Load.js.map +1 -0
- package/dist/converter/PSDM/model/Node.d.ts +14 -0
- package/dist/converter/PSDM/model/Node.js +3 -0
- package/dist/converter/PSDM/model/Node.js.map +1 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.d.ts +5 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.js +3 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.js.map +1 -0
- package/dist/converter/PSDM/model/Transformer.d.ts +13 -0
- package/dist/converter/PSDM/model/Transformer.js +3 -0
- package/dist/converter/PSDM/model/Transformer.js.map +1 -0
- package/dist/converter/PSDM/model/TransformerType.d.ts +17 -0
- package/dist/converter/PSDM/model/TransformerType.js +3 -0
- package/dist/converter/PSDM/model/TransformerType.js.map +1 -0
- package/dist/converter/PSDM/model/geo/Crs.d.ts +4 -0
- package/dist/converter/PSDM/model/geo/Crs.js +3 -0
- package/dist/converter/PSDM/model/geo/Crs.js.map +1 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +6 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.js +3 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.js.map +1 -0
- package/dist/converter/integral7/ConverterIntegral7.d.ts +106 -0
- package/dist/converter/integral7/ConverterIntegral7.js +2275 -0
- package/dist/converter/integral7/ConverterIntegral7.js.map +1 -0
- package/dist/converter/integral7/config/db-config.d.ts +11 -0
- package/dist/converter/integral7/config/db-config.js +3 -0
- package/dist/converter/integral7/config/db-config.js.map +1 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.d.ts +50 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.js +54 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.js.map +1 -0
- package/dist/converter/integral7/config/integral-prefix.d.ts +20 -0
- package/dist/converter/integral7/config/integral-prefix.js +24 -0
- package/dist/converter/integral7/config/integral-prefix.js.map +1 -0
- package/dist/converter/integral7/model/integral/BaseClass.d.ts +13 -0
- package/dist/converter/integral7/model/integral/BaseClass.js +19 -0
- package/dist/converter/integral7/model/integral/BaseClass.js.map +1 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +11 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js +15 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/KnotenSo.d.ts +14 -0
- package/dist/converter/integral7/model/integral/KnotenSo.js +29 -0
- package/dist/converter/integral7/model/integral/KnotenSo.js.map +1 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +11 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js +13 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Leitung.d.ts +14 -0
- package/dist/converter/integral7/model/integral/Leitung.js +64 -0
- package/dist/converter/integral7/model/integral/Leitung.js.map +1 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +14 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.js +28 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Point.d.ts +6 -0
- package/dist/converter/integral7/model/integral/Point.js +14 -0
- package/dist/converter/integral7/model/integral/Point.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +21 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.js +147 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +14 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +15 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +16 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +30 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +13 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +15 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +20 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.js +100 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +17 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +16 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Standort.d.ts +24 -0
- package/dist/converter/integral7/model/integral/Standort.js +34 -0
- package/dist/converter/integral7/model/integral/Standort.js.map +1 -0
- package/dist/converter/integral7/model/integral/StandortNsg.d.ts +10 -0
- package/dist/converter/integral7/model/integral/StandortNsg.js +13 -0
- package/dist/converter/integral7/model/integral/StandortNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Trafo2w.d.ts +15 -0
- package/dist/converter/integral7/model/integral/Trafo2w.js +11 -0
- package/dist/converter/integral7/model/integral/Trafo2w.js.map +1 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js +7 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js.map +1 -0
- package/dist/converter/integral7/model/interfaces.d.ts +352 -0
- package/dist/converter/integral7/model/interfaces.js +3 -0
- package/dist/converter/integral7/model/interfaces.js.map +1 -0
- package/dist/converter/integral7/sql/integral.sql.d.ts +124 -0
- package/dist/converter/integral7/sql/integral.sql.js +285 -0
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -0
- package/dist/converter/integral7/utils-schema.d.ts +6 -0
- package/dist/converter/integral7/utils-schema.js +43 -0
- package/dist/converter/integral7/utils-schema.js.map +1 -0
- package/dist/converter/integral7/utils-trafo3w.d.ts +13 -0
- package/dist/converter/integral7/utils-trafo3w.js +236 -0
- package/dist/converter/integral7/utils-trafo3w.js.map +1 -0
- package/dist/converter/integral7/utils.d.ts +38 -0
- package/dist/converter/integral7/utils.js +577 -0
- package/dist/converter/integral7/utils.js.map +1 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.d.ts +8 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.js +113 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.js.map +1 -0
- package/dist/etl-neplan/etl-neplan-feederline.d.ts +6 -0
- package/dist/etl-neplan/etl-neplan-feederline.js +91 -0
- package/dist/etl-neplan/etl-neplan-feederline.js.map +1 -0
- package/dist/etl-neplan/etl-neplan.d.ts +9 -0
- package/dist/etl-neplan/etl-neplan.js +222 -0
- package/dist/etl-neplan/etl-neplan.js.map +1 -0
- package/dist/index.d.ts +170 -0
- package/dist/index.js +349 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/model/assets/IAsset.d.ts +3 -0
- package/dist/interfaces/model/assets/IAsset.js +3 -0
- package/dist/interfaces/model/assets/IAsset.js.map +1 -0
- package/dist/interfaces/model/assets/IAssetContainer.d.ts +3 -0
- package/dist/interfaces/model/assets/IAssetContainer.js +3 -0
- package/dist/interfaces/model/assets/IAssetContainer.js.map +1 -0
- package/dist/interfaces/model/assets/IFacility.d.ts +3 -0
- package/dist/interfaces/model/assets/IFacility.js +3 -0
- package/dist/interfaces/model/assets/IFacility.js.map +1 -0
- package/dist/interfaces/model/common/IDocument.d.ts +3 -0
- package/dist/interfaces/model/common/IDocument.js +3 -0
- package/dist/interfaces/model/common/IDocument.js.map +1 -0
- package/dist/interfaces/model/core/IACDCTerminal.d.ts +5 -0
- package/dist/interfaces/model/core/IACDCTerminal.js +3 -0
- package/dist/interfaces/model/core/IACDCTerminal.js.map +1 -0
- package/dist/interfaces/model/core/IBaseVoltage.d.ts +6 -0
- package/dist/interfaces/model/core/IBaseVoltage.js +3 -0
- package/dist/interfaces/model/core/IBaseVoltage.js.map +1 -0
- package/dist/interfaces/model/core/IConductingEquipment.d.ts +8 -0
- package/dist/interfaces/model/core/IConductingEquipment.js +3 -0
- package/dist/interfaces/model/core/IConductingEquipment.js.map +1 -0
- package/dist/interfaces/model/core/IConnectivityNode.d.ts +17 -0
- package/dist/interfaces/model/core/IConnectivityNode.js +3 -0
- package/dist/interfaces/model/core/IConnectivityNode.js.map +1 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.d.ts +9 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.js +3 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.js.map +1 -0
- package/dist/interfaces/model/core/IEquipment.d.ts +3 -0
- package/dist/interfaces/model/core/IEquipment.js +3 -0
- package/dist/interfaces/model/core/IEquipment.js.map +1 -0
- package/dist/interfaces/model/core/IEquipmentContainer.d.ts +9 -0
- package/dist/interfaces/model/core/IEquipmentContainer.js +3 -0
- package/dist/interfaces/model/core/IEquipmentContainer.js.map +1 -0
- package/dist/interfaces/model/core/IFeeder.d.ts +11 -0
- package/dist/interfaces/model/core/IFeeder.js +3 -0
- package/dist/interfaces/model/core/IFeeder.js.map +1 -0
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +52 -0
- package/dist/interfaces/model/core/IIdentifiedObject.js +3 -0
- package/dist/interfaces/model/core/IIdentifiedObject.js.map +1 -0
- package/dist/interfaces/model/core/IPowerSystemResource.d.ts +3 -0
- package/dist/interfaces/model/core/IPowerSystemResource.js +3 -0
- package/dist/interfaces/model/core/IPowerSystemResource.js.map +1 -0
- package/dist/interfaces/model/core/ISubstation.d.ts +6 -0
- package/dist/interfaces/model/core/ISubstation.js +3 -0
- package/dist/interfaces/model/core/ISubstation.js.map +1 -0
- package/dist/interfaces/model/core/ITerminal.d.ts +29 -0
- package/dist/interfaces/model/core/ITerminal.js +3 -0
- package/dist/interfaces/model/core/ITerminal.js.map +1 -0
- package/dist/interfaces/model/core/IVoltageLevel.d.ts +13 -0
- package/dist/interfaces/model/core/IVoltageLevel.js +3 -0
- package/dist/interfaces/model/core/IVoltageLevel.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagram.d.ts +15 -0
- package/dist/interfaces/model/diagram/IDiagram.js +3 -0
- package/dist/interfaces/model/diagram/IDiagram.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagramObject.d.ts +19 -0
- package/dist/interfaces/model/diagram/IDiagramObject.js +3 -0
- package/dist/interfaces/model/diagram/IDiagramObject.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.d.ts +11 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.js +3 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.js.map +1 -0
- package/dist/interfaces/model/domain/IActivePower.d.ts +3 -0
- package/dist/interfaces/model/domain/IActivePower.js +3 -0
- package/dist/interfaces/model/domain/IActivePower.js.map +1 -0
- package/dist/interfaces/model/domain/IAngleDegrees.d.ts +3 -0
- package/dist/interfaces/model/domain/IAngleDegrees.js +3 -0
- package/dist/interfaces/model/domain/IAngleDegrees.js.map +1 -0
- package/dist/interfaces/model/domain/IApparentPower.d.ts +3 -0
- package/dist/interfaces/model/domain/IApparentPower.js +3 -0
- package/dist/interfaces/model/domain/IApparentPower.js.map +1 -0
- package/dist/interfaces/model/domain/ICurrentFlow.d.ts +3 -0
- package/dist/interfaces/model/domain/ICurrentFlow.js +3 -0
- package/dist/interfaces/model/domain/ICurrentFlow.js.map +1 -0
- package/dist/interfaces/model/domain/IDataType.d.ts +7 -0
- package/dist/interfaces/model/domain/IDataType.js +3 -0
- package/dist/interfaces/model/domain/IDataType.js.map +1 -0
- package/dist/interfaces/model/domain/IReactivePower.d.ts +3 -0
- package/dist/interfaces/model/domain/IReactivePower.js +3 -0
- package/dist/interfaces/model/domain/IReactivePower.js.map +1 -0
- package/dist/interfaces/model/domain/IVoltage.d.ts +3 -0
- package/dist/interfaces/model/domain/IVoltage.js +3 -0
- package/dist/interfaces/model/domain/IVoltage.js.map +1 -0
- package/dist/interfaces/model/domain/UnitMultiplier.d.ts +13 -0
- package/dist/interfaces/model/domain/UnitMultiplier.js +18 -0
- package/dist/interfaces/model/domain/UnitMultiplier.js.map +1 -0
- package/dist/interfaces/model/domain/UnitSymbol.d.ts +30 -0
- package/dist/interfaces/model/domain/UnitSymbol.js +35 -0
- package/dist/interfaces/model/domain/UnitSymbol.js.map +1 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.d.ts +5 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.js +10 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.js.map +1 -0
- package/dist/interfaces/model/faults/IFault.d.ts +8 -0
- package/dist/interfaces/model/faults/IFault.js +3 -0
- package/dist/interfaces/model/faults/IFault.js.map +1 -0
- package/dist/interfaces/model/model/IModel.d.ts +86 -0
- package/dist/interfaces/model/model/IModel.js +3 -0
- package/dist/interfaces/model/model/IModel.js.map +1 -0
- package/dist/interfaces/model/operations/IOutage.d.ts +11 -0
- package/dist/interfaces/model/operations/IOutage.js +3 -0
- package/dist/interfaces/model/operations/IOutage.js.map +1 -0
- package/dist/interfaces/model/operations/ISwitchingAction.d.ts +6 -0
- package/dist/interfaces/model/operations/ISwitchingAction.js +3 -0
- package/dist/interfaces/model/operations/ISwitchingAction.js.map +1 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +11 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.js +3 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.js.map +1 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.d.ts +6 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.js +3 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.js.map +1 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.d.ts +14 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.js +3 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.js.map +1 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.d.ts +10 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.js +3 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.js.map +1 -0
- package/dist/interfaces/model/topology/ITopologicalNode.d.ts +23 -0
- package/dist/interfaces/model/topology/ITopologicalNode.js +3 -0
- package/dist/interfaces/model/topology/ITopologicalNode.js.map +1 -0
- package/dist/interfaces/model/wires/IACLineSegment.d.ts +3 -0
- package/dist/interfaces/model/wires/IACLineSegment.js +3 -0
- package/dist/interfaces/model/wires/IACLineSegment.js.map +1 -0
- package/dist/interfaces/model/wires/IBusbarSection.d.ts +3 -0
- package/dist/interfaces/model/wires/IBusbarSection.js +3 -0
- package/dist/interfaces/model/wires/IBusbarSection.js.map +1 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.js +3 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IConductor.d.ts +5 -0
- package/dist/interfaces/model/wires/IConductor.js +3 -0
- package/dist/interfaces/model/wires/IConductor.js.map +1 -0
- package/dist/interfaces/model/wires/IConnector.d.ts +3 -0
- package/dist/interfaces/model/wires/IConnector.js +3 -0
- package/dist/interfaces/model/wires/IConnector.js.map +1 -0
- package/dist/interfaces/model/wires/IDisconnector.d.ts +3 -0
- package/dist/interfaces/model/wires/IDisconnector.js +3 -0
- package/dist/interfaces/model/wires/IDisconnector.js.map +1 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.d.ts +6 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.js +3 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.js.map +1 -0
- package/dist/interfaces/model/wires/IEnergySource.d.ts +15 -0
- package/dist/interfaces/model/wires/IEnergySource.js +3 -0
- package/dist/interfaces/model/wires/IEnergySource.js.map +1 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.d.ts +33 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.js +3 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.js.map +1 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.js +3 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IPowerTransformer.d.ts +6 -0
- package/dist/interfaces/model/wires/IPowerTransformer.js +3 -0
- package/dist/interfaces/model/wires/IPowerTransformer.js.map +1 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.d.ts +8 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.js +3 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.js.map +1 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.js +3 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.d.ts +3 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.js +3 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.js.map +1 -0
- package/dist/interfaces/model/wires/ISwitch.d.ts +9 -0
- package/dist/interfaces/model/wires/ISwitch.js +3 -0
- package/dist/interfaces/model/wires/ISwitch.js.map +1 -0
- package/dist/interfaces/model/wires/ITransformerEnd.d.ts +13 -0
- package/dist/interfaces/model/wires/ITransformerEnd.js +3 -0
- package/dist/interfaces/model/wires/ITransformerEnd.js.map +1 -0
- package/dist/interfaces/observable/IObservable.d.ts +6 -0
- package/dist/interfaces/observable/IObservable.js +3 -0
- package/dist/interfaces/observable/IObservable.js.map +1 -0
- package/dist/interfaces/observable/IObserver.d.ts +3 -0
- package/dist/interfaces/observable/IObserver.js +3 -0
- package/dist/interfaces/observable/IObserver.js.map +1 -0
- package/dist/interfaces/persistence-interfaces.d.ts +10 -0
- package/dist/interfaces/persistence-interfaces.js +3 -0
- package/dist/interfaces/persistence-interfaces.js.map +1 -0
- package/dist/interfaces/schema-settings/ShapeInfos.d.ts +24 -0
- package/dist/interfaces/schema-settings/ShapeInfos.js +13 -0
- package/dist/interfaces/schema-settings/ShapeInfos.js.map +1 -0
- package/dist/model/assetinfo/AssetInfo.d.ts +6 -0
- package/dist/model/assetinfo/AssetInfo.js +13 -0
- package/dist/model/assetinfo/AssetInfo.js.map +1 -0
- package/dist/model/assetinfo/CableInfo.d.ts +4 -0
- package/dist/model/assetinfo/CableInfo.js +11 -0
- package/dist/model/assetinfo/CableInfo.js.map +1 -0
- package/dist/model/assetinfo/OverheadWireInfo.d.ts +4 -0
- package/dist/model/assetinfo/OverheadWireInfo.js +11 -0
- package/dist/model/assetinfo/OverheadWireInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.d.ts +6 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.js +11 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.d.ts +10 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.js +11 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformerInfo.d.ts +8 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js +12 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js.map +1 -0
- package/dist/model/assetinfo/TapChangerInfo.d.ts +22 -0
- package/dist/model/assetinfo/TapChangerInfo.js +11 -0
- package/dist/model/assetinfo/TapChangerInfo.js.map +1 -0
- package/dist/model/assetinfo/TransformerEndInfo.d.ts +23 -0
- package/dist/model/assetinfo/TransformerEndInfo.js +11 -0
- package/dist/model/assetinfo/TransformerEndInfo.js.map +1 -0
- package/dist/model/assetinfo/WireInfo.d.ts +14 -0
- package/dist/model/assetinfo/WireInfo.js +11 -0
- package/dist/model/assetinfo/WireInfo.js.map +1 -0
- package/dist/model/assets/AggregateScore.d.ts +4 -0
- package/dist/model/assets/AggregateScore.js +11 -0
- package/dist/model/assets/AggregateScore.js.map +1 -0
- package/dist/model/assets/AnalyticScore.d.ts +12 -0
- package/dist/model/assets/AnalyticScore.js +34 -0
- package/dist/model/assets/AnalyticScore.js.map +1 -0
- package/dist/model/assets/Asset.d.ts +38 -0
- package/dist/model/assets/Asset.js +109 -0
- package/dist/model/assets/Asset.js.map +1 -0
- package/dist/model/assets/AssetContainer.d.ts +5 -0
- package/dist/model/assets/AssetContainer.js +12 -0
- package/dist/model/assets/AssetContainer.js.map +1 -0
- package/dist/model/assets/AssetDeployment.d.ts +22 -0
- package/dist/model/assets/AssetDeployment.js +94 -0
- package/dist/model/assets/AssetDeployment.js.map +1 -0
- package/dist/model/assets/AssetHealthEvent.d.ts +12 -0
- package/dist/model/assets/AssetHealthEvent.js +65 -0
- package/dist/model/assets/AssetHealthEvent.js.map +1 -0
- package/dist/model/assets/AssetOrganisationRole.d.ts +12 -0
- package/dist/model/assets/AssetOrganisationRole.js +43 -0
- package/dist/model/assets/AssetOrganisationRole.js.map +1 -0
- package/dist/model/assets/AssetOwner.d.ts +8 -0
- package/dist/model/assets/AssetOwner.js +48 -0
- package/dist/model/assets/AssetOwner.js.map +1 -0
- package/dist/model/assets/DeploymentDate.d.ts +9 -0
- package/dist/model/assets/DeploymentDate.js +13 -0
- package/dist/model/assets/DeploymentDate.js.map +1 -0
- package/dist/model/assets/DeploymentStateKind.d.ts +7 -0
- package/dist/model/assets/DeploymentStateKind.js +12 -0
- package/dist/model/assets/DeploymentStateKind.js.map +1 -0
- package/dist/model/assets/Facility.d.ts +16 -0
- package/dist/model/assets/Facility.js +91 -0
- package/dist/model/assets/Facility.js.map +1 -0
- package/dist/model/assets/FacilityKind.d.ts +9 -0
- package/dist/model/assets/FacilityKind.js +14 -0
- package/dist/model/assets/FacilityKind.js.map +1 -0
- package/dist/model/assets/HealthScore.d.ts +9 -0
- package/dist/model/assets/HealthScore.js +55 -0
- package/dist/model/assets/HealthScore.js.map +1 -0
- package/dist/model/assets/LifecycleDate.d.ts +10 -0
- package/dist/model/assets/LifecycleDate.js +12 -0
- package/dist/model/assets/LifecycleDate.js.map +1 -0
- package/dist/model/assets/RiskScore.d.ts +4 -0
- package/dist/model/assets/RiskScore.js +11 -0
- package/dist/model/assets/RiskScore.js.map +1 -0
- package/dist/model/assets/TransformerApplicationKind.d.ts +6 -0
- package/dist/model/assets/TransformerApplicationKind.js +11 -0
- package/dist/model/assets/TransformerApplicationKind.js.map +1 -0
- package/dist/model/common/ActivityRecord.d.ts +18 -0
- package/dist/model/common/ActivityRecord.js +52 -0
- package/dist/model/common/ActivityRecord.js.map +1 -0
- package/dist/model/common/CoordinateSystem.d.ts +15 -0
- package/dist/model/common/CoordinateSystem.js +75 -0
- package/dist/model/common/CoordinateSystem.js.map +1 -0
- package/dist/model/common/Document.d.ts +4 -0
- package/dist/model/common/Document.js +11 -0
- package/dist/model/common/Document.js.map +1 -0
- package/dist/model/common/Location.d.ts +25 -0
- package/dist/model/common/Location.js +154 -0
- package/dist/model/common/Location.js.map +1 -0
- package/dist/model/common/OrganisationRole.d.ts +4 -0
- package/dist/model/common/OrganisationRole.js +11 -0
- package/dist/model/common/OrganisationRole.js.map +1 -0
- package/dist/model/common/PositionPoint.d.ts +19 -0
- package/dist/model/common/PositionPoint.js +111 -0
- package/dist/model/common/PositionPoint.js.map +1 -0
- package/dist/model/common/Status.d.ts +7 -0
- package/dist/model/common/Status.js +10 -0
- package/dist/model/common/Status.js.map +1 -0
- package/dist/model/core/ACDCTerminal.d.ts +14 -0
- package/dist/model/core/ACDCTerminal.js +54 -0
- package/dist/model/core/ACDCTerminal.js.map +1 -0
- package/dist/model/core/BaseVoltage.d.ts +22 -0
- package/dist/model/core/BaseVoltage.js +109 -0
- package/dist/model/core/BaseVoltage.js.map +1 -0
- package/dist/model/core/Bay.d.ts +27 -0
- package/dist/model/core/Bay.js +153 -0
- package/dist/model/core/Bay.js.map +1 -0
- package/dist/model/core/ConductingEquipment.d.ts +37 -0
- package/dist/model/core/ConductingEquipment.js +132 -0
- package/dist/model/core/ConductingEquipment.js.map +1 -0
- package/dist/model/core/ConnectivityNode.d.ts +42 -0
- package/dist/model/core/ConnectivityNode.js +317 -0
- package/dist/model/core/ConnectivityNode.js.map +1 -0
- package/dist/model/core/ConnectivityNodeContainer.d.ts +11 -0
- package/dist/model/core/ConnectivityNodeContainer.js +19 -0
- package/dist/model/core/ConnectivityNodeContainer.js.map +1 -0
- package/dist/model/core/Curve.d.ts +12 -0
- package/dist/model/core/Curve.js +34 -0
- package/dist/model/core/Curve.js.map +1 -0
- package/dist/model/core/CurveData.d.ts +15 -0
- package/dist/model/core/CurveData.js +58 -0
- package/dist/model/core/CurveData.js.map +1 -0
- package/dist/model/core/CurveStyle.d.ts +4 -0
- package/dist/model/core/CurveStyle.js +9 -0
- package/dist/model/core/CurveStyle.js.map +1 -0
- package/dist/model/core/Equipment.d.ts +30 -0
- package/dist/model/core/Equipment.js +148 -0
- package/dist/model/core/Equipment.js.map +1 -0
- package/dist/model/core/EquipmentContainer.d.ts +13 -0
- package/dist/model/core/EquipmentContainer.js +31 -0
- package/dist/model/core/EquipmentContainer.js.map +1 -0
- package/dist/model/core/Feeder.d.ts +31 -0
- package/dist/model/core/Feeder.js +143 -0
- package/dist/model/core/Feeder.js.map +1 -0
- package/dist/model/core/GeographicalRegion.d.ts +9 -0
- package/dist/model/core/GeographicalRegion.js +30 -0
- package/dist/model/core/GeographicalRegion.js.map +1 -0
- package/dist/model/core/IdentifiedObject.d.ts +70 -0
- package/dist/model/core/IdentifiedObject.js +225 -0
- package/dist/model/core/IdentifiedObject.js.map +1 -0
- package/dist/model/core/PSRType.d.ts +22 -0
- package/dist/model/core/PSRType.js +116 -0
- package/dist/model/core/PSRType.js.map +1 -0
- package/dist/model/core/PhaseCode.d.ts +23 -0
- package/dist/model/core/PhaseCode.js +28 -0
- package/dist/model/core/PhaseCode.js.map +1 -0
- package/dist/model/core/PowerSystemResource.d.ts +26 -0
- package/dist/model/core/PowerSystemResource.js +81 -0
- package/dist/model/core/PowerSystemResource.js.map +1 -0
- package/dist/model/core/SubGeographicalRegion.d.ts +15 -0
- package/dist/model/core/SubGeographicalRegion.js +49 -0
- package/dist/model/core/SubGeographicalRegion.js.map +1 -0
- package/dist/model/core/Substation.d.ts +34 -0
- package/dist/model/core/Substation.js +233 -0
- package/dist/model/core/Substation.js.map +1 -0
- package/dist/model/core/Terminal.d.ts +68 -0
- package/dist/model/core/Terminal.js +307 -0
- package/dist/model/core/Terminal.js.map +1 -0
- package/dist/model/core/VoltageLevel.d.ts +34 -0
- package/dist/model/core/VoltageLevel.js +162 -0
- package/dist/model/core/VoltageLevel.js.map +1 -0
- package/dist/model/diagram/Diagram.d.ts +29 -0
- package/dist/model/diagram/Diagram.js +105 -0
- package/dist/model/diagram/Diagram.js.map +1 -0
- package/dist/model/diagram/DiagramObject.d.ts +43 -0
- package/dist/model/diagram/DiagramObject.js +275 -0
- package/dist/model/diagram/DiagramObject.js.map +1 -0
- package/dist/model/diagram/DiagramObjectPoint.d.ts +33 -0
- package/dist/model/diagram/DiagramObjectPoint.js +169 -0
- package/dist/model/diagram/DiagramObjectPoint.js.map +1 -0
- package/dist/model/diagram/DiagramStyle.d.ts +9 -0
- package/dist/model/diagram/DiagramStyle.js +29 -0
- package/dist/model/diagram/DiagramStyle.js.map +1 -0
- package/dist/model/diagram/OrientationKind.d.ts +4 -0
- package/dist/model/diagram/OrientationKind.js +9 -0
- package/dist/model/diagram/OrientationKind.js.map +1 -0
- package/dist/model/domain/ActivePower.d.ts +8 -0
- package/dist/model/domain/ActivePower.js +12 -0
- package/dist/model/domain/ActivePower.js.map +1 -0
- package/dist/model/domain/AngleDegrees.d.ts +8 -0
- package/dist/model/domain/AngleDegrees.js +12 -0
- package/dist/model/domain/AngleDegrees.js.map +1 -0
- package/dist/model/domain/ApparentPower.d.ts +8 -0
- package/dist/model/domain/ApparentPower.js +12 -0
- package/dist/model/domain/ApparentPower.js.map +1 -0
- package/dist/model/domain/Capacitance.d.ts +8 -0
- package/dist/model/domain/Capacitance.js +12 -0
- package/dist/model/domain/Capacitance.js.map +1 -0
- package/dist/model/domain/CapacitancePerLength.d.ts +8 -0
- package/dist/model/domain/CapacitancePerLength.js +12 -0
- package/dist/model/domain/CapacitancePerLength.js.map +1 -0
- package/dist/model/domain/ConductancePerLength.d.ts +8 -0
- package/dist/model/domain/ConductancePerLength.js +12 -0
- package/dist/model/domain/ConductancePerLength.js.map +1 -0
- package/dist/model/domain/CurrentFlow.d.ts +8 -0
- package/dist/model/domain/CurrentFlow.js +12 -0
- package/dist/model/domain/CurrentFlow.js.map +1 -0
- package/dist/model/domain/Reactance.d.ts +8 -0
- package/dist/model/domain/Reactance.js +12 -0
- package/dist/model/domain/Reactance.js.map +1 -0
- package/dist/model/domain/ReactancePerLength.d.ts +8 -0
- package/dist/model/domain/ReactancePerLength.js +12 -0
- package/dist/model/domain/ReactancePerLength.js.map +1 -0
- package/dist/model/domain/ReactivePower.d.ts +8 -0
- package/dist/model/domain/ReactivePower.js +12 -0
- package/dist/model/domain/ReactivePower.js.map +1 -0
- package/dist/model/domain/Resistance.d.ts +8 -0
- package/dist/model/domain/Resistance.js +12 -0
- package/dist/model/domain/Resistance.js.map +1 -0
- package/dist/model/domain/ResistancePerLength.d.ts +8 -0
- package/dist/model/domain/ResistancePerLength.js +12 -0
- package/dist/model/domain/ResistancePerLength.js.map +1 -0
- package/dist/model/domain/UnitMultiplier.d.ts +13 -0
- package/dist/model/domain/UnitMultiplier.js +18 -0
- package/dist/model/domain/UnitMultiplier.js.map +1 -0
- package/dist/model/domain/UnitSymbol.d.ts +30 -0
- package/dist/model/domain/UnitSymbol.js +35 -0
- package/dist/model/domain/UnitSymbol.js.map +1 -0
- package/dist/model/domain/Voltage.d.ts +8 -0
- package/dist/model/domain/Voltage.js +12 -0
- package/dist/model/domain/Voltage.js.map +1 -0
- package/dist/model/equivalents/EquivalentBranch.d.ts +34 -0
- package/dist/model/equivalents/EquivalentBranch.js +161 -0
- package/dist/model/equivalents/EquivalentBranch.js.map +1 -0
- package/dist/model/equivalents/EquivalentEquipment.d.ts +4 -0
- package/dist/model/equivalents/EquivalentEquipment.js +11 -0
- package/dist/model/equivalents/EquivalentEquipment.js.map +1 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +16 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +92 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.js.map +1 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +11 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +43 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js.map +1 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +9 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js +55 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js.map +1 -0
- package/dist/model/extensions/enervance/core/EVTerminal.d.ts +11 -0
- package/dist/model/extensions/enervance/core/EVTerminal.js +59 -0
- package/dist/model/extensions/enervance/core/EVTerminal.js.map +1 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +23 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js +112 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +17 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +108 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +33 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +279 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +19 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +92 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +20 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +95 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +18 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +97 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +36 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +319 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js.map +1 -0
- package/dist/model/faults/EquipmentFault.d.ts +4 -0
- package/dist/model/faults/EquipmentFault.js +11 -0
- package/dist/model/faults/EquipmentFault.js.map +1 -0
- package/dist/model/faults/Fault.d.ts +13 -0
- package/dist/model/faults/Fault.js +31 -0
- package/dist/model/faults/Fault.js.map +1 -0
- package/dist/model/faults/LineFault.d.ts +4 -0
- package/dist/model/faults/LineFault.js +11 -0
- package/dist/model/faults/LineFault.js.map +1 -0
- package/dist/model/generation/FossilFuel.d.ts +12 -0
- package/dist/model/generation/FossilFuel.js +46 -0
- package/dist/model/generation/FossilFuel.js.map +1 -0
- package/dist/model/generation/FuelType.d.ts +8 -0
- package/dist/model/generation/FuelType.js +13 -0
- package/dist/model/generation/FuelType.js.map +1 -0
- package/dist/model/generation/GeneratingUnit.d.ts +32 -0
- package/dist/model/generation/GeneratingUnit.js +112 -0
- package/dist/model/generation/GeneratingUnit.js.map +1 -0
- package/dist/model/generation/GeneratorControlSource.d.ts +6 -0
- package/dist/model/generation/GeneratorControlSource.js +11 -0
- package/dist/model/generation/GeneratorControlSource.js.map +1 -0
- package/dist/model/generation/HydroEnergyConversionKind.d.ts +4 -0
- package/dist/model/generation/HydroEnergyConversionKind.js +9 -0
- package/dist/model/generation/HydroEnergyConversionKind.js.map +1 -0
- package/dist/model/generation/HydroGeneratingUnit.d.ts +8 -0
- package/dist/model/generation/HydroGeneratingUnit.js +11 -0
- package/dist/model/generation/HydroGeneratingUnit.js.map +1 -0
- package/dist/model/generation/HydroPlantStorageKind.d.ts +5 -0
- package/dist/model/generation/HydroPlantStorageKind.js +10 -0
- package/dist/model/generation/HydroPlantStorageKind.js.map +1 -0
- package/dist/model/generation/HydroPowerPlant.d.ts +8 -0
- package/dist/model/generation/HydroPowerPlant.js +13 -0
- package/dist/model/generation/HydroPowerPlant.js.map +1 -0
- package/dist/model/generation/HydroPump.d.ts +8 -0
- package/dist/model/generation/HydroPump.js +11 -0
- package/dist/model/generation/HydroPump.js.map +1 -0
- package/dist/model/generation/NuclearGeneratingUnit.d.ts +4 -0
- package/dist/model/generation/NuclearGeneratingUnit.js +11 -0
- package/dist/model/generation/NuclearGeneratingUnit.js.map +1 -0
- package/dist/model/generation/SolarGeneratingUnit.d.ts +4 -0
- package/dist/model/generation/SolarGeneratingUnit.js +11 -0
- package/dist/model/generation/SolarGeneratingUnit.js.map +1 -0
- package/dist/model/generation/ThermalGeneratingUnit.d.ts +11 -0
- package/dist/model/generation/ThermalGeneratingUnit.js +36 -0
- package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -0
- package/dist/model/generation/WindGenUnitKind.d.ts +4 -0
- package/dist/model/generation/WindGenUnitKind.js +9 -0
- package/dist/model/generation/WindGenUnitKind.js.map +1 -0
- package/dist/model/generation/WindGeneratingUnit.d.ts +6 -0
- package/dist/model/generation/WindGeneratingUnit.js +11 -0
- package/dist/model/generation/WindGeneratingUnit.js.map +1 -0
- package/dist/model/loadmodel/ConformLoad.d.ts +8 -0
- package/dist/model/loadmodel/ConformLoad.js +30 -0
- package/dist/model/loadmodel/ConformLoad.js.map +1 -0
- package/dist/model/model/Model.d.ts +293 -0
- package/dist/model/model/Model.js +792 -0
- package/dist/model/model/Model.js.map +1 -0
- package/dist/model/operationallimits/CurrentLimit.d.ts +17 -0
- package/dist/model/operationallimits/CurrentLimit.js +79 -0
- package/dist/model/operationallimits/CurrentLimit.js.map +1 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.d.ts +5 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.js +10 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.js.map +1 -0
- package/dist/model/operationallimits/LimitTypeKind.d.ts +9 -0
- package/dist/model/operationallimits/LimitTypeKind.js +14 -0
- package/dist/model/operationallimits/LimitTypeKind.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimit.d.ts +15 -0
- package/dist/model/operationallimits/OperationalLimit.js +62 -0
- package/dist/model/operationallimits/OperationalLimit.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.d.ts +5 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.js +10 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitSet.d.ts +23 -0
- package/dist/model/operationallimits/OperationalLimitSet.js +104 -0
- package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitType.d.ts +20 -0
- package/dist/model/operationallimits/OperationalLimitType.js +74 -0
- package/dist/model/operationallimits/OperationalLimitType.js.map +1 -0
- package/dist/model/operations/Outage.d.ts +18 -0
- package/dist/model/operations/Outage.js +48 -0
- package/dist/model/operations/Outage.js.map +1 -0
- package/dist/model/operations/SwitchAction.d.ts +6 -0
- package/dist/model/operations/SwitchAction.js +11 -0
- package/dist/model/operations/SwitchAction.js.map +1 -0
- package/dist/model/operations/SwitchActionKind.d.ts +6 -0
- package/dist/model/operations/SwitchActionKind.js +11 -0
- package/dist/model/operations/SwitchActionKind.js.map +1 -0
- package/dist/model/operations/SwitchingAction.d.ts +14 -0
- package/dist/model/operations/SwitchingAction.js +32 -0
- package/dist/model/operations/SwitchingAction.js.map +1 -0
- package/dist/model/operations/SwitchingPlan.d.ts +26 -0
- package/dist/model/operations/SwitchingPlan.js +102 -0
- package/dist/model/operations/SwitchingPlan.js.map +1 -0
- package/dist/model/operations/UnplannedOutage.d.ts +4 -0
- package/dist/model/operations/UnplannedOutage.js +11 -0
- package/dist/model/operations/UnplannedOutage.js.map +1 -0
- package/dist/model/statevariables/StateVariable.d.ts +9 -0
- package/dist/model/statevariables/StateVariable.js +23 -0
- package/dist/model/statevariables/StateVariable.js.map +1 -0
- package/dist/model/statevariables/SvPowerFlow.d.ts +17 -0
- package/dist/model/statevariables/SvPowerFlow.js +60 -0
- package/dist/model/statevariables/SvPowerFlow.js.map +1 -0
- package/dist/model/statevariables/SvStatus.d.ts +12 -0
- package/dist/model/statevariables/SvStatus.js +45 -0
- package/dist/model/statevariables/SvStatus.js.map +1 -0
- package/dist/model/statevariables/SvTapStep.d.ts +12 -0
- package/dist/model/statevariables/SvTapStep.js +46 -0
- package/dist/model/statevariables/SvTapStep.js.map +1 -0
- package/dist/model/statevariables/SvVoltage.d.ts +16 -0
- package/dist/model/statevariables/SvVoltage.js +60 -0
- package/dist/model/statevariables/SvVoltage.js.map +1 -0
- package/dist/model/topology/TopologicalIsland.d.ts +13 -0
- package/dist/model/topology/TopologicalIsland.js +50 -0
- package/dist/model/topology/TopologicalIsland.js.map +1 -0
- package/dist/model/topology/TopologicalNode.d.ts +40 -0
- package/dist/model/topology/TopologicalNode.js +152 -0
- package/dist/model/topology/TopologicalNode.js.map +1 -0
- package/dist/model/wires/ACLineSegment.d.ts +33 -0
- package/dist/model/wires/ACLineSegment.js +206 -0
- package/dist/model/wires/ACLineSegment.js.map +1 -0
- package/dist/model/wires/AsynchronousMachine.d.ts +19 -0
- package/dist/model/wires/AsynchronousMachine.js +42 -0
- package/dist/model/wires/AsynchronousMachine.js.map +1 -0
- package/dist/model/wires/AsynchronousMachineKind.d.ts +4 -0
- package/dist/model/wires/AsynchronousMachineKind.js +9 -0
- package/dist/model/wires/AsynchronousMachineKind.js.map +1 -0
- package/dist/model/wires/Breaker.d.ts +12 -0
- package/dist/model/wires/Breaker.js +76 -0
- package/dist/model/wires/Breaker.js.map +1 -0
- package/dist/model/wires/BusbarSection.d.ts +12 -0
- package/dist/model/wires/BusbarSection.js +64 -0
- package/dist/model/wires/BusbarSection.js.map +1 -0
- package/dist/model/wires/Clamp.d.ts +6 -0
- package/dist/model/wires/Clamp.js +35 -0
- package/dist/model/wires/Clamp.js.map +1 -0
- package/dist/model/wires/CompositeSwitch.d.ts +5 -0
- package/dist/model/wires/CompositeSwitch.js +12 -0
- package/dist/model/wires/CompositeSwitch.js.map +1 -0
- package/dist/model/wires/Conductor.d.ts +13 -0
- package/dist/model/wires/Conductor.js +45 -0
- package/dist/model/wires/Conductor.js.map +1 -0
- package/dist/model/wires/Connector.d.ts +5 -0
- package/dist/model/wires/Connector.js +17 -0
- package/dist/model/wires/Connector.js.map +1 -0
- package/dist/model/wires/Cut.d.ts +4 -0
- package/dist/model/wires/Cut.js +11 -0
- package/dist/model/wires/Cut.js.map +1 -0
- package/dist/model/wires/Disconnector.d.ts +18 -0
- package/dist/model/wires/Disconnector.js +106 -0
- package/dist/model/wires/Disconnector.js.map +1 -0
- package/dist/model/wires/EarthFaultCompensator.d.ts +7 -0
- package/dist/model/wires/EarthFaultCompensator.js +19 -0
- package/dist/model/wires/EarthFaultCompensator.js.map +1 -0
- package/dist/model/wires/EnergyConsumer.d.ts +37 -0
- package/dist/model/wires/EnergyConsumer.js +189 -0
- package/dist/model/wires/EnergyConsumer.js.map +1 -0
- package/dist/model/wires/EnergySource.d.ts +41 -0
- package/dist/model/wires/EnergySource.js +198 -0
- package/dist/model/wires/EnergySource.js.map +1 -0
- package/dist/model/wires/ExternalNetworkInjection.d.ts +46 -0
- package/dist/model/wires/ExternalNetworkInjection.js +195 -0
- package/dist/model/wires/ExternalNetworkInjection.js.map +1 -0
- package/dist/model/wires/Ground.d.ts +8 -0
- package/dist/model/wires/Ground.js +38 -0
- package/dist/model/wires/Ground.js.map +1 -0
- package/dist/model/wires/GroundDisconnector.d.ts +8 -0
- package/dist/model/wires/GroundDisconnector.js +38 -0
- package/dist/model/wires/GroundDisconnector.js.map +1 -0
- package/dist/model/wires/Jumper.d.ts +4 -0
- package/dist/model/wires/Jumper.js +11 -0
- package/dist/model/wires/Jumper.js.map +1 -0
- package/dist/model/wires/Junction.d.ts +10 -0
- package/dist/model/wires/Junction.js +51 -0
- package/dist/model/wires/Junction.js.map +1 -0
- package/dist/model/wires/Line.d.ts +20 -0
- package/dist/model/wires/Line.js +101 -0
- package/dist/model/wires/Line.js.map +1 -0
- package/dist/model/wires/LoadBreakSwitch.d.ts +16 -0
- package/dist/model/wires/LoadBreakSwitch.js +93 -0
- package/dist/model/wires/LoadBreakSwitch.js.map +1 -0
- package/dist/model/wires/PetersenCoil.d.ts +19 -0
- package/dist/model/wires/PetersenCoil.js +71 -0
- package/dist/model/wires/PetersenCoil.js.map +1 -0
- package/dist/model/wires/PetersenCoilModeKind.d.ts +5 -0
- package/dist/model/wires/PetersenCoilModeKind.js +10 -0
- package/dist/model/wires/PetersenCoilModeKind.js.map +1 -0
- package/dist/model/wires/Plant.d.ts +5 -0
- package/dist/model/wires/Plant.js +12 -0
- package/dist/model/wires/Plant.js.map +1 -0
- package/dist/model/wires/PowerTransformer.d.ts +30 -0
- package/dist/model/wires/PowerTransformer.js +170 -0
- package/dist/model/wires/PowerTransformer.js.map +1 -0
- package/dist/model/wires/PowerTransformerEnd.d.ts +33 -0
- package/dist/model/wires/PowerTransformerEnd.js +147 -0
- package/dist/model/wires/PowerTransformerEnd.js.map +1 -0
- package/dist/model/wires/ProtectedSwitch.d.ts +4 -0
- package/dist/model/wires/ProtectedSwitch.js +11 -0
- package/dist/model/wires/ProtectedSwitch.js.map +1 -0
- package/dist/model/wires/RatioTapChanger.d.ts +15 -0
- package/dist/model/wires/RatioTapChanger.js +64 -0
- package/dist/model/wires/RatioTapChanger.js.map +1 -0
- package/dist/model/wires/RatioTapChangerTable.d.ts +10 -0
- package/dist/model/wires/RatioTapChangerTable.js +30 -0
- package/dist/model/wires/RatioTapChangerTable.js.map +1 -0
- package/dist/model/wires/RatioTapChangerTablePoint.d.ts +11 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js +42 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js.map +1 -0
- package/dist/model/wires/ReactiveCapabilityCurve.d.ts +10 -0
- package/dist/model/wires/ReactiveCapabilityCurve.js +31 -0
- package/dist/model/wires/ReactiveCapabilityCurve.js.map +1 -0
- package/dist/model/wires/Recloser.d.ts +6 -0
- package/dist/model/wires/Recloser.js +35 -0
- package/dist/model/wires/Recloser.js.map +1 -0
- package/dist/model/wires/RegulatingCondEq.d.ts +15 -0
- package/dist/model/wires/RegulatingCondEq.js +55 -0
- package/dist/model/wires/RegulatingCondEq.js.map +1 -0
- package/dist/model/wires/RegulatingControl.d.ts +32 -0
- package/dist/model/wires/RegulatingControl.js +139 -0
- package/dist/model/wires/RegulatingControl.js.map +1 -0
- package/dist/model/wires/RegulatingControlModeKind.d.ts +10 -0
- package/dist/model/wires/RegulatingControlModeKind.js +15 -0
- package/dist/model/wires/RegulatingControlModeKind.js.map +1 -0
- package/dist/model/wires/RotatingMachine.d.ts +27 -0
- package/dist/model/wires/RotatingMachine.js +112 -0
- package/dist/model/wires/RotatingMachine.js.map +1 -0
- package/dist/model/wires/SeriesCompensator.d.ts +7 -0
- package/dist/model/wires/SeriesCompensator.js +41 -0
- package/dist/model/wires/SeriesCompensator.js.map +1 -0
- package/dist/model/wires/ShortCircuitRotorKind.d.ts +6 -0
- package/dist/model/wires/ShortCircuitRotorKind.js +11 -0
- package/dist/model/wires/ShortCircuitRotorKind.js.map +1 -0
- package/dist/model/wires/Switch.d.ts +33 -0
- package/dist/model/wires/Switch.js +166 -0
- package/dist/model/wires/Switch.js.map +1 -0
- package/dist/model/wires/SynchronousMachine.d.ts +50 -0
- package/dist/model/wires/SynchronousMachine.js +193 -0
- package/dist/model/wires/SynchronousMachine.js.map +1 -0
- package/dist/model/wires/SynchronousMachineKind.d.ts +9 -0
- package/dist/model/wires/SynchronousMachineKind.js +14 -0
- package/dist/model/wires/SynchronousMachineKind.js.map +1 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.d.ts +5 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.js +10 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.js.map +1 -0
- package/dist/model/wires/TapChanger.d.ts +19 -0
- package/dist/model/wires/TapChanger.js +41 -0
- package/dist/model/wires/TapChanger.js.map +1 -0
- package/dist/model/wires/TapChangerControl.d.ts +9 -0
- package/dist/model/wires/TapChangerControl.js +28 -0
- package/dist/model/wires/TapChangerControl.js.map +1 -0
- package/dist/model/wires/TapChangerTablePoint.d.ts +12 -0
- package/dist/model/wires/TapChangerTablePoint.js +34 -0
- package/dist/model/wires/TapChangerTablePoint.js.map +1 -0
- package/dist/model/wires/TransformerControlMode.d.ts +4 -0
- package/dist/model/wires/TransformerControlMode.js +9 -0
- package/dist/model/wires/TransformerControlMode.js.map +1 -0
- package/dist/model/wires/TransformerEnd.d.ts +31 -0
- package/dist/model/wires/TransformerEnd.js +108 -0
- package/dist/model/wires/TransformerEnd.js.map +1 -0
- package/dist/model/wires/WindingConnection.d.ts +9 -0
- package/dist/model/wires/WindingConnection.js +14 -0
- package/dist/model/wires/WindingConnection.js.map +1 -0
- package/dist/package.json +16 -0
- package/dist/util/datatype-converter.d.ts +3 -0
- package/dist/util/datatype-converter.js +49 -0
- package/dist/util/datatype-converter.js.map +1 -0
- package/dist/util/sparql/sparql-building-block.d.ts +15 -0
- package/dist/util/sparql/sparql-building-block.js +31 -0
- package/dist/util/sparql/sparql-building-block.js.map +1 -0
- package/dist/util/sparql/sparql-utils.d.ts +3 -0
- package/dist/util/sparql/sparql-utils.js +28 -0
- package/dist/util/sparql/sparql-utils.js.map +1 -0
- package/dist/util/util-create.d.ts +11 -0
- package/dist/util/util-create.js +113 -0
- package/dist/util/util-create.js.map +1 -0
- package/dist/util/util-search.d.ts +8 -0
- package/dist/util/util-search.js +41 -0
- package/dist/util/util-search.js.map +1 -0
- package/dist/util/util-topology.d.ts +14 -0
- package/dist/util/util-topology.js +144 -0
- package/dist/util/util-topology.js.map +1 -0
- package/dist/util/utils.d.ts +25 -0
- package/dist/util/utils.js +221 -0
- package/dist/util/utils.js.map +1 -0
- package/dist/util/xml/utils.parser.d.ts +3 -0
- package/dist/util/xml/utils.parser.js +32 -0
- package/dist/util/xml/utils.parser.js.map +1 -0
- package/dist/util/xml/xml.parser.d.ts +16 -0
- package/dist/util/xml/xml.parser.js +98 -0
- package/dist/util/xml/xml.parser.js.map +1 -0
- package/dist/util/xml/xml.serializer.d.ts +12 -0
- package/dist/util/xml/xml.serializer.js +135 -0
- package/dist/util/xml/xml.serializer.js.map +1 -0
- package/jasmine/jasmine_all.json +13 -0
- package/jasmine/jasmine_fuseki_interface.json +13 -0
- package/jasmine/jasmine_fuseki_psdm.json +13 -0
- package/jasmine/jasmine_integral_7.json +13 -0
- package/jasmine/jasmine_psdm.json +13 -0
- package/package.json +73 -0
- package/src/config/lew-sincal/lew-sincal-load.config.ts +58 -0
- package/src/config/power-system-datamodel/psdm-load.config.ts +57 -0
- package/src/config/westnetz-integral7/integral7-load.config.ts +53 -0
- package/src/config/westnetz-neplan/callbacks/cb-connectivitynode.ts +159 -0
- package/src/config/westnetz-neplan/callbacks/cb-psr.ts +30 -0
- package/src/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.ts +70 -0
- package/src/config/westnetz-neplan/neplan-load.config.ts +130 -0
- package/src/config/westnetz-neplan/property-handler-westenergy.config.ts +52 -0
- package/src/constants/cim-class-definition.ts +149 -0
- package/src/constants/cim-class-names.ts +108 -0
- package/src/constants/cim-constants.ts +5 -0
- package/src/constants/init-data/ASSET_HEALTH_EVENTS.ts +45 -0
- package/src/constants/init-data/ASSSET_OWNER.ts +11 -0
- package/src/constants/init-data/JENA_SPARQL.ts +328 -0
- package/src/constants/init-data/PSR_TYPES.ts +75 -0
- package/src/constants/init-data/xml/AssetHealtEvent.xml +45 -0
- package/src/constants/init-data/xml/AssetOwner.xml +11 -0
- package/src/constants/init-data/xml/PsrType.xml +80 -0
- package/src/constants/rdf-xml.ts +52 -0
- package/src/converter/PSDM/ConverterPowerSystemDataModel.ts +546 -0
- package/src/converter/PSDM/model/FixedFeedIn.ts +28 -0
- package/src/converter/PSDM/model/Line.ts +39 -0
- package/src/converter/PSDM/model/LineType.ts +29 -0
- package/src/converter/PSDM/model/Load.ts +38 -0
- package/src/converter/PSDM/model/Node.ts +16 -0
- package/src/converter/PSDM/model/TimeSeriesMapping.ts +13 -0
- package/src/converter/PSDM/model/Transformer.ts +34 -0
- package/src/converter/PSDM/model/TransformerType.ts +49 -0
- package/src/converter/PSDM/model/geo/Crs.ts +4 -0
- package/src/converter/PSDM/model/geo/GeoPosition.ts +7 -0
- package/src/converter/integral7/ConverterIntegral7.ts +3508 -0
- package/src/converter/integral7/config/db-config.ts +12 -0
- package/src/converter/integral7/config/generation-unit-fuel-types.ts +51 -0
- package/src/converter/integral7/config/integral-prefix.ts +20 -0
- package/src/converter/integral7/model/integral/BaseClass.ts +28 -0
- package/src/converter/integral7/model/integral/BaseClassNsg.ts +21 -0
- package/src/converter/integral7/model/integral/KnotenSo.ts +41 -0
- package/src/converter/integral7/model/integral/KnotenSoNsg.ts +24 -0
- package/src/converter/integral7/model/integral/Leitung.ts +73 -0
- package/src/converter/integral7/model/integral/LeitungNsg.ts +46 -0
- package/src/converter/integral7/model/integral/Point.ts +14 -0
- package/src/converter/integral7/model/integral/Schaltanlage.ts +151 -0
- package/src/converter/integral7/model/integral/SchaltanlageNSG.ts +30 -0
- package/src/converter/integral7/model/integral/Schaltanlagenabschnitt.ts +44 -0
- package/src/converter/integral7/model/integral/SchaltanlagenabschnittNsg.ts +27 -0
- package/src/converter/integral7/model/integral/Schaltfeld.ts +116 -0
- package/src/converter/integral7/model/integral/SchaltfeldNsg.ts +35 -0
- package/src/converter/integral7/model/integral/Standort.ts +53 -0
- package/src/converter/integral7/model/integral/StandortNsg.ts +24 -0
- package/src/converter/integral7/model/integral/Trafo2w.ts +22 -0
- package/src/converter/integral7/model/integral/Trafo2wNsg.ts +13 -0
- package/src/converter/integral7/model/interfaces.ts +443 -0
- package/src/converter/integral7/sql/integral.sql.ts +319 -0
- package/src/converter/integral7/utils-schema.ts +50 -0
- package/src/converter/integral7/utils-trafo3w.ts +321 -0
- package/src/converter/integral7/utils.ts +653 -0
- package/src/etl-neplan/etl-neplan-contingency-analysis.ts +170 -0
- package/src/etl-neplan/etl-neplan-feederline.ts +138 -0
- package/src/etl-neplan/etl-neplan.ts +343 -0
- package/src/index.ts +291 -0
- package/src/interfaces/model/assets/IAsset.ts +5 -0
- package/src/interfaces/model/assets/IAssetContainer.ts +5 -0
- package/src/interfaces/model/assets/IFacility.ts +5 -0
- package/src/interfaces/model/common/IDocument.ts +5 -0
- package/src/interfaces/model/core/IACDCTerminal.ts +8 -0
- package/src/interfaces/model/core/IBaseVoltage.ts +7 -0
- package/src/interfaces/model/core/IConductingEquipment.ts +16 -0
- package/src/interfaces/model/core/IConnectivityNode.ts +27 -0
- package/src/interfaces/model/core/IConnectivityNodeContainer.ts +11 -0
- package/src/interfaces/model/core/IEquipment.ts +11 -0
- package/src/interfaces/model/core/IEquipmentContainer.ts +12 -0
- package/src/interfaces/model/core/IFeeder.ts +21 -0
- package/src/interfaces/model/core/IIdentifiedObject.ts +108 -0
- package/src/interfaces/model/core/IPowerSystemResource.ts +3 -0
- package/src/interfaces/model/core/ISubstation.ts +8 -0
- package/src/interfaces/model/core/ITerminal.ts +57 -0
- package/src/interfaces/model/core/IVoltageLevel.ts +14 -0
- package/src/interfaces/model/diagram/IDiagram.ts +21 -0
- package/src/interfaces/model/diagram/IDiagramObject.ts +21 -0
- package/src/interfaces/model/diagram/IDiagramObjectPoint.ts +16 -0
- package/src/interfaces/model/domain/IActivePower.ts +3 -0
- package/src/interfaces/model/domain/IAngleDegrees.ts +3 -0
- package/src/interfaces/model/domain/IApparentPower.ts +3 -0
- package/src/interfaces/model/domain/ICurrentFlow.ts +3 -0
- package/src/interfaces/model/domain/IDataType.ts +9 -0
- package/src/interfaces/model/domain/IReactivePower.ts +3 -0
- package/src/interfaces/model/domain/IVoltage.ts +3 -0
- package/src/interfaces/model/domain/UnitMultiplier.ts +13 -0
- package/src/interfaces/model/domain/UnitSymbol.ts +30 -0
- package/src/interfaces/model/enums/EnumShapeInfo.ts +5 -0
- package/src/interfaces/model/faults/IFault.ts +11 -0
- package/src/interfaces/model/model/IModel.ts +91 -0
- package/src/interfaces/model/operations/IOutage.ts +23 -0
- package/src/interfaces/model/operations/ISwitchingAction.ts +9 -0
- package/src/interfaces/model/operations/ISwitchingPlan.ts +26 -0
- package/src/interfaces/model/statevariables/ISvPowerFlow.ts +20 -0
- package/src/interfaces/model/statevariables/ISvVoltage.ts +16 -0
- package/src/interfaces/model/topology/ITopologicalIsland.ts +11 -0
- package/src/interfaces/model/topology/ITopologicalNode.ts +24 -0
- package/src/interfaces/model/wires/IACLineSegment.ts +4 -0
- package/src/interfaces/model/wires/IBusbarSection.ts +4 -0
- package/src/interfaces/model/wires/ICompositeSwitch.ts +6 -0
- package/src/interfaces/model/wires/IConductor.ts +6 -0
- package/src/interfaces/model/wires/IConnector.ts +5 -0
- package/src/interfaces/model/wires/IDisconnector.ts +4 -0
- package/src/interfaces/model/wires/IEnergyConsumer.ts +7 -0
- package/src/interfaces/model/wires/IEnergySource.ts +20 -0
- package/src/interfaces/model/wires/IExternalNetworkInjection.ts +34 -0
- package/src/interfaces/model/wires/ILoadBreakSwitch.ts +4 -0
- package/src/interfaces/model/wires/IPowerTransformer.ts +7 -0
- package/src/interfaces/model/wires/IPowerTransformerEnd.ts +10 -0
- package/src/interfaces/model/wires/IProtectedSwitch.ts +4 -0
- package/src/interfaces/model/wires/IRegulatingCondEq.ts +4 -0
- package/src/interfaces/model/wires/ISwitch.ts +11 -0
- package/src/interfaces/model/wires/ITransformerEnd.ts +14 -0
- package/src/interfaces/observable/IObservable.ts +6 -0
- package/src/interfaces/observable/IObserver.ts +3 -0
- package/src/interfaces/persistence-interfaces.ts +12 -0
- package/src/interfaces/schema-settings/ShapeInfos.ts +28 -0
- package/src/model/assetinfo/AssetInfo.ts +13 -0
- package/src/model/assetinfo/CableInfo.ts +8 -0
- package/src/model/assetinfo/OverheadWireInfo.ts +8 -0
- package/src/model/assetinfo/PowerTransformer2WInfo.ts +13 -0
- package/src/model/assetinfo/PowerTransformer3WInfo.ts +18 -0
- package/src/model/assetinfo/PowerTransformerInfo.ts +14 -0
- package/src/model/assetinfo/TapChangerInfo.ts +60 -0
- package/src/model/assetinfo/TransformerEndInfo.ts +38 -0
- package/src/model/assetinfo/WireInfo.ts +22 -0
- package/src/model/assets/AggregateScore.ts +9 -0
- package/src/model/assets/AnalyticScore.ts +41 -0
- package/src/model/assets/Asset.ts +164 -0
- package/src/model/assets/AssetContainer.ts +11 -0
- package/src/model/assets/AssetDeployment.ts +122 -0
- package/src/model/assets/AssetHealthEvent.ts +73 -0
- package/src/model/assets/AssetOrganisationRole.ts +51 -0
- package/src/model/assets/AssetOwner.ts +54 -0
- package/src/model/assets/DeploymentDate.ts +20 -0
- package/src/model/assets/DeploymentStateKind.ts +7 -0
- package/src/model/assets/Facility.ts +107 -0
- package/src/model/assets/FacilityKind.ts +9 -0
- package/src/model/assets/HealthScore.ts +59 -0
- package/src/model/assets/LifecycleDate.ts +17 -0
- package/src/model/assets/RiskScore.ts +7 -0
- package/src/model/assets/TransformerApplicationKind.ts +6 -0
- package/src/model/common/ActivityRecord.ts +93 -0
- package/src/model/common/CoordinateSystem.ts +81 -0
- package/src/model/common/Document.ts +9 -0
- package/src/model/common/Location.ts +237 -0
- package/src/model/common/OrganisationRole.ts +7 -0
- package/src/model/common/PositionPoint.ts +121 -0
- package/src/model/common/Status.ts +11 -0
- package/src/model/core/ACDCTerminal.ts +63 -0
- package/src/model/core/BaseVoltage.ts +129 -0
- package/src/model/core/Bay.ts +178 -0
- package/src/model/core/ConductingEquipment.ts +182 -0
- package/src/model/core/ConnectivityNode.ts +417 -0
- package/src/model/core/ConnectivityNodeContainer.ts +26 -0
- package/src/model/core/Curve.ts +55 -0
- package/src/model/core/CurveData.ts +74 -0
- package/src/model/core/CurveStyle.ts +4 -0
- package/src/model/core/Equipment.ts +184 -0
- package/src/model/core/EquipmentContainer.ts +40 -0
- package/src/model/core/Feeder.ts +186 -0
- package/src/model/core/GeographicalRegion.ts +34 -0
- package/src/model/core/IdentifiedObject.ts +393 -0
- package/src/model/core/PSRType.ts +167 -0
- package/src/model/core/PhaseCode.ts +23 -0
- package/src/model/core/PowerSystemResource.ts +113 -0
- package/src/model/core/SubGeographicalRegion.ts +58 -0
- package/src/model/core/Substation.ts +284 -0
- package/src/model/core/Terminal.ts +413 -0
- package/src/model/core/VoltageLevel.ts +193 -0
- package/src/model/diagram/Diagram.ts +136 -0
- package/src/model/diagram/DiagramObject.ts +338 -0
- package/src/model/diagram/DiagramObjectPoint.ts +196 -0
- package/src/model/diagram/DiagramStyle.ts +32 -0
- package/src/model/diagram/OrientationKind.ts +4 -0
- package/src/model/domain/ActivePower.ts +14 -0
- package/src/model/domain/AngleDegrees.ts +14 -0
- package/src/model/domain/ApparentPower.ts +14 -0
- package/src/model/domain/Capacitance.ts +15 -0
- package/src/model/domain/CapacitancePerLength.ts +15 -0
- package/src/model/domain/ConductancePerLength.ts +14 -0
- package/src/model/domain/CurrentFlow.ts +14 -0
- package/src/model/domain/Reactance.ts +15 -0
- package/src/model/domain/ReactancePerLength.ts +14 -0
- package/src/model/domain/ReactivePower.ts +14 -0
- package/src/model/domain/Resistance.ts +14 -0
- package/src/model/domain/ResistancePerLength.ts +14 -0
- package/src/model/domain/UnitMultiplier.ts +13 -0
- package/src/model/domain/UnitSymbol.ts +30 -0
- package/src/model/domain/Voltage.ts +14 -0
- package/src/model/equivalents/EquivalentBranch.ts +203 -0
- package/src/model/equivalents/EquivalentEquipment.ts +8 -0
- package/src/model/extensions/amprion/core/AMPRIONBay.ts +106 -0
- package/src/model/extensions/amprion/core/AMPRIONConnectivityNode.ts +51 -0
- package/src/model/extensions/enervance/assets/EVImportanceScore.ts +58 -0
- package/src/model/extensions/enervance/core/EVTerminal.ts +63 -0
- package/src/model/extensions/enervance/operations/EVTerminalAction.ts +148 -0
- package/src/model/extensions/neplan-westnetz/assets/WNFacility.ts +122 -0
- package/src/model/extensions/neplan-westnetz/core/WNConnectivityNode.ts +344 -0
- package/src/model/extensions/neplan-westnetz/core/WNFeeder.ts +115 -0
- package/src/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.ts +113 -0
- package/src/model/extensions/neplan-westnetz/operations/WNOutage.ts +111 -0
- package/src/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.ts +451 -0
- package/src/model/faults/EquipmentFault.ts +9 -0
- package/src/model/faults/Fault.ts +41 -0
- package/src/model/faults/LineFault.ts +10 -0
- package/src/model/generation/FossilFuel.ts +53 -0
- package/src/model/generation/FuelType.ts +8 -0
- package/src/model/generation/GeneratingUnit.ts +157 -0
- package/src/model/generation/GeneratorControlSource.ts +6 -0
- package/src/model/generation/HydroEnergyConversionKind.ts +4 -0
- package/src/model/generation/HydroGeneratingUnit.ts +14 -0
- package/src/model/generation/HydroPlantStorageKind.ts +5 -0
- package/src/model/generation/HydroPowerPlant.ts +13 -0
- package/src/model/generation/HydroPump.ts +13 -0
- package/src/model/generation/NuclearGeneratingUnit.ts +8 -0
- package/src/model/generation/SolarGeneratingUnit.ts +8 -0
- package/src/model/generation/ThermalGeneratingUnit.ts +42 -0
- package/src/model/generation/WindGenUnitKind.ts +4 -0
- package/src/model/generation/WindGeneratingUnit.ts +11 -0
- package/src/model/loadmodel/ConformLoad.ts +34 -0
- package/src/model/model/Model.ts +1129 -0
- package/src/model/operationallimits/CurrentLimit.ts +92 -0
- package/src/model/operationallimits/ENTSOEOperationalLimitType.ts +5 -0
- package/src/model/operationallimits/LimitTypeKind.ts +9 -0
- package/src/model/operationallimits/OperationalLimit.ts +68 -0
- package/src/model/operationallimits/OperationalLimitDirectionKind.ts +5 -0
- package/src/model/operationallimits/OperationalLimitSet.ts +124 -0
- package/src/model/operationallimits/OperationalLimitType.ts +94 -0
- package/src/model/operations/Outage.ts +68 -0
- package/src/model/operations/SwitchAction.ts +12 -0
- package/src/model/operations/SwitchActionKind.ts +6 -0
- package/src/model/operations/SwitchingAction.ts +43 -0
- package/src/model/operations/SwitchingPlan.ts +141 -0
- package/src/model/operations/UnplannedOutage.ts +9 -0
- package/src/model/statevariables/StateVariable.ts +28 -0
- package/src/model/statevariables/SvPowerFlow.ts +75 -0
- package/src/model/statevariables/SvStatus.ts +51 -0
- package/src/model/statevariables/SvTapStep.ts +54 -0
- package/src/model/statevariables/SvVoltage.ts +74 -0
- package/src/model/topology/TopologicalIsland.ts +57 -0
- package/src/model/topology/TopologicalNode.ts +203 -0
- package/src/model/wires/ACLineSegment.ts +293 -0
- package/src/model/wires/AsynchronousMachine.ts +56 -0
- package/src/model/wires/AsynchronousMachineKind.ts +5 -0
- package/src/model/wires/Breaker.ts +82 -0
- package/src/model/wires/BusbarSection.ts +70 -0
- package/src/model/wires/Clamp.ts +33 -0
- package/src/model/wires/CompositeSwitch.ts +13 -0
- package/src/model/wires/Conductor.ts +55 -0
- package/src/model/wires/Connector.ts +16 -0
- package/src/model/wires/Cut.ts +7 -0
- package/src/model/wires/Disconnector.ts +120 -0
- package/src/model/wires/EarthFaultCompensator.ts +20 -0
- package/src/model/wires/EnergyConsumer.ts +255 -0
- package/src/model/wires/EnergySource.ts +303 -0
- package/src/model/wires/ExternalNetworkInjection.ts +276 -0
- package/src/model/wires/Ground.ts +40 -0
- package/src/model/wires/GroundDisconnector.ts +39 -0
- package/src/model/wires/Jumper.ts +8 -0
- package/src/model/wires/Junction.ts +57 -0
- package/src/model/wires/Line.ts +117 -0
- package/src/model/wires/LoadBreakSwitch.ts +107 -0
- package/src/model/wires/PetersenCoil.ts +90 -0
- package/src/model/wires/PetersenCoilModeKind.ts +5 -0
- package/src/model/wires/Plant.ts +12 -0
- package/src/model/wires/PowerTransformer.ts +231 -0
- package/src/model/wires/PowerTransformerEnd.ts +168 -0
- package/src/model/wires/ProtectedSwitch.ts +9 -0
- package/src/model/wires/RatioTapChanger.ts +96 -0
- package/src/model/wires/RatioTapChangerTable.ts +35 -0
- package/src/model/wires/RatioTapChangerTablePoint.ts +45 -0
- package/src/model/wires/ReactiveCapabilityCurve.ts +35 -0
- package/src/model/wires/Recloser.ts +32 -0
- package/src/model/wires/RegulatingCondEq.ts +67 -0
- package/src/model/wires/RegulatingControl.ts +217 -0
- package/src/model/wires/RegulatingControlModeKind.ts +11 -0
- package/src/model/wires/RotatingMachine.ts +172 -0
- package/src/model/wires/SeriesCompensator.ts +40 -0
- package/src/model/wires/ShortCircuitRotorKind.ts +6 -0
- package/src/model/wires/Switch.ts +223 -0
- package/src/model/wires/SynchronousMachine.ts +267 -0
- package/src/model/wires/SynchronousMachineKind.ts +9 -0
- package/src/model/wires/SynchronousMachineOperatingMode.ts +5 -0
- package/src/model/wires/TapChanger.ts +55 -0
- package/src/model/wires/TapChangerControl.ts +32 -0
- package/src/model/wires/TapChangerTablePoint.ts +41 -0
- package/src/model/wires/TransformerControlMode.ts +4 -0
- package/src/model/wires/TransformerEnd.ts +143 -0
- package/src/model/wires/WindingConnection.ts +9 -0
- package/src/package.json +16 -0
- package/src/util/datatype-converter.ts +48 -0
- package/src/util/sparql/sparql-building-block.ts +43 -0
- package/src/util/sparql/sparql-utils.ts +150 -0
- package/src/util/util-create.ts +146 -0
- package/src/util/util-search.ts +40 -0
- package/src/util/util-topology.ts +164 -0
- package/src/util/utils.ts +255 -0
- package/src/util/xml/utils.parser.ts +29 -0
- package/src/util/xml/xml.parser.ts +107 -0
- package/src/util/xml/xml.serializer.ts +245 -0
- package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan.tests.spec.ts +864 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/LICENSE +617 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/NOTICE +216 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/README +62 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-delete +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-get +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-head +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-post +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-put +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-query +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update-form +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/soh +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki +512 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-backup +34 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server +95 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.bat +28 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.jar +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.service +59 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.war +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/config.ttl +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/configuration/test.ttl +50 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/shiro.ini +38 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/journal.jrnl +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/nodes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.cfg +32 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.lock +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-mem +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-service +23 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-dir +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-mem +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2 +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-dir +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-mem +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/WEB-INF/web.xml +332 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/admin-logs.html +73 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-select.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.css.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.css.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.css +301 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/font-awesome.min.css +4 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/fui.css +191 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.dataTables.css +220 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-noscript.css +22 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui-noscript.css +17 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui.css +57 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload.css +36 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/pivot.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/qonsole.css +172 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasqe.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasr.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/dataset.html +247 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/documentation.html +83 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/FontAwesome.otf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.svg +504 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.svg +229 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/favicon.ico +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/jena-logo-notext-small.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_both.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/wait30.gif +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/index.html +101 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/dataset-controller.js +69 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/index-controller.js +50 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/manage-controller.js +39 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/query-controller.js +72 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/upload-controller.js +42 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/validation-controller.js +38 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/fui.js +33 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.dataset.js +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.index.js +24 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.manage.js +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.validation.js +24 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset-stats.js +102 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset.js +262 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/fuseki-server.js +180 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/task.js +105 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/validation-options.js +85 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/qonsole-config.js +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/ping-service.js +54 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/validation-service.js +98 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-edit.tpl +58 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-info.tpl +40 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-management.tpl +62 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selection-list.tpl +22 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selector.tpl +15 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-simple-create.tpl +85 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-stats.tpl +14 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/file-upload.tpl +46 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/uploadable-file.tpl +23 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/util/page-utils.js +33 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-edit.js +205 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-info.js +76 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-management.js +173 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selection-list.js +58 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selector.js +84 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-simple-create.js +102 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-stats.js +41 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/datasets-dropdown-list.js +43 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/file-upload.js +225 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/tabbed-view-manager.js +63 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/uploadable-file.js +39 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/validation-options.js +54 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/common-config.js +94 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/brace-fold.js +105 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/comment-fold.js +57 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldcode.js +145 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldgutter.js +134 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/xml-fold.js +181 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone-min.js +2 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.js +1581 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.marionette.js +2385 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap-select.min.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/html5shiv.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.js +9789 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-ui.min.js +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.dataTables.min.js +157 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.js +1426 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.local.js +1428 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.form.js +1278 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.iframe-transport.js +214 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.ui.widget.js +530 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.xdomainrequest.js +90 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/lib/codemirror.js +7638 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/javascript/javascript.js +683 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/sparql/sparql.js +160 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/turtle/turtle.js +160 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/xml/xml.js +384 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.js +1363 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js +2 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/plugins/text.js +386 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/qonsole.js +577 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/refresh.sh +21 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.js +2076 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.min.js +36 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/respond.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/sprintf-0.7-beta1.js +183 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/underscore.js +1276 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js +9 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/manage.html +110 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/services.html +76 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/test/test-fuseki-config.ttl +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/validate.html +147 -0
- package/test/apache-jena-fuseki-interface/data/json/PersistData.json +111 -0
- package/test/apache-jena-fuseki-interface/data/xml/AssetHealthEvent.xml +45 -0
- package/test/apache-jena-fuseki-interface/data/xml/AssetOwner.xml +11 -0
- package/test/apache-jena-fuseki-interface/data/xml/Outages.xml +69 -0
- package/test/apache-jena-fuseki-interface/data/xml/PsrType.xml +80 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1.xml +15755 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1_feeder_ext.xml +54 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_SSH_V1.xml +2796 -0
- package/test/apache-jena-fuseki-interface/data/xml-rdf-data.xml +84 -0
- package/test/cim-xml-rdf-parser/cim-xml-rdf-parser.tests.spec.ts +23 -0
- package/test/cim-xml-rdf-parser/data/rdfxml_serialisation.xml +192 -0
- package/test/integral7-converter/integral7-converter.tests.spec.ts +185 -0
- package/test/power-system-data-model-converter/data/fixed_feed_in_input.csv +72 -0
- package/test/power-system-data-model-converter/data/line_input.csv +1910 -0
- package/test/power-system-data-model-converter/data/line_type_input.csv +5 -0
- package/test/power-system-data-model-converter/data/load_input.csv +1829 -0
- package/test/power-system-data-model-converter/data/node_input.csv +2835 -0
- package/test/power-system-data-model-converter/data/time_series_mapping.csv +878 -0
- package/test/power-system-data-model-converter/data/transformer_2_w_input.csv +1047 -0
- package/test/power-system-data-model-converter/data/transformer_2_w_type_input.csv +5 -0
- package/test/power-system-data-model-converter/power-system-data-model-converter.tests.spec.ts +310 -0
- package/tsconfig.json +24 -0
- package/webpack.config.js +24 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SvVoltage = void 0;
|
|
4
|
+
const StateVariable_1 = require("./StateVariable");
|
|
5
|
+
class SvVoltage extends StateVariable_1.StateVariable {
|
|
6
|
+
static getQuerySPARQL(graphURI) {
|
|
7
|
+
if (graphURI.length > 0) {
|
|
8
|
+
return SvVoltage.sparqlQuery.replace('<http://default/>', graphURI);
|
|
9
|
+
}
|
|
10
|
+
return SvVoltage.sparqlQuery;
|
|
11
|
+
}
|
|
12
|
+
getTopologicalNode() {
|
|
13
|
+
return this.topologicalNode;
|
|
14
|
+
}
|
|
15
|
+
setTopologicalNode(value) {
|
|
16
|
+
this.topologicalNode = value;
|
|
17
|
+
}
|
|
18
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
19
|
+
data.results.bindings.forEach((value) => {
|
|
20
|
+
const newClass = new SvVoltage('');
|
|
21
|
+
newClass.resolveAttributesFusekiJSON(value);
|
|
22
|
+
cimModel.addSvVoltage(newClass);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
resolveAttributesFusekiJSON(value) {
|
|
26
|
+
this.angle = +this.getValue(value, 'angle'),
|
|
27
|
+
this.v = +this.getValue(value, 'v'),
|
|
28
|
+
this.topologicalNodeUUID = this.getValue(value, 'topologicalNodeUUID');
|
|
29
|
+
}
|
|
30
|
+
resolveParsedAssociations(cimModel) {
|
|
31
|
+
this.topologicalNode = cimModel.getTopologicalNode(this.topologicalNodeUUID);
|
|
32
|
+
if (this.topologicalNode)
|
|
33
|
+
this.topologicalNode.svVoltage = this;
|
|
34
|
+
else
|
|
35
|
+
console.log(this.constructor.name + ' hat keine topologicalNodeInstanz ' + this.topologicalNodeUUID);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.SvVoltage = SvVoltage;
|
|
39
|
+
SvVoltage.sparqlQuery = `
|
|
40
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
41
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
42
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
43
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
44
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
45
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
46
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
47
|
+
|
|
48
|
+
SELECT (strafter(strafter(str(?svPfUUID), '#'), '_') AS ?uuid) ?v ?angle (strafter(strafter(str(?tpUUID), '#'), '_') AS ?topologicalNodeUUID)
|
|
49
|
+
|
|
50
|
+
WHERE {
|
|
51
|
+
GRAPH <http://default/>{
|
|
52
|
+
|
|
53
|
+
?svPfUUID rdf:type cim:SvVoltage .
|
|
54
|
+
OPTIONAL{?svPfUUID cim:SvVoltage.v ?v .}
|
|
55
|
+
OPTIONAL{?svPfUUID cim:SvVoltage.angle ?angle .}
|
|
56
|
+
OPTIONAL{?svPfUUID cim:SvVoltage.TopologicalNode ?tpUUID .}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
`;
|
|
60
|
+
//# sourceMappingURL=SvVoltage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvVoltage.js","sourceRoot":"","sources":["../../../src/model/statevariables/SvVoltage.ts"],"names":[],"mappings":";;;AAAA,mDAAgD;AAOhD,MAAa,SAAU,SAAQ,6BAAa;IA+BjC,MAAM,CAAC,cAAc,CAAC,QAAiB;QAC1C,IAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAC;YACnB,OAAO,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACvE;QACD,OAAO,SAAS,CAAC,WAAW,CAAC;IACjC,CAAC;IAEM,kBAAkB;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC;IAChC,CAAC;IACM,kBAAkB,CAAC,KAAsB;QAC5C,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAEM,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAAe;QAC3D,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YACzC,MAAM,QAAQ,GAAG,IAAI,SAAS,CAAC,EAAE,CAAC,CAAC;YACnC,QAAQ,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC5C,QAAQ,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC;IACP,CAAC;IAEM,2BAA2B,CAAC,KAAU;QAEzC,IAAI,CAAC,KAAK,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;YAC3C,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,GAAG,CAAC;YACnC,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC,CAAC;IAC3E,CAAC;IAEG,yBAAyB,CAAC,QAAe;QAEzC,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC,kBAAkB,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC7E,IAAG,IAAI,CAAC,eAAe;YAAE,IAAI,CAAC,eAAe,CAAC,SAAS,GAAG,IAAI,CAAC;;YAC1D,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,oCAAoC,GAAG,IAAI,CAAC,mBAAmB,CAAC,CAAC;IAC9G,CAAC;;AAjEL,8BAkEC;AAhEiB,qBAAW,GAAY;;;;;;;;;;;;;;;;;;;;KAoBpC,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
+
import { TopologicalNode } from './TopologicalNode';
|
|
3
|
+
export declare class TopologicalIsland extends IdentifiedObject {
|
|
4
|
+
static sparqlQuery: string;
|
|
5
|
+
private topologicalNodes;
|
|
6
|
+
private angleRefTopologicalNode;
|
|
7
|
+
constructor(uuid: string, name: string, shortName: string, description: string);
|
|
8
|
+
static getQuerySPARQL(graphURI: string): string;
|
|
9
|
+
getTopologicalNodes(): Map<string, TopologicalNode>;
|
|
10
|
+
addTopologicalNode(topologicalNode: TopologicalNode): void;
|
|
11
|
+
getAngleRefTopologicalNode(): TopologicalNode;
|
|
12
|
+
setAngleRefTopologicalNode(value: TopologicalNode): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TopologicalIsland = void 0;
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
5
|
+
class TopologicalIsland extends IdentifiedObject_1.IdentifiedObject {
|
|
6
|
+
constructor(uuid, name, shortName, description) {
|
|
7
|
+
super(uuid, name, shortName, description);
|
|
8
|
+
this.topologicalNodes = new Map();
|
|
9
|
+
}
|
|
10
|
+
static getQuerySPARQL(graphURI) {
|
|
11
|
+
if (graphURI.length > 0) {
|
|
12
|
+
return TopologicalIsland.sparqlQuery.replace('<http://default/>', graphURI);
|
|
13
|
+
}
|
|
14
|
+
return TopologicalIsland.sparqlQuery;
|
|
15
|
+
}
|
|
16
|
+
getTopologicalNodes() {
|
|
17
|
+
return this.topologicalNodes;
|
|
18
|
+
}
|
|
19
|
+
addTopologicalNode(topologicalNode) {
|
|
20
|
+
this.topologicalNodes[topologicalNode.getUUID()] = topologicalNode;
|
|
21
|
+
}
|
|
22
|
+
getAngleRefTopologicalNode() {
|
|
23
|
+
return this.angleRefTopologicalNode;
|
|
24
|
+
}
|
|
25
|
+
setAngleRefTopologicalNode(value) {
|
|
26
|
+
this.angleRefTopologicalNode = value;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.TopologicalIsland = TopologicalIsland;
|
|
30
|
+
TopologicalIsland.sparqlQuery = `
|
|
31
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
32
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
33
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
34
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
35
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
36
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
37
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
38
|
+
|
|
39
|
+
SELECT (strafter(strafter(str(?tpUUID), '#'), '_') AS ?uuid) ?name ?shortName ?description
|
|
40
|
+
WHERE {
|
|
41
|
+
GRAPH <http://default/>{
|
|
42
|
+
|
|
43
|
+
?tpUUID rdf:type cim:TopologicalNode .
|
|
44
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.name ?name .}
|
|
45
|
+
OPTIONAL{?tpUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
46
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.description ?description .}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
//# sourceMappingURL=TopologicalIsland.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TopologicalIsland.js","sourceRoot":"","sources":["../../../src/model/topology/TopologicalIsland.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAI5D,MAAa,iBAAkB,SAAQ,mCAAgB;IA0BnD,YAAY,IAAY,EAAE,IAAY,EAAE,SAAkB,EAAE,WAAoB;QAC5E,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAC1C,IAAI,CAAC,gBAAgB,GAAG,IAAI,GAAG,EAAE,CAAC;IACtC,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,QAAiB;QAC1C,IAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAC;YACnB,OAAO,iBAAiB,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SAC/E;QACD,OAAO,iBAAiB,CAAC,WAAW,CAAC;IACzC,CAAC;IAEM,mBAAmB;QACtB,OAAO,IAAI,CAAC,gBAAgB,CAAC;IACjC,CAAC;IAEM,kBAAkB,CAAC,eAAiC;QACvD,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,OAAO,EAAE,CAAC,GAAG,eAAe,CAAC;IACvE,CAAC;IAEM,0BAA0B;QAC7B,OAAO,IAAI,CAAC,uBAAuB,CAAC;IACxC,CAAC;IACM,0BAA0B,CAAC,KAAsB;QACpD,IAAI,CAAC,uBAAuB,GAAG,KAAK,CAAC;IACzC,CAAC;;AAnDL,8CAoDC;AAlDiB,6BAAW,GAAY;;;;;;;;;;;;;;;;;;;KAmBpC,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
+
import { BaseVoltage } from '../core/BaseVoltage';
|
|
3
|
+
import { ConnectivityNodeContainer } from '../core/ConnectivityNodeContainer';
|
|
4
|
+
import { TopologicalIsland } from './TopologicalIsland';
|
|
5
|
+
import { SvVoltage } from '../statevariables/SvVoltage';
|
|
6
|
+
import { Terminal } from '../core/Terminal';
|
|
7
|
+
import { Model } from '../model/Model';
|
|
8
|
+
import { DiagramObject } from '../diagram/DiagramObject';
|
|
9
|
+
import { ISchemaSettings } from '../../interfaces/schema-settings/ShapeInfos';
|
|
10
|
+
export declare class TopologicalNode extends IdentifiedObject {
|
|
11
|
+
baseVoltage: BaseVoltage;
|
|
12
|
+
baseVoltageUUID: string;
|
|
13
|
+
topologicalIsland: TopologicalIsland;
|
|
14
|
+
topologicalIslandUUID: string;
|
|
15
|
+
angleRefTopologicalIsland: TopologicalIsland;
|
|
16
|
+
connectivityNodeContainer: ConnectivityNodeContainer;
|
|
17
|
+
connectivityNodeContainerUUID: string;
|
|
18
|
+
terminals: Terminal[];
|
|
19
|
+
svVoltage: SvVoltage;
|
|
20
|
+
constructor(uuid?: string, name?: string, shortName?: string, description?: string);
|
|
21
|
+
getBaseVoltage(): BaseVoltage;
|
|
22
|
+
getBaseVoltageUUID(): string;
|
|
23
|
+
setBaseVoltageUUID(baseVoltageUUID: string): void;
|
|
24
|
+
getConnectivityNodeContainer(): ConnectivityNodeContainer;
|
|
25
|
+
setConnectivityNodeContainer(connectivityNodeContainer: ConnectivityNodeContainer): void;
|
|
26
|
+
getConnectivityNodeContainerUUID(): string;
|
|
27
|
+
setConnectivityNodeContainerUUID(connectivityNodeContainerUUID: string): void;
|
|
28
|
+
getTopologicalIslandUUID(): string;
|
|
29
|
+
setTopologicalIslandUUID(value: string): void;
|
|
30
|
+
getSvVoltage(): SvVoltage;
|
|
31
|
+
setSvVoltage(value: SvVoltage): void;
|
|
32
|
+
getTerminals(): Terminal[];
|
|
33
|
+
addTerminal(value: Terminal): void;
|
|
34
|
+
static sparqlQuery: string;
|
|
35
|
+
static getQuerySPARQL(graphURI: string): string;
|
|
36
|
+
static resolveClassFusekiJSON(data: any, cimModel: Model): void;
|
|
37
|
+
protected resolveAttributesFusekiJSON(value: any): void;
|
|
38
|
+
resolveParsedAssociations(cimModel: Model): void;
|
|
39
|
+
computeBounds(profile: string, schemaSettings: ISchemaSettings, diagramObject?: DiagramObject): any;
|
|
40
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TopologicalNode = void 0;
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
5
|
+
const utils_1 = require("../../util/utils");
|
|
6
|
+
class TopologicalNode extends IdentifiedObject_1.IdentifiedObject {
|
|
7
|
+
constructor(uuid, name, shortName, description) {
|
|
8
|
+
super(uuid, name, shortName, description);
|
|
9
|
+
this.terminals = [];
|
|
10
|
+
}
|
|
11
|
+
getBaseVoltage() {
|
|
12
|
+
return this.baseVoltage;
|
|
13
|
+
}
|
|
14
|
+
getBaseVoltageUUID() {
|
|
15
|
+
if (this.baseVoltageUUID != null) {
|
|
16
|
+
return this.baseVoltageUUID;
|
|
17
|
+
}
|
|
18
|
+
else if (this.baseVoltage != null) {
|
|
19
|
+
return this.baseVoltage.getUUID();
|
|
20
|
+
}
|
|
21
|
+
return '';
|
|
22
|
+
}
|
|
23
|
+
setBaseVoltageUUID(baseVoltageUUID) {
|
|
24
|
+
this.baseVoltageUUID = baseVoltageUUID;
|
|
25
|
+
}
|
|
26
|
+
getConnectivityNodeContainer() {
|
|
27
|
+
return this.connectivityNodeContainer;
|
|
28
|
+
}
|
|
29
|
+
setConnectivityNodeContainer(connectivityNodeContainer) {
|
|
30
|
+
this.connectivityNodeContainer = connectivityNodeContainer;
|
|
31
|
+
}
|
|
32
|
+
getConnectivityNodeContainerUUID() {
|
|
33
|
+
if (this.connectivityNodeContainerUUID != null) {
|
|
34
|
+
return this.connectivityNodeContainerUUID;
|
|
35
|
+
}
|
|
36
|
+
else if (this.connectivityNodeContainer != null) {
|
|
37
|
+
return this.connectivityNodeContainer.getUUID();
|
|
38
|
+
}
|
|
39
|
+
return '';
|
|
40
|
+
}
|
|
41
|
+
setConnectivityNodeContainerUUID(connectivityNodeContainerUUID) {
|
|
42
|
+
this.connectivityNodeContainerUUID = connectivityNodeContainerUUID;
|
|
43
|
+
}
|
|
44
|
+
getTopologicalIslandUUID() {
|
|
45
|
+
return this.topologicalIslandUUID;
|
|
46
|
+
}
|
|
47
|
+
setTopologicalIslandUUID(value) {
|
|
48
|
+
this.topologicalIslandUUID = value;
|
|
49
|
+
}
|
|
50
|
+
getSvVoltage() {
|
|
51
|
+
return this.svVoltage;
|
|
52
|
+
}
|
|
53
|
+
setSvVoltage(value) {
|
|
54
|
+
this.svVoltage = value;
|
|
55
|
+
}
|
|
56
|
+
getTerminals() {
|
|
57
|
+
return this.terminals;
|
|
58
|
+
}
|
|
59
|
+
addTerminal(value) {
|
|
60
|
+
if (this.terminals && this.terminals.indexOf(value) === -1)
|
|
61
|
+
this.terminals.push(value);
|
|
62
|
+
}
|
|
63
|
+
static getQuerySPARQL(graphURI) {
|
|
64
|
+
if (graphURI.length > 0) {
|
|
65
|
+
return TopologicalNode.sparqlQuery.replace('<http://default/>', graphURI);
|
|
66
|
+
}
|
|
67
|
+
return TopologicalNode.sparqlQuery;
|
|
68
|
+
}
|
|
69
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
70
|
+
data.results.bindings.forEach((value) => {
|
|
71
|
+
const newClass = new TopologicalNode();
|
|
72
|
+
newClass.resolveAttributesFusekiJSON(value);
|
|
73
|
+
cimModel.addTopologicalNode(newClass);
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
resolveAttributesFusekiJSON(value) {
|
|
77
|
+
super.resolveAttributesFusekiJSON(value);
|
|
78
|
+
this.baseVoltageUUID = utils_1.getValue(value, 'baseVoltageUUID');
|
|
79
|
+
this.connectivityNodeContainerUUID = utils_1.getValue(value, 'connectivityNodeContainerUUID');
|
|
80
|
+
}
|
|
81
|
+
resolveParsedAssociations(cimModel) {
|
|
82
|
+
super.resolveParsedAssociations(cimModel);
|
|
83
|
+
this.connectivityNodeContainer = cimModel.getConnectivityNodeContainer(this.connectivityNodeContainerUUID);
|
|
84
|
+
if (this.connectivityNodeContainer)
|
|
85
|
+
this.connectivityNodeContainer.addTopologicalNode(this);
|
|
86
|
+
else
|
|
87
|
+
console.log(this.constructor.name + ' ' + this.mrid + ' hat keine connectivityNodeContainerInstanz ' + this.connectivityNodeContainerUUID);
|
|
88
|
+
this.baseVoltage = cimModel.getBaseVoltageByUUID(this.baseVoltageUUID);
|
|
89
|
+
if (!this.baseVoltage)
|
|
90
|
+
console.log(this.constructor.name + ' ' + this.mrid + ' hat keine BaseVoltageInstanz ' + this.baseVoltageUUID);
|
|
91
|
+
}
|
|
92
|
+
computeBounds(profile, schemaSettings, diagramObject) {
|
|
93
|
+
const coordinates = diagramObject.computeRectBounds(diagramObject);
|
|
94
|
+
let x = coordinates[0];
|
|
95
|
+
let y = coordinates[1];
|
|
96
|
+
let width = coordinates[2];
|
|
97
|
+
let height = coordinates[3];
|
|
98
|
+
let offsetX = 0;
|
|
99
|
+
let offsetY = 0;
|
|
100
|
+
const shapeInfos = schemaSettings.getRectangleShapeInfo(profile);
|
|
101
|
+
if (width == 1 && height == 1) {
|
|
102
|
+
width = +shapeInfos.width;
|
|
103
|
+
height = +shapeInfos.height;
|
|
104
|
+
offsetX = +width / 2;
|
|
105
|
+
offsetY = +height / 2;
|
|
106
|
+
}
|
|
107
|
+
let shapeJSON = {};
|
|
108
|
+
if (x >= 0 && y >= 0 && width > 0 && height > 0) {
|
|
109
|
+
shapeJSON['diagramObjectUUID'] = diagramObject.getUUID();
|
|
110
|
+
shapeJSON['identifiedObjectUUID'] = this.mrid;
|
|
111
|
+
shapeJSON['type'] = 'Rectangle';
|
|
112
|
+
shapeJSON['opacity'] = 1;
|
|
113
|
+
shapeJSON['visible'] = true;
|
|
114
|
+
shapeJSON['x'] = +x;
|
|
115
|
+
shapeJSON['y'] = +y;
|
|
116
|
+
shapeJSON['width'] = +width;
|
|
117
|
+
shapeJSON['height'] = +height;
|
|
118
|
+
shapeJSON['offsetX'] = +offsetX;
|
|
119
|
+
shapeJSON['offsetY'] = +offsetY;
|
|
120
|
+
shapeJSON['cornerRadius'] = 0;
|
|
121
|
+
}
|
|
122
|
+
return shapeJSON;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
exports.TopologicalNode = TopologicalNode;
|
|
126
|
+
TopologicalNode.sparqlQuery = `
|
|
127
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
128
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
129
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
130
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
131
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
132
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
133
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
134
|
+
|
|
135
|
+
SELECT (strafter(strafter(str(?tpUUID), '#'), '_') AS ?uuid)
|
|
136
|
+
(CONCAT(STRBEFORE(str(?tpUUID), '#_'), '#_') AS ?baseIRI)
|
|
137
|
+
?name ?shortName ?description
|
|
138
|
+
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
139
|
+
(strafter(strafter(str(?cncUUID), '#'), '_') AS ?connectivityNodeContainerUUID)
|
|
140
|
+
WHERE {
|
|
141
|
+
GRAPH <http://default/>{
|
|
142
|
+
|
|
143
|
+
?tpUUID rdf:type cim:TopologicalNode .
|
|
144
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.name ?name .}
|
|
145
|
+
OPTIONAL{?tpUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
146
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.description ?description .}
|
|
147
|
+
OPTIONAL{?tpUUID cim:TopologicalNode.BaseVoltage ?bvUUID .}
|
|
148
|
+
OPTIONAL{?tpUUID cim:TopologicalNode.ConnectivityNodeContainer ?cncUUID .}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
`;
|
|
152
|
+
//# sourceMappingURL=TopologicalNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TopologicalNode.js","sourceRoot":"","sources":["../../../src/model/topology/TopologicalNode.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Conductor } from './Conductor';
|
|
2
|
+
import { Model } from '../model/Model';
|
|
3
|
+
import { DiagramObject } from '../diagram/DiagramObject';
|
|
4
|
+
import { ISchemaSettings } from '../../interfaces/schema-settings/ShapeInfos';
|
|
5
|
+
import { IConnectivityNode } from '../..';
|
|
6
|
+
import XMLWriter from 'xml-writer';
|
|
7
|
+
export declare class ACLineSegment extends Conductor {
|
|
8
|
+
constructor(uuid?: string, name?: string, shortName?: string, description?: string, length?: number, aggregate?: boolean);
|
|
9
|
+
r0: number;
|
|
10
|
+
x0: number;
|
|
11
|
+
r: number;
|
|
12
|
+
x: number;
|
|
13
|
+
bch: number;
|
|
14
|
+
gch: number;
|
|
15
|
+
b0ch: number;
|
|
16
|
+
g0ch: number;
|
|
17
|
+
shortCircuitEndTemperature: number;
|
|
18
|
+
static sparqlQuery: string;
|
|
19
|
+
static getQuerySPARQL(graphURI: string): string;
|
|
20
|
+
static resolveClassFusekiJSON(data: any, cimModel: Model): void;
|
|
21
|
+
protected resolveAttributesFusekiJSON(value: any): void;
|
|
22
|
+
resolveParsedAssociations(cimModel: Model): void;
|
|
23
|
+
toJSON(): any;
|
|
24
|
+
toJSONAttributes(): void;
|
|
25
|
+
toJSONAssociations(): void;
|
|
26
|
+
toGeoJSON(geoJSON: any, profile: string, schemaSettings: ISchemaSettings, diagramObject?: DiagramObject): any;
|
|
27
|
+
toMapGeoJSON(): any;
|
|
28
|
+
determineTopologicalNodes(connNodes: IConnectivityNode[]): void;
|
|
29
|
+
toCIMXML(xmlWriter: XMLWriter, profile: string): void;
|
|
30
|
+
protected toCIMXMLAttributes(xmlWriter: XMLWriter, profile: string): void;
|
|
31
|
+
protected toCIMXMLAssociations(xmlWriter: XMLWriter, profile: string): void;
|
|
32
|
+
checkMandatoryAttributes(profile: string, defaultValues: string): void;
|
|
33
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ACLineSegment = void 0;
|
|
4
|
+
const Conductor_1 = require("./Conductor");
|
|
5
|
+
const utils_1 = require("../../util/utils");
|
|
6
|
+
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
7
|
+
class ACLineSegment extends Conductor_1.Conductor {
|
|
8
|
+
constructor(uuid, name, shortName, description, length, aggregate) {
|
|
9
|
+
super(uuid, name, shortName, description, length, aggregate);
|
|
10
|
+
}
|
|
11
|
+
static getQuerySPARQL(graphURI) {
|
|
12
|
+
if (graphURI.length > 0) {
|
|
13
|
+
return ACLineSegment.sparqlQuery.replace('<http://default/>', graphURI);
|
|
14
|
+
}
|
|
15
|
+
return ACLineSegment.sparqlQuery;
|
|
16
|
+
}
|
|
17
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
18
|
+
data.results.bindings.forEach((value) => {
|
|
19
|
+
const acLineSegment = new ACLineSegment();
|
|
20
|
+
acLineSegment.resolveAttributesFusekiJSON(value);
|
|
21
|
+
cimModel.addACLineSegment(acLineSegment);
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
resolveAttributesFusekiJSON(value) {
|
|
25
|
+
super.resolveAttributesFusekiJSON(value);
|
|
26
|
+
this.r = +utils_1.getValue(value, 'r');
|
|
27
|
+
this.x = +utils_1.getValue(value, 'x');
|
|
28
|
+
this.bch = +utils_1.getValue(value, 'bch');
|
|
29
|
+
this.gch = +utils_1.getValue(value, 'gch');
|
|
30
|
+
}
|
|
31
|
+
resolveParsedAssociations(cimModel) {
|
|
32
|
+
super.resolveParsedAssociations(cimModel);
|
|
33
|
+
}
|
|
34
|
+
toJSON() {
|
|
35
|
+
super.toJSON();
|
|
36
|
+
this.toJSONAttributes();
|
|
37
|
+
this.toJSONAssociations();
|
|
38
|
+
return this.json;
|
|
39
|
+
}
|
|
40
|
+
toJSONAttributes() {
|
|
41
|
+
super.toJSONAttributes();
|
|
42
|
+
this.json['r'] = this.r;
|
|
43
|
+
this.json['x'] = this.x;
|
|
44
|
+
this.json['bch'] = this.bch;
|
|
45
|
+
this.json['gch'] = this.gch;
|
|
46
|
+
this.json['currentLimit'] = this.getCurrentLimit();
|
|
47
|
+
}
|
|
48
|
+
toJSONAssociations() {
|
|
49
|
+
super.toJSONAssociations();
|
|
50
|
+
if (this.baseVoltage)
|
|
51
|
+
this.json['baseVoltageUUID'] = this.baseVoltage.mrid;
|
|
52
|
+
}
|
|
53
|
+
toGeoJSON(geoJSON, profile, schemaSettings, diagramObject) {
|
|
54
|
+
if (diagramObject) {
|
|
55
|
+
super.toGeoJSON(geoJSON, profile, schemaSettings, diagramObject);
|
|
56
|
+
const linePoints = [];
|
|
57
|
+
diagramObject.diagramObjectPoints.forEach((point) => {
|
|
58
|
+
linePoints.push([+point.getXPosition(), +point.getYPosition() * -1]);
|
|
59
|
+
});
|
|
60
|
+
geoJSON['geometry'] = {
|
|
61
|
+
type: 'LineString',
|
|
62
|
+
coordinates: linePoints
|
|
63
|
+
};
|
|
64
|
+
geoJSON['properties'] = {
|
|
65
|
+
diagramObjectUUID: diagramObject.mrid,
|
|
66
|
+
objectType: this.constructor.name,
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
return geoJSON;
|
|
70
|
+
}
|
|
71
|
+
toMapGeoJSON() {
|
|
72
|
+
const linePoints = [];
|
|
73
|
+
this.location.positionPoints.forEach((point) => {
|
|
74
|
+
linePoints.push([+point.xPosition, +point.yPosition]);
|
|
75
|
+
});
|
|
76
|
+
const geoJSON = {};
|
|
77
|
+
geoJSON['id'] = this.mrid;
|
|
78
|
+
geoJSON['type'] = 'Feature';
|
|
79
|
+
geoJSON['geometry'] = {
|
|
80
|
+
type: 'LineString',
|
|
81
|
+
coordinates: linePoints
|
|
82
|
+
};
|
|
83
|
+
geoJSON['properties'] = {
|
|
84
|
+
uuid: this.mrid,
|
|
85
|
+
objectType: this.constructor.name,
|
|
86
|
+
};
|
|
87
|
+
return geoJSON;
|
|
88
|
+
}
|
|
89
|
+
determineTopologicalNodes(connNodes) {
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
toCIMXML(xmlWriter, profile) {
|
|
93
|
+
let defaultValues = '';
|
|
94
|
+
this.checkMandatoryAttributes(profile, defaultValues);
|
|
95
|
+
this.description += defaultValues;
|
|
96
|
+
if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
|
|
97
|
+
const suffixID = this.getSuffixID(profile);
|
|
98
|
+
const prefixUUID = this.getPrefixUUID(suffixID);
|
|
99
|
+
xmlWriter.startElementNS(rdf_xml_1.RDF_XML.CIM_NS_PREFIX, this.constructor.name, rdf_xml_1.RDF_XML.CIM_NS_16);
|
|
100
|
+
utils_1.writeElementAttribute(xmlWriter, suffixID, `${prefixUUID}${this.mrid}`);
|
|
101
|
+
this.toCIMXMLAttributes(xmlWriter, profile);
|
|
102
|
+
this.toCIMXMLAssociations(xmlWriter, profile);
|
|
103
|
+
xmlWriter.endElement();
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
toCIMXMLAttributes(xmlWriter, profile) {
|
|
107
|
+
super.toCIMXMLAttributes(xmlWriter, profile);
|
|
108
|
+
if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
|
|
109
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.r`, this.r);
|
|
110
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.x`, this.x);
|
|
111
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.bch`, this.bch);
|
|
112
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.gch`, this.gch);
|
|
113
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.r0`, this.r0);
|
|
114
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.x0`, this.x0);
|
|
115
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.b0ch`, this.b0ch);
|
|
116
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.g0ch`, this.g0ch);
|
|
117
|
+
utils_1.writeElement(xmlWriter, `${rdf_xml_1.RDF_XML.CIM_NS_PREFIX}:ACLineSegment.shortCircuitEndTemperature`, this.shortCircuitEndTemperature);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
toCIMXMLAssociations(xmlWriter, profile) {
|
|
121
|
+
super.toCIMXMLAssociations(xmlWriter, profile);
|
|
122
|
+
}
|
|
123
|
+
checkMandatoryAttributes(profile, defaultValues) {
|
|
124
|
+
super.checkMandatoryAttributes(profile, defaultValues);
|
|
125
|
+
if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
|
|
126
|
+
if (!this.r) {
|
|
127
|
+
this.r = 1;
|
|
128
|
+
defaultValues += 'r,';
|
|
129
|
+
}
|
|
130
|
+
if (!this.x) {
|
|
131
|
+
this.x = 1;
|
|
132
|
+
defaultValues += 'x,';
|
|
133
|
+
}
|
|
134
|
+
if (!this.bch) {
|
|
135
|
+
this.bch = 1;
|
|
136
|
+
defaultValues += 'bch,';
|
|
137
|
+
}
|
|
138
|
+
if (!this.gch) {
|
|
139
|
+
this.gch = 1;
|
|
140
|
+
defaultValues += 'gch,';
|
|
141
|
+
}
|
|
142
|
+
if (!this.r0) {
|
|
143
|
+
this.r0 = 1;
|
|
144
|
+
defaultValues += 'r0,';
|
|
145
|
+
}
|
|
146
|
+
if (!this.x0) {
|
|
147
|
+
this.x0 = 1;
|
|
148
|
+
defaultValues += 'x0,';
|
|
149
|
+
}
|
|
150
|
+
if (!this.b0ch) {
|
|
151
|
+
this.b0ch = 1;
|
|
152
|
+
defaultValues += 'b0ch,';
|
|
153
|
+
}
|
|
154
|
+
if (!this.g0ch) {
|
|
155
|
+
this.g0ch = 1;
|
|
156
|
+
defaultValues += 'g0ch,';
|
|
157
|
+
}
|
|
158
|
+
if (!this.shortCircuitEndTemperature) {
|
|
159
|
+
this.shortCircuitEndTemperature = 80;
|
|
160
|
+
defaultValues += 'shortCircuitEndTemperature,';
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
exports.ACLineSegment = ACLineSegment;
|
|
166
|
+
ACLineSegment.sparqlQuery = `
|
|
167
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
168
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
169
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
170
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
171
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
172
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
173
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
174
|
+
|
|
175
|
+
SELECT (strafter(strafter(str(?acLineSegmentUUID), '#'), '_') AS ?uuid)
|
|
176
|
+
(CONCAT(STRBEFORE(STR(?acLineSegmentUUID), '#_'), '#_') AS ?baseIRI)
|
|
177
|
+
?name ?shortName ?description ?length ?r ?x ?bch ?gch ?installation
|
|
178
|
+
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
179
|
+
(strafter(strafter(str(?ptUUID), '#'), '_') AS ?psrTypeUUID)
|
|
180
|
+
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
181
|
+
|
|
182
|
+
(group_concat(STRAFTER(str(?aecUUIDs), '#_');separator=',') as ?additionalEquipmentContainerUUIDs)
|
|
183
|
+
|
|
184
|
+
WHERE {
|
|
185
|
+
GRAPH <http://default/>{
|
|
186
|
+
?acLineSegmentUUID rdf:type cim:ACLineSegment .
|
|
187
|
+
OPTIONAL {?acLineSegmentUUID cim:IdentifiedObject.name ?name .}
|
|
188
|
+
OPTIONAL {?acLineSegmentUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
189
|
+
OPTIONAL {?acLineSegmentUUID cim:IdentifiedObject.description ?description .}
|
|
190
|
+
OPTIONAL {?acLineSegmentUUID enervance:IdentifiedObject.installation ?installation .}
|
|
191
|
+
OPTIONAL {?acLineSegmentUUID cim:Conductor.length ?length .}
|
|
192
|
+
OPTIONAL {?acLineSegmentUUID cim:ACLineSegment.r ?r .}
|
|
193
|
+
OPTIONAL {?acLineSegmentUUID cim:ACLineSegment.x ?x .}
|
|
194
|
+
OPTIONAL {?acLineSegmentUUID cim:ACLineSegment.bch ?bch .}
|
|
195
|
+
OPTIONAL {?acLineSegmentUUID cim:ACLineSegment.gch ?gch .}
|
|
196
|
+
OPTIONAL {?acLineSegmentUUID cim:ACLineSegment.length ?length .}
|
|
197
|
+
OPTIONAL {?acLineSegmentUUID cim:ConductingEquipment.BaseVoltage ?bvUUID .}
|
|
198
|
+
OPTIONAL {?acLineSegmentUUID cim:PowerSystemResource.PSRType ?ptUUID .}
|
|
199
|
+
OPTIONAL {?acLineSegmentUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
200
|
+
OPTIONAL {?acLineSegmentUUID cim:Equipment.AdditionalEquipmentContainer ?aecUUIDs .}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
GROUP BY ?acLineSegmentUUID ?baseIRI ?name ?shortName ?description
|
|
204
|
+
?installation ?length ?r ?x ?bch ?gch ?length ?bvUUID ?ptUUID ?ecUUID
|
|
205
|
+
`;
|
|
206
|
+
//# sourceMappingURL=ACLineSegment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ACLineSegment.js","sourceRoot":"","sources":["../../../src/model/wires/ACLineSegment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { RotatingMachine } from './RotatingMachine';
|
|
2
|
+
import XMLWriter from 'xml-writer';
|
|
3
|
+
import { AsynchronousMachineKind } from "./AsynchronousMachineKind";
|
|
4
|
+
export declare class AsynchronousMachine extends RotatingMachine {
|
|
5
|
+
nominalFrequency: number;
|
|
6
|
+
nominalSpeed: number;
|
|
7
|
+
converterFedDrive: boolean;
|
|
8
|
+
efficiency: number;
|
|
9
|
+
iaIrRatio: number;
|
|
10
|
+
polePairNumber: number;
|
|
11
|
+
ratedMechanicalPower: number;
|
|
12
|
+
reversible: boolean;
|
|
13
|
+
rxLockedRotorRatio: number;
|
|
14
|
+
asynchronousMachineType: AsynchronousMachineKind;
|
|
15
|
+
constructor(uuid?: string, name?: string, shortName?: string, description?: string);
|
|
16
|
+
toCIMXML(xmlWriter: XMLWriter, profile: string): void;
|
|
17
|
+
protected toCIMXMLAttributes(xmlWriter: XMLWriter, profile: string): void;
|
|
18
|
+
protected toCIMXMLAssociations(xmlWriter: XMLWriter, profile: string): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AsynchronousMachine = void 0;
|
|
4
|
+
const RotatingMachine_1 = require("./RotatingMachine");
|
|
5
|
+
const __1 = require("../..");
|
|
6
|
+
const utils_1 = require("../../util/utils");
|
|
7
|
+
class AsynchronousMachine extends RotatingMachine_1.RotatingMachine {
|
|
8
|
+
constructor(uuid, name, shortName, description) {
|
|
9
|
+
super(uuid, name, shortName, description);
|
|
10
|
+
}
|
|
11
|
+
toCIMXML(xmlWriter, profile) {
|
|
12
|
+
if (profile === __1.RDF_XML.PROFILE_EQ) {
|
|
13
|
+
const suffixID = this.getSuffixID(profile);
|
|
14
|
+
const prefixUUID = this.getPrefixUUID(suffixID);
|
|
15
|
+
xmlWriter.startElementNS(__1.RDF_XML.CIM_NS_PREFIX, this.constructor.name, __1.RDF_XML.CIM_NS_16);
|
|
16
|
+
utils_1.writeElementAttribute(xmlWriter, suffixID, `${prefixUUID}${this.mrid}`);
|
|
17
|
+
this.toCIMXMLAttributes(xmlWriter, profile);
|
|
18
|
+
this.toCIMXMLAssociations(xmlWriter, profile);
|
|
19
|
+
xmlWriter.endElement();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
toCIMXMLAttributes(xmlWriter, profile) {
|
|
23
|
+
super.toCIMXMLAttributes(xmlWriter, profile);
|
|
24
|
+
if (profile === __1.RDF_XML.PROFILE_EQ) {
|
|
25
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.nominalFrequency`, this.nominalFrequency);
|
|
26
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.nominalSpeed`, this.nominalSpeed);
|
|
27
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.converterFedDrive`, this.converterFedDrive ? this.converterFedDrive : false);
|
|
28
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.efficiency`, this.efficiency);
|
|
29
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.iaIrRatio`, this.iaIrRatio);
|
|
30
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.polePairNumber`, this.polePairNumber);
|
|
31
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.ratedMechanicalPower`, this.ratedMechanicalPower);
|
|
32
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.ratedPowerFactor`, this.ratedPowerFactor);
|
|
33
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.reversible`, this.reversible ? this.reversible : false);
|
|
34
|
+
utils_1.writeElement(xmlWriter, `${__1.RDF_XML.CIM_NS_PREFIX}:AsynchronousMachine.rxLockedRotorRatio`, this.rxLockedRotorRatio);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
toCIMXMLAssociations(xmlWriter, profile) {
|
|
38
|
+
super.toCIMXMLAssociations(xmlWriter, profile);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.AsynchronousMachine = AsynchronousMachine;
|
|
42
|
+
//# sourceMappingURL=AsynchronousMachine.js.map
|