@enervance/insight-cim-model 0.0.67 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analysis/analysis-neplan/digi-ons.d.ts +7 -7
- package/dist/analysis/analysis-neplan/digi-ons.js +28 -35
- package/dist/analysis/analysis-neplan/digi-ons.js.map +1 -1
- package/dist/config/load.confings.js +355 -355
- package/dist/config/load.confings.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +2 -2
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +6 -7
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +3 -3
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js +4 -5
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +3 -3
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +19 -19
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.js +3 -3
- package/dist/constants/cim-asset-types.d.ts +5 -0
- package/dist/constants/cim-asset-types.js +36 -30
- package/dist/constants/cim-asset-types.js.map +1 -1
- package/dist/constants/cim-class-names.js +181 -181
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/constants/cim-constants.js +3 -3
- package/dist/constants/cim-constants.js.map +1 -1
- package/dist/constants/rdf-xml.js +59 -59
- package/dist/constants/rdf-xml.js.map +1 -1
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +2 -2
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +13 -13
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js.map +1 -1
- package/dist/converter/PSDM/model/Line.d.ts +1 -1
- package/dist/converter/PSDM/model/Node.d.ts +1 -1
- package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +1 -1
- package/dist/converter/cgmes-validator.d.ts +2 -2
- package/dist/converter/integral7/converter.integral7.d.ts +12 -12
- package/dist/converter/integral7/converter.integral7.js +3820 -3984
- package/dist/converter/integral7/converter.integral7.js.map +1 -1
- package/dist/converter/integral7/dl-convert/dl-converter-i7.d.ts +14 -14
- package/dist/converter/integral7/dl-convert/dl-converter-i7.js +1071 -1099
- package/dist/converter/integral7/dl-convert/dl-converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +22 -22
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +25 -25
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +75 -67
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/I7KnotenBeziehung.js +11 -0
- package/dist/converter/integral7/model/dl-utils/I7KnotenBeziehung.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.d.ts +3 -3
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js +25 -3
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/constants.js +66 -66
- package/dist/converter/integral7/model/dl-utils/constants.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +12 -12
- package/dist/converter/integral7/model/dl-utils/util-functions.js +10 -11
- package/dist/converter/integral7/model/dl-utils/util-functions.js.map +1 -1
- package/dist/converter/integral7/model/integral/BaseClass.d.ts +2 -2
- package/dist/converter/integral7/model/integral/BaseClass.js +8 -0
- package/dist/converter/integral7/model/integral/BaseClass.js.map +1 -1
- package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +1 -1
- package/dist/converter/integral7/model/integral/BaseClassNsg.js +7 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js +7 -1
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Hgueleitung.d.ts +1 -1
- package/dist/converter/integral7/model/integral/KnotenSo.d.ts +5 -5
- package/dist/converter/integral7/model/integral/KnotenSo.js +7 -1
- package/dist/converter/integral7/model/integral/KnotenSo.js.map +1 -1
- package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js +7 -1
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Kopfstation.d.ts +1 -1
- package/dist/converter/integral7/model/integral/Laengskupplung.d.ts +2 -2
- package/dist/converter/integral7/model/integral/Laengskupplung.js +7 -1
- package/dist/converter/integral7/model/integral/Laengskupplung.js.map +1 -1
- package/dist/converter/integral7/model/integral/Leitung.d.ts +4 -4
- package/dist/converter/integral7/model/integral/Leitung.js +12 -4
- package/dist/converter/integral7/model/integral/Leitung.js.map +1 -1
- package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +3 -3
- package/dist/converter/integral7/model/integral/LeitungNsg.js +11 -1
- package/dist/converter/integral7/model/integral/LeitungNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Point.js +2 -0
- package/dist/converter/integral7/model/integral/Point.js.map +1 -1
- package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +7 -7
- package/dist/converter/integral7/model/integral/Schaltanlage.js +8 -3
- package/dist/converter/integral7/model/integral/Schaltanlage.js.map +1 -1
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +5 -5
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +9 -2
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js.map +1 -1
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +5 -5
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +8 -3
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js.map +1 -1
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +9 -1
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +7 -7
- package/dist/converter/integral7/model/integral/Schaltfeld.js +6 -1
- package/dist/converter/integral7/model/integral/Schaltfeld.js.map +1 -1
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +18 -1
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Standort.d.ts +5 -5
- package/dist/converter/integral7/model/integral/Standort.js +17 -3
- package/dist/converter/integral7/model/integral/Standort.js.map +1 -1
- package/dist/converter/integral7/model/integral/StandortNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/StandortNsg.js +5 -2
- package/dist/converter/integral7/model/integral/StandortNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo2w.d.ts +6 -6
- package/dist/converter/integral7/model/integral/Trafo2w.js +7 -1
- package/dist/converter/integral7/model/integral/Trafo2w.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js +6 -1
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo3w.d.ts +3 -3
- package/dist/converter/integral7/model/integral/Trafo3w.js +6 -1
- package/dist/converter/integral7/model/integral/Trafo3w.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo3wNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/Trafo3wNsg.js +13 -1
- package/dist/converter/integral7/model/integral/Trafo3wNsg.js.map +1 -1
- package/dist/converter/integral7/sql/integral.sql.js +253 -253
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils-cgmes-export.d.ts +5 -5
- package/dist/converter/integral7/utils-cgmes-export.js +2 -2
- package/dist/converter/integral7/utils-schema.d.ts +2 -2
- package/dist/converter/integral7/utils-schema.js +2 -3
- package/dist/converter/integral7/utils-schema.js.map +1 -1
- package/dist/converter/integral7/utils-trafo3w.d.ts +1 -1
- package/dist/converter/integral7/utils.d.ts +5 -5
- package/dist/converter/integral7/utils.js +30 -36
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/data-structures/Settings.d.ts +1 -1
- package/dist/data-structures/Settings.js +4 -0
- package/dist/data-structures/Settings.js.map +1 -1
- package/dist/data-structures/graph/GraphObject.d.ts +2 -2
- package/dist/data-structures/graph/GraphObject.js +8 -3
- package/dist/data-structures/graph/GraphObject.js.map +1 -1
- package/dist/data-structures/graph/connections/connection.d.ts +2 -2
- package/dist/data-structures/graph/connections/connection.js +5 -1
- package/dist/data-structures/graph/connections/connection.js.map +1 -1
- package/dist/data-structures/graph/edges/GraphEdge.d.ts +3 -3
- package/dist/data-structures/graph/edges/GraphEdge.js +3 -1
- package/dist/data-structures/graph/edges/GraphEdge.js.map +1 -1
- package/dist/data-structures/graph/graph-interfaces.d.ts +2 -2
- package/dist/data-structures/graph/graph-util.d.ts +6 -6
- package/dist/data-structures/graph/graph-util.js +3 -3
- package/dist/data-structures/graph/graph.d.ts +9 -9
- package/dist/data-structures/graph/graph.js +8 -7
- package/dist/data-structures/graph/graph.js.map +1 -1
- package/dist/data-structures/graph/nodes/GraphNode.d.ts +2 -2
- package/dist/data-structures/graph/nodes/GraphNode.js +1 -1
- package/dist/data-structures/tree/GraphTree.d.ts +4 -4
- package/dist/data-structures/tree/GraphTree.js +11 -13
- package/dist/data-structures/tree/GraphTree.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeEdge.d.ts +4 -4
- package/dist/data-structures/tree/GraphTreeEdge.js +8 -5
- package/dist/data-structures/tree/GraphTreeEdge.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeNode.d.ts +3 -3
- package/dist/data-structures/tree/GraphTreeNode.js +12 -12
- package/dist/data-structures/tree/GraphTreeNode.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeObject.d.ts +1 -1
- package/dist/data-structures/tree/GraphTreeObject.js +6 -2
- package/dist/data-structures/tree/GraphTreeObject.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.d.ts +5 -5
- package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.js +10 -10
- package/dist/etl/etl-neplan/etl-neplan-csv.d.ts +6 -6
- package/dist/etl/etl-neplan/etl-neplan-csv.js +37 -42
- package/dist/etl/etl-neplan/etl-neplan-csv.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-feederline.d.ts +3 -3
- package/dist/etl/etl-neplan/etl-neplan-feederline.js +21 -22
- package/dist/etl/etl-neplan/etl-neplan-feederline.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-geo.d.ts +5 -5
- package/dist/etl/etl-neplan/etl-neplan-geo.js +35 -43
- package/dist/etl/etl-neplan/etl-neplan-geo.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-util.d.ts +2 -2
- package/dist/etl/etl-neplan/etl-neplan-util.js +10 -12
- package/dist/etl/etl-neplan/etl-neplan-util.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan.d.ts +2 -2
- package/dist/etl/etl-neplan/etl-neplan.js +22 -26
- package/dist/etl/etl-neplan/etl-neplan.js.map +1 -1
- package/dist/etl/etl-neplan/neplan-contingency-analysis.d.ts +8 -8
- package/dist/etl/etl-neplan/neplan-contingency-analysis.js +29 -30
- package/dist/etl/etl-neplan/neplan-contingency-analysis.js.map +1 -1
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.d.ts +1 -1
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.js +3 -3
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.js.map +1 -1
- package/dist/factory/object-factory.d.ts +1 -1
- package/dist/factory/object-factory.js +5 -5
- package/dist/factory/sparql-factory.d.ts +1 -1
- package/dist/grid-validation/grid-validation.d.ts +4 -4
- package/dist/grid-validation/grid-validation.js +5 -6
- package/dist/grid-validation/grid-validation.js.map +1 -1
- package/dist/index.d.ts +277 -277
- package/dist/index.js +259 -259
- package/dist/interfaces/model/assets/IActivityRecord.d.ts +2 -2
- package/dist/interfaces/model/assets/IAnalytic.d.ts +3 -3
- package/dist/interfaces/model/assets/IAsset.d.ts +1 -1
- package/dist/interfaces/model/assets/IAssetContainer.d.ts +1 -1
- package/dist/interfaces/model/assets/IDocument.d.ts +1 -1
- package/dist/interfaces/model/assets/IFacility.d.ts +1 -1
- package/dist/interfaces/model/common/IDocument.d.ts +1 -1
- package/dist/interfaces/model/common/ILocation.d.ts +6 -6
- package/dist/interfaces/model/core/IACDCTerminal.d.ts +1 -1
- package/dist/interfaces/model/core/IBaseVoltage.d.ts +2 -2
- package/dist/interfaces/model/core/IConductingEquipment.d.ts +5 -5
- package/dist/interfaces/model/core/IConnectivityNode.d.ts +5 -5
- package/dist/interfaces/model/core/IConnectivityNodeContainer.d.ts +3 -3
- package/dist/interfaces/model/core/IEquipment.d.ts +3 -3
- package/dist/interfaces/model/core/IEquipmentContainer.d.ts +3 -3
- package/dist/interfaces/model/core/IFeeder.d.ts +3 -3
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +10 -10
- package/dist/interfaces/model/core/IPowerSystemResource.d.ts +3 -3
- package/dist/interfaces/model/core/ISubstation.d.ts +2 -2
- package/dist/interfaces/model/core/ITerminal.d.ts +11 -11
- package/dist/interfaces/model/core/IVoltageLevel.d.ts +3 -3
- package/dist/interfaces/model/diagram/IDiagram.d.ts +4 -4
- package/dist/interfaces/model/diagram/IDiagramObject.d.ts +3 -3
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.d.ts +1 -1
- package/dist/interfaces/model/domain/IActivePower.d.ts +1 -1
- package/dist/interfaces/model/domain/IAngleDegrees.d.ts +1 -1
- package/dist/interfaces/model/domain/IApparentPower.d.ts +1 -1
- package/dist/interfaces/model/domain/ICurrentFlow.d.ts +1 -1
- package/dist/interfaces/model/domain/IDataType.d.ts +2 -2
- package/dist/interfaces/model/domain/IReactivePower.d.ts +1 -1
- package/dist/interfaces/model/domain/IVoltage.d.ts +1 -1
- package/dist/interfaces/model/extensions/wires/IACLineSubSegment.d.ts +1 -1
- package/dist/interfaces/model/faults/IFault.d.ts +2 -2
- package/dist/interfaces/model/model/IModel.d.ts +23 -23
- package/dist/interfaces/model/operations/IOutage.d.ts +4 -4
- package/dist/interfaces/model/operations/ISwitchingAction.d.ts +2 -2
- package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +3 -3
- package/dist/interfaces/model/statevariables/ISvPowerFlow.d.ts +1 -1
- package/dist/interfaces/model/statevariables/ISvVoltage.d.ts +4 -4
- package/dist/interfaces/model/topology/ITopologicalIsland.d.ts +2 -2
- package/dist/interfaces/model/topology/ITopologicalNode.d.ts +5 -5
- package/dist/interfaces/model/wires/IACLineSegment.d.ts +1 -1
- package/dist/interfaces/model/wires/IBusbarSection.d.ts +1 -1
- package/dist/interfaces/model/wires/ICompositeSwitch.d.ts +1 -1
- package/dist/interfaces/model/wires/IConductor.d.ts +1 -1
- package/dist/interfaces/model/wires/IConnector.d.ts +1 -1
- package/dist/interfaces/model/wires/IDisconnector.d.ts +1 -1
- package/dist/interfaces/model/wires/IEnergyConsumer.d.ts +1 -1
- package/dist/interfaces/model/wires/IEnergySource.d.ts +1 -1
- package/dist/interfaces/model/wires/IExternalNetworkInjection.d.ts +1 -1
- package/dist/interfaces/model/wires/ILoadBreakSwitch.d.ts +1 -1
- package/dist/interfaces/model/wires/IPowerTransformer.d.ts +2 -2
- package/dist/interfaces/model/wires/IPowerTransformerEnd.d.ts +2 -2
- package/dist/interfaces/model/wires/IProtectedSwitch.d.ts +1 -1
- package/dist/interfaces/model/wires/IRegulatingCondEq.d.ts +1 -1
- package/dist/interfaces/model/wires/ISwitch.d.ts +1 -1
- package/dist/interfaces/model/wires/ITransformerEnd.d.ts +3 -3
- package/dist/interfaces/observable/IObservable.d.ts +1 -1
- package/dist/interfaces/schema-settings/ShapeInfos.js +12 -0
- package/dist/interfaces/schema-settings/ShapeInfos.js.map +1 -1
- package/dist/model/alternate-models/AlternateModel.d.ts +3 -3
- package/dist/model/alternate-models/AlternateModel.js +3 -1
- package/dist/model/alternate-models/AlternateModel.js.map +1 -1
- package/dist/model/alternate-models/AlternateModelGroup.d.ts +2 -2
- package/dist/model/alternate-models/AlternateModelGroup.js +2 -2
- package/dist/model/alternate-models/AlternateModelGroup.js.map +1 -1
- package/dist/model/assetinfo/AssetInfo.d.ts +1 -1
- package/dist/model/assetinfo/AssetInfo.js +6 -6
- package/dist/model/assetinfo/AssetInfo.js.map +1 -1
- package/dist/model/assetinfo/CableInfo.d.ts +1 -1
- package/dist/model/assetinfo/CableInfo.js +1 -1
- package/dist/model/assetinfo/OverheadWireInfo.d.ts +1 -1
- package/dist/model/assetinfo/OverheadWireInfo.js +1 -1
- package/dist/model/assetinfo/PowerTransformerInfo.d.ts +1 -1
- package/dist/model/assetinfo/PowerTransformerInfo.js +3 -3
- package/dist/model/assetinfo/SwitchInfo.d.ts +2 -2
- package/dist/model/assetinfo/SwitchInfo.js +22 -23
- package/dist/model/assetinfo/SwitchInfo.js.map +1 -1
- package/dist/model/assetinfo/TapChangerInfo.d.ts +5 -5
- package/dist/model/assetinfo/TapChangerInfo.js +80 -48
- package/dist/model/assetinfo/TapChangerInfo.js.map +1 -1
- package/dist/model/assetinfo/TransformerEndInfo.d.ts +4 -4
- package/dist/model/assetinfo/TransformerEndInfo.js +14 -9
- package/dist/model/assetinfo/TransformerEndInfo.js.map +1 -1
- package/dist/model/assetinfo/WireInfo.d.ts +1 -1
- package/dist/model/assetinfo/WireInfo.js +7 -4
- package/dist/model/assetinfo/WireInfo.js.map +1 -1
- package/dist/model/assets/AggregateScore.d.ts +2 -2
- package/dist/model/assets/AggregateScore.js +24 -25
- package/dist/model/assets/AggregateScore.js.map +1 -1
- package/dist/model/assets/Analytic.d.ts +5 -5
- package/dist/model/assets/Analytic.js +34 -31
- package/dist/model/assets/Analytic.js.map +1 -1
- package/dist/model/assets/AnalyticScore.d.ts +3 -3
- package/dist/model/assets/AnalyticScore.js +7 -2
- package/dist/model/assets/AnalyticScore.js.map +1 -1
- package/dist/model/assets/Asset.d.ts +12 -12
- package/dist/model/assets/Asset.js +57 -50
- package/dist/model/assets/Asset.js.map +1 -1
- package/dist/model/assets/AssetContainer.d.ts +1 -1
- package/dist/model/assets/AssetContainer.js +3 -3
- package/dist/model/assets/AssetContainer.js.map +1 -1
- package/dist/model/assets/AssetDeployment.d.ts +5 -5
- package/dist/model/assets/AssetDeployment.js +35 -29
- package/dist/model/assets/AssetDeployment.js.map +1 -1
- package/dist/model/assets/AssetHealthEvent.d.ts +2 -2
- package/dist/model/assets/AssetHealthEvent.js +28 -29
- package/dist/model/assets/AssetHealthEvent.js.map +1 -1
- package/dist/model/assets/AssetOrganisationRole.d.ts +3 -3
- package/dist/model/assets/AssetOrganisationRole.js +4 -4
- package/dist/model/assets/AssetOrganisationRole.js.map +1 -1
- package/dist/model/assets/AssetOwner.d.ts +2 -2
- package/dist/model/assets/AssetOwner.js +20 -21
- package/dist/model/assets/AssetOwner.js.map +1 -1
- package/dist/model/assets/AssetUser.d.ts +2 -2
- package/dist/model/assets/AssetUser.js +20 -21
- package/dist/model/assets/AssetUser.js.map +1 -1
- package/dist/model/assets/DeploymentDate.js +6 -1
- package/dist/model/assets/DeploymentDate.js.map +1 -1
- package/dist/model/assets/Facility.d.ts +3 -3
- package/dist/model/assets/Facility.js +24 -24
- package/dist/model/assets/Facility.js.map +1 -1
- package/dist/model/assets/HealthScore.d.ts +2 -2
- package/dist/model/assets/HealthScore.js +23 -24
- package/dist/model/assets/HealthScore.js.map +1 -1
- package/dist/model/assets/LifecycleDate.js +7 -1
- package/dist/model/assets/LifecycleDate.js.map +1 -1
- package/dist/model/assets/RiskScore.d.ts +1 -1
- package/dist/model/assets/RiskScore.js +1 -1
- package/dist/model/assets/Structure.d.ts +2 -2
- package/dist/model/assets/Structure.js +2 -1
- package/dist/model/assets/Structure.js.map +1 -1
- package/dist/model/common/ActivityRecord.d.ts +4 -4
- package/dist/model/common/ActivityRecord.js +8 -3
- package/dist/model/common/ActivityRecord.js.map +1 -1
- package/dist/model/common/CoordinateSystem.d.ts +1 -1
- package/dist/model/common/CoordinateSystem.js +22 -22
- package/dist/model/common/CoordinateSystem.js.map +1 -1
- package/dist/model/common/Document.d.ts +2 -2
- package/dist/model/common/Document.js +2 -1
- package/dist/model/common/Document.js.map +1 -1
- package/dist/model/common/Location.d.ts +3 -3
- package/dist/model/common/Location.js +36 -34
- package/dist/model/common/Location.js.map +1 -1
- package/dist/model/common/Organisation.d.ts +3 -3
- package/dist/model/common/Organisation.js +22 -23
- package/dist/model/common/Organisation.js.map +1 -1
- package/dist/model/common/OrganisationRole.d.ts +2 -2
- package/dist/model/common/OrganisationRole.js +5 -4
- package/dist/model/common/OrganisationRole.js.map +1 -1
- package/dist/model/common/PositionPoint.d.ts +2 -2
- package/dist/model/common/PositionPoint.js +35 -30
- package/dist/model/common/PositionPoint.js.map +1 -1
- package/dist/model/common/Status.js +5 -1
- package/dist/model/common/Status.js.map +1 -1
- package/dist/model/core/ACDCTerminal.d.ts +5 -5
- package/dist/model/core/ACDCTerminal.js +9 -7
- package/dist/model/core/ACDCTerminal.js.map +1 -1
- package/dist/model/core/BaseVoltage.d.ts +3 -3
- package/dist/model/core/BaseVoltage.js +30 -30
- package/dist/model/core/BaseVoltage.js.map +1 -1
- package/dist/model/core/Bay.d.ts +5 -5
- package/dist/model/core/Bay.js +31 -31
- package/dist/model/core/Bay.js.map +1 -1
- package/dist/model/core/ConductingEquipment.d.ts +10 -10
- package/dist/model/core/ConductingEquipment.js +12 -5
- package/dist/model/core/ConductingEquipment.js.map +1 -1
- package/dist/model/core/ConnectivityNode.d.ts +11 -11
- package/dist/model/core/ConnectivityNode.js +50 -41
- package/dist/model/core/ConnectivityNode.js.map +1 -1
- package/dist/model/core/ConnectivityNodeContainer.d.ts +4 -4
- package/dist/model/core/ConnectivityNodeContainer.js +3 -1
- package/dist/model/core/ConnectivityNodeContainer.js.map +1 -1
- package/dist/model/core/Curve.d.ts +2 -2
- package/dist/model/core/Curve.js +7 -3
- package/dist/model/core/Curve.js.map +1 -1
- package/dist/model/core/CurveData.d.ts +1 -1
- package/dist/model/core/CurveData.js +9 -3
- package/dist/model/core/CurveData.js.map +1 -1
- package/dist/model/core/Equipment.d.ts +7 -7
- package/dist/model/core/Equipment.js +16 -9
- package/dist/model/core/Equipment.js.map +1 -1
- package/dist/model/core/EquipmentContainer.d.ts +4 -4
- package/dist/model/core/EquipmentContainer.js +4 -2
- package/dist/model/core/EquipmentContainer.js.map +1 -1
- package/dist/model/core/Feeder.d.ts +4 -4
- package/dist/model/core/Feeder.js +17 -12
- package/dist/model/core/Feeder.js.map +1 -1
- package/dist/model/core/GeographicalRegion.d.ts +2 -2
- package/dist/model/core/GeographicalRegion.js +4 -4
- package/dist/model/core/GeographicalRegion.js.map +1 -1
- package/dist/model/core/IdentifiedObject.d.ts +12 -12
- package/dist/model/core/IdentifiedObject.js +37 -14
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PSRType.d.ts +3 -3
- package/dist/model/core/PSRType.js +37 -23
- package/dist/model/core/PSRType.js.map +1 -1
- package/dist/model/core/PowerSystemResource.d.ts +6 -6
- package/dist/model/core/PowerSystemResource.js +14 -9
- package/dist/model/core/PowerSystemResource.js.map +1 -1
- package/dist/model/core/SubGeographicalRegion.d.ts +4 -4
- package/dist/model/core/SubGeographicalRegion.js +6 -5
- package/dist/model/core/SubGeographicalRegion.js.map +1 -1
- package/dist/model/core/Substation.d.ts +8 -8
- package/dist/model/core/Substation.js +40 -34
- package/dist/model/core/Substation.js.map +1 -1
- package/dist/model/core/Terminal.d.ts +18 -18
- package/dist/model/core/Terminal.js +61 -43
- package/dist/model/core/Terminal.js.map +1 -1
- package/dist/model/core/VoltageLevel.d.ts +5 -5
- package/dist/model/core/VoltageLevel.js +34 -28
- package/dist/model/core/VoltageLevel.js.map +1 -1
- package/dist/model/dc/ACDCConverter.d.ts +4 -4
- package/dist/model/dc/ACDCConverter.js +32 -8
- package/dist/model/dc/ACDCConverter.js.map +1 -1
- package/dist/model/dc/ACDCConverterDCTerminal.d.ts +3 -3
- package/dist/model/dc/ACDCConverterDCTerminal.js +6 -3
- package/dist/model/dc/ACDCConverterDCTerminal.js.map +1 -1
- package/dist/model/dc/CsConverter.d.ts +4 -4
- package/dist/model/dc/CsConverter.js +25 -5
- package/dist/model/dc/CsConverter.js.map +1 -1
- package/dist/model/dc/DCBaseTerminal.d.ts +2 -2
- package/dist/model/dc/DCBaseTerminal.js +5 -3
- package/dist/model/dc/DCBaseTerminal.js.map +1 -1
- package/dist/model/dc/DCConductingEquipment.d.ts +2 -2
- package/dist/model/dc/DCConductingEquipment.js +2 -5
- package/dist/model/dc/DCConductingEquipment.js.map +1 -1
- package/dist/model/dc/DCConverterUnit.d.ts +4 -4
- package/dist/model/dc/DCConverterUnit.js +7 -4
- package/dist/model/dc/DCConverterUnit.js.map +1 -1
- package/dist/model/dc/DCEquipmentContainer.d.ts +2 -2
- package/dist/model/dc/DCEquipmentContainer.js +2 -5
- package/dist/model/dc/DCEquipmentContainer.js.map +1 -1
- package/dist/model/dc/DCLine.d.ts +2 -2
- package/dist/model/dc/DCLine.js +23 -21
- package/dist/model/dc/DCLine.js.map +1 -1
- package/dist/model/dc/DCLineSegment.d.ts +1 -1
- package/dist/model/dc/DCLineSegment.js +37 -29
- package/dist/model/dc/DCLineSegment.js.map +1 -1
- package/dist/model/dc/DCNode.d.ts +3 -3
- package/dist/model/dc/DCNode.js +7 -5
- package/dist/model/dc/DCNode.js.map +1 -1
- package/dist/model/dc/DCTerminal.d.ts +2 -2
- package/dist/model/dc/DCTerminal.js +5 -3
- package/dist/model/dc/DCTerminal.js.map +1 -1
- package/dist/model/dc/VsConverter.d.ts +4 -4
- package/dist/model/dc/VsConverter.js +17 -6
- package/dist/model/dc/VsConverter.js.map +1 -1
- package/dist/model/diagram/Diagram.d.ts +5 -5
- package/dist/model/diagram/Diagram.js +32 -27
- package/dist/model/diagram/Diagram.js.map +1 -1
- package/dist/model/diagram/DiagramObject.d.ts +5 -5
- package/dist/model/diagram/DiagramObject.js +39 -33
- package/dist/model/diagram/DiagramObject.js.map +1 -1
- package/dist/model/diagram/DiagramObjectPoint.d.ts +3 -3
- package/dist/model/diagram/DiagramObjectPoint.js +57 -53
- package/dist/model/diagram/DiagramObjectPoint.js.map +1 -1
- package/dist/model/diagram/DiagramStyle.d.ts +1 -1
- package/dist/model/diagram/DiagramStyle.js +5 -5
- package/dist/model/diagram/DiagramStyle.js.map +1 -1
- package/dist/model/domain/ActivePower.d.ts +2 -2
- package/dist/model/domain/ActivePower.js +3 -0
- package/dist/model/domain/ActivePower.js.map +1 -1
- package/dist/model/domain/AngleDegrees.d.ts +2 -2
- package/dist/model/domain/AngleDegrees.js +3 -0
- package/dist/model/domain/AngleDegrees.js.map +1 -1
- package/dist/model/domain/ApparentPower.d.ts +2 -2
- package/dist/model/domain/ApparentPower.js +3 -0
- package/dist/model/domain/ApparentPower.js.map +1 -1
- package/dist/model/domain/Capacitance.d.ts +2 -2
- package/dist/model/domain/Capacitance.js +3 -0
- package/dist/model/domain/Capacitance.js.map +1 -1
- package/dist/model/domain/CapacitancePerLength.d.ts +2 -2
- package/dist/model/domain/CapacitancePerLength.js +3 -0
- package/dist/model/domain/CapacitancePerLength.js.map +1 -1
- package/dist/model/domain/ConductancePerLength.d.ts +2 -2
- package/dist/model/domain/ConductancePerLength.js +3 -0
- package/dist/model/domain/ConductancePerLength.js.map +1 -1
- package/dist/model/domain/CurrentFlow.d.ts +2 -2
- package/dist/model/domain/CurrentFlow.js +3 -0
- package/dist/model/domain/CurrentFlow.js.map +1 -1
- package/dist/model/domain/Reactance.d.ts +2 -2
- package/dist/model/domain/Reactance.js +3 -0
- package/dist/model/domain/Reactance.js.map +1 -1
- package/dist/model/domain/ReactancePerLength.d.ts +2 -2
- package/dist/model/domain/ReactancePerLength.js +3 -0
- package/dist/model/domain/ReactancePerLength.js.map +1 -1
- package/dist/model/domain/ReactivePower.d.ts +2 -2
- package/dist/model/domain/ReactivePower.js +3 -0
- package/dist/model/domain/ReactivePower.js.map +1 -1
- package/dist/model/domain/Resistance.d.ts +2 -2
- package/dist/model/domain/Resistance.js +3 -0
- package/dist/model/domain/Resistance.js.map +1 -1
- package/dist/model/domain/ResistancePerLength.d.ts +2 -2
- package/dist/model/domain/ResistancePerLength.js +3 -0
- package/dist/model/domain/ResistancePerLength.js.map +1 -1
- package/dist/model/domain/Voltage.d.ts +2 -2
- package/dist/model/domain/Voltage.js +3 -0
- package/dist/model/domain/Voltage.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.d.ts +2 -2
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.js +4 -3
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.d.ts +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.js +7 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.d.ts +2 -2
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.js +5 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.d.ts +2 -2
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.js +4 -3
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.d.ts +3 -3
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.js +78 -4
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.js.map +1 -1
- package/dist/model/equivalents/EquivalentBranch.d.ts +3 -3
- package/dist/model/equivalents/EquivalentBranch.js +68 -53
- package/dist/model/equivalents/EquivalentBranch.js.map +1 -1
- package/dist/model/equivalents/EquivalentEquipment.d.ts +1 -1
- package/dist/model/equivalents/EquivalentEquipment.js +1 -1
- package/dist/model/equivalents/EquivalentInjection.d.ts +2 -2
- package/dist/model/equivalents/EquivalentInjection.js +19 -4
- package/dist/model/equivalents/EquivalentInjection.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.d.ts +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js +21 -12
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.d.ts +3 -3
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +24 -25
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.d.ts +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +26 -9
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.d.ts +5 -5
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +27 -12
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONState.d.ts +3 -3
- package/dist/model/extensions/amprion/assets/AMPRIONState.js +29 -29
- package/dist/model/extensions/amprion/assets/AMPRIONState.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.js +20 -21
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONTower.d.ts +6 -6
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js +33 -16
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONWire.d.ts +7 -7
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js +37 -13
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +10 -9
- package/dist/model/extensions/amprion/core/AMPRIONBay.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +5 -3
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONLine.d.ts +3 -3
- package/dist/model/extensions/amprion/core/AMPRIONLine.js +11 -10
- package/dist/model/extensions/amprion/core/AMPRIONLine.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +13 -11
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js.map +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +20 -21
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js.map +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +20 -21
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js.map +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +20 -21
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js.map +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +20 -21
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.d.ts +6 -6
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js +32 -11
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.d.ts +4 -4
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js +11 -10
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.d.ts +4 -4
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js +7 -8
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.d.ts +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.js +4 -2
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.d.ts +3 -3
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.js +16 -10
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.d.ts +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js +10 -3
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.d.ts +4 -4
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +11 -11
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.d.ts +4 -4
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js +40 -38
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.d.ts +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js +4 -3
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.d.ts +4 -4
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +50 -40
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.d.ts +3 -3
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +46 -29
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.d.ts +2 -2
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +35 -28
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.d.ts +3 -3
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +28 -26
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.d.ts +2 -2
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +58 -43
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVAnalytic.d.ts +2 -2
- package/dist/model/extensions/enervance/assets/EVAnalytic.js +17 -17
- package/dist/model/extensions/enervance/assets/EVAnalytic.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +2 -2
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js +23 -24
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVIndicator.d.ts +3 -3
- package/dist/model/extensions/enervance/assets/EVIndicator.js +27 -27
- package/dist/model/extensions/enervance/assets/EVIndicator.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVWireObject.d.ts +5 -5
- package/dist/model/extensions/enervance/assets/EVWireObject.js +58 -58
- package/dist/model/extensions/enervance/assets/EVWireObject.js.map +1 -1
- package/dist/model/extensions/enervance/core/EVTerminal.d.ts +5 -5
- package/dist/model/extensions/enervance/core/EVTerminal.js +6 -6
- package/dist/model/extensions/enervance/core/EVTerminal.js.map +1 -1
- package/dist/model/extensions/enervance/diagram/EVDiagram.d.ts +1 -1
- package/dist/model/extensions/enervance/diagram/EVDiagram.js +1 -1
- package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.d.ts +4 -4
- package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.js +39 -27
- package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.js.map +1 -1
- package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +5 -5
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js +22 -20
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +3 -3
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +42 -43
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +4 -4
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +38 -37
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js.map +1 -1
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.d.ts +1 -1
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js +8 -3
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js.map +1 -1
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +1 -1
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +6 -4
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js.map +1 -1
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +1 -1
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +6 -3
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js +4 -3
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +7 -3
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +7 -3
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +7 -3
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +15 -15
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNFacilityKind.js +1 -2
- package/dist/model/extensions/neplan-westnetz/assets/WNFacilityKind.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.d.ts +2 -2
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +46 -43
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.d.ts +5 -5
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js +31 -30
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNBay.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/core/WNBay.js +35 -33
- package/dist/model/extensions/neplan-westnetz/core/WNBay.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +15 -15
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +78 -71
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +5 -5
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +36 -31
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +20 -19
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +17 -15
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +53 -50
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +142 -98
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js.map +1 -1
- package/dist/model/faults/EquipmentFault.d.ts +1 -1
- package/dist/model/faults/EquipmentFault.js +1 -1
- package/dist/model/faults/Fault.d.ts +4 -4
- package/dist/model/faults/Fault.js +3 -1
- package/dist/model/faults/Fault.js.map +1 -1
- package/dist/model/faults/LineFault.d.ts +1 -1
- package/dist/model/faults/LineFault.js +1 -1
- package/dist/model/generation/FossilFuel.d.ts +3 -3
- package/dist/model/generation/FossilFuel.js +5 -3
- package/dist/model/generation/FossilFuel.js.map +1 -1
- package/dist/model/generation/GeneratingUnit.d.ts +4 -4
- package/dist/model/generation/GeneratingUnit.js +59 -45
- package/dist/model/generation/GeneratingUnit.js.map +1 -1
- package/dist/model/generation/HydroGeneratingUnit.d.ts +3 -3
- package/dist/model/generation/HydroGeneratingUnit.js +5 -3
- package/dist/model/generation/HydroGeneratingUnit.js.map +1 -1
- package/dist/model/generation/HydroPowerPlant.d.ts +3 -3
- package/dist/model/generation/HydroPowerPlant.js +3 -3
- package/dist/model/generation/HydroPowerPlant.js.map +1 -1
- package/dist/model/generation/HydroPump.d.ts +3 -3
- package/dist/model/generation/HydroPump.js +3 -1
- package/dist/model/generation/HydroPump.js.map +1 -1
- package/dist/model/generation/NuclearGeneratingUnit.d.ts +1 -1
- package/dist/model/generation/NuclearGeneratingUnit.js +1 -1
- package/dist/model/generation/SolarGeneratingUnit.d.ts +1 -1
- package/dist/model/generation/SolarGeneratingUnit.js +3 -3
- package/dist/model/generation/ThermalGeneratingUnit.d.ts +2 -2
- package/dist/model/generation/ThermalGeneratingUnit.js +4 -4
- package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -1
- package/dist/model/generation/WindGeneratingUnit.d.ts +2 -2
- package/dist/model/generation/WindGeneratingUnit.js +15 -14
- package/dist/model/generation/WindGeneratingUnit.js.map +1 -1
- package/dist/model/generic-data-set/ChangeSet.d.ts +4 -4
- package/dist/model/generic-data-set/ChangeSet.js +26 -27
- package/dist/model/generic-data-set/ChangeSet.js.map +1 -1
- package/dist/model/generic-data-set/ChangeSetMember.d.ts +5 -5
- package/dist/model/generic-data-set/ChangeSetMember.js +20 -6
- package/dist/model/generic-data-set/ChangeSetMember.js.map +1 -1
- package/dist/model/generic-data-set/DataSet.d.ts +3 -3
- package/dist/model/generic-data-set/DataSet.js +10 -1
- package/dist/model/generic-data-set/DataSet.js.map +1 -1
- package/dist/model/generic-data-set/InstanceSet.d.ts +3 -3
- package/dist/model/generic-data-set/InstanceSet.js +3 -3
- package/dist/model/generic-data-set/InstanceSet.js.map +1 -1
- package/dist/model/generic-data-set/ObjectCreation.d.ts +2 -2
- package/dist/model/generic-data-set/ObjectCreation.js +26 -27
- package/dist/model/generic-data-set/ObjectCreation.js.map +1 -1
- package/dist/model/generic-data-set/ObjectDeletion.d.ts +2 -2
- package/dist/model/generic-data-set/ObjectDeletion.js +26 -27
- package/dist/model/generic-data-set/ObjectDeletion.js.map +1 -1
- package/dist/model/generic-data-set/ObjectModification.d.ts +3 -3
- package/dist/model/generic-data-set/ObjectModification.js +32 -32
- package/dist/model/generic-data-set/ObjectModification.js.map +1 -1
- package/dist/model/generic-data-set/ObjectReverseModification.d.ts +3 -3
- package/dist/model/generic-data-set/ObjectReverseModification.js +27 -27
- package/dist/model/generic-data-set/ObjectReverseModification.js.map +1 -1
- package/dist/model/loadmodel/ConformLoad.d.ts +3 -3
- package/dist/model/loadmodel/ConformLoad.js +8 -6
- package/dist/model/loadmodel/ConformLoad.js.map +1 -1
- package/dist/model/loadmodel/ConformLoadGroup.d.ts +1 -1
- package/dist/model/loadmodel/ConformLoadGroup.js +6 -6
- package/dist/model/loadmodel/ConformLoadGroup.js.map +1 -1
- package/dist/model/loadmodel/EnergyArea.d.ts +1 -1
- package/dist/model/loadmodel/EnergyArea.js +1 -1
- package/dist/model/loadmodel/LoadArea.d.ts +2 -2
- package/dist/model/loadmodel/LoadArea.js +7 -7
- package/dist/model/loadmodel/LoadArea.js.map +1 -1
- package/dist/model/loadmodel/LoadGroup.d.ts +2 -2
- package/dist/model/loadmodel/LoadGroup.js +5 -3
- package/dist/model/loadmodel/LoadGroup.js.map +1 -1
- package/dist/model/loadmodel/SubLoadArea.d.ts +3 -3
- package/dist/model/loadmodel/SubLoadArea.js +9 -7
- package/dist/model/loadmodel/SubLoadArea.js.map +1 -1
- package/dist/model/meas/Analog.d.ts +1 -1
- package/dist/model/meas/Analog.js +5 -1
- package/dist/model/meas/Analog.js.map +1 -1
- package/dist/model/meas/Measurement.d.ts +2 -2
- package/dist/model/meas/Measurement.js +5 -1
- package/dist/model/meas/Measurement.js.map +1 -1
- package/dist/model/model-description/FullModel.d.ts +2 -2
- package/dist/model/model-description/FullModel.js +2 -3
- package/dist/model/model-description/FullModel.js.map +1 -1
- package/dist/model/model-description/Model.d.ts +1 -1
- package/dist/model/model-description/Model.js +37 -31
- package/dist/model/model-description/Model.js.map +1 -1
- package/dist/model/model-operations/DatasetArg.d.ts +2 -2
- package/dist/model/model-operations/DatasetArg.js +2 -1
- package/dist/model/model-operations/DatasetArg.js.map +1 -1
- package/dist/model/model-operations/IncrementalDatasetArg.d.ts +4 -4
- package/dist/model/model-operations/IncrementalDatasetArg.js +32 -29
- package/dist/model/model-operations/IncrementalDatasetArg.js.map +1 -1
- package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +3 -3
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js +23 -24
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js.map +1 -1
- package/dist/model/model-operations/ModelOperation.d.ts +4 -4
- package/dist/model/model-operations/ModelOperation.js +28 -26
- package/dist/model/model-operations/ModelOperation.js.map +1 -1
- package/dist/model/model-operations/ModelOperationArg.d.ts +3 -3
- package/dist/model/model-operations/ModelOperationArg.js +5 -2
- package/dist/model/model-operations/ModelOperationArg.js.map +1 -1
- package/dist/model/model-operations/ModelOperationArgDescription.d.ts +3 -3
- package/dist/model/model-operations/ModelOperationArgDescription.js +6 -2
- package/dist/model/model-operations/ModelOperationArgDescription.js.map +1 -1
- package/dist/model/model-operations/ModelOperationDescription.d.ts +4 -4
- package/dist/model/model-operations/ModelOperationDescription.js +24 -25
- package/dist/model/model-operations/ModelOperationDescription.js.map +1 -1
- package/dist/model/operationallimits/CurrentLimit.d.ts +4 -4
- package/dist/model/operationallimits/CurrentLimit.js +27 -27
- package/dist/model/operationallimits/CurrentLimit.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimit.d.ts +4 -4
- package/dist/model/operationallimits/OperationalLimit.js +8 -4
- package/dist/model/operationallimits/OperationalLimit.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimitSet.d.ts +5 -5
- package/dist/model/operationallimits/OperationalLimitSet.js +29 -25
- package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimitType.d.ts +5 -5
- package/dist/model/operationallimits/OperationalLimitType.js +25 -22
- package/dist/model/operationallimits/OperationalLimitType.js.map +1 -1
- package/dist/model/operationallimits/VoltageLimit.d.ts +1 -1
- package/dist/model/operationallimits/VoltageLimit.js +5 -3
- package/dist/model/operationallimits/VoltageLimit.js.map +1 -1
- package/dist/model/operations/ControlArea.d.ts +2 -2
- package/dist/model/operations/ControlArea.js +5 -8
- package/dist/model/operations/ControlArea.js.map +1 -1
- package/dist/model/operations/Outage.d.ts +6 -6
- package/dist/model/operations/Outage.js +10 -3
- package/dist/model/operations/Outage.js.map +1 -1
- package/dist/model/operations/SwitchAction.d.ts +5 -5
- package/dist/model/operations/SwitchAction.js +20 -18
- package/dist/model/operations/SwitchAction.js.map +1 -1
- package/dist/model/operations/SwitchingAction.d.ts +5 -5
- package/dist/model/operations/SwitchingAction.js +3 -1
- package/dist/model/operations/SwitchingAction.js.map +1 -1
- package/dist/model/operations/SwitchingPlan.d.ts +5 -5
- package/dist/model/operations/SwitchingPlan.js +20 -7
- package/dist/model/operations/SwitchingPlan.js.map +1 -1
- package/dist/model/operations/UnplannedOutage.d.ts +1 -1
- package/dist/model/operations/UnplannedOutage.js +1 -1
- package/dist/model/statevariables/StateVariable.js +1 -0
- package/dist/model/statevariables/StateVariable.js.map +1 -1
- package/dist/model/statevariables/SvPowerFlow.d.ts +5 -5
- package/dist/model/statevariables/SvPowerFlow.js +30 -27
- package/dist/model/statevariables/SvPowerFlow.js.map +1 -1
- package/dist/model/statevariables/SvStatus.d.ts +2 -2
- package/dist/model/statevariables/SvStatus.js +6 -4
- package/dist/model/statevariables/SvStatus.js.map +1 -1
- package/dist/model/statevariables/SvTapStep.d.ts +2 -2
- package/dist/model/statevariables/SvTapStep.js +6 -3
- package/dist/model/statevariables/SvTapStep.js.map +1 -1
- package/dist/model/statevariables/SvVoltage.d.ts +3 -3
- package/dist/model/statevariables/SvVoltage.js +27 -24
- package/dist/model/statevariables/SvVoltage.js.map +1 -1
- package/dist/model/topology/TopologicalIsland.d.ts +2 -2
- package/dist/model/topology/TopologicalIsland.js +23 -21
- package/dist/model/topology/TopologicalIsland.js.map +1 -1
- package/dist/model/topology/TopologicalNode.d.ts +10 -10
- package/dist/model/topology/TopologicalNode.js +40 -33
- package/dist/model/topology/TopologicalNode.js.map +1 -1
- package/dist/model/wires/ACLineSegment.d.ts +7 -7
- package/dist/model/wires/ACLineSegment.js +56 -49
- package/dist/model/wires/ACLineSegment.js.map +1 -1
- package/dist/model/wires/AsynchronousMachine.d.ts +3 -3
- package/dist/model/wires/AsynchronousMachine.js +15 -5
- package/dist/model/wires/AsynchronousMachine.js.map +1 -1
- package/dist/model/wires/Breaker.d.ts +2 -2
- package/dist/model/wires/Breaker.js +37 -38
- package/dist/model/wires/Breaker.js.map +1 -1
- package/dist/model/wires/BusbarSection.d.ts +2 -2
- package/dist/model/wires/BusbarSection.js +27 -27
- package/dist/model/wires/BusbarSection.js.map +1 -1
- package/dist/model/wires/Clamp.d.ts +1 -1
- package/dist/model/wires/Clamp.js +10 -10
- package/dist/model/wires/Clamp.js.map +1 -1
- package/dist/model/wires/CompositeSwitch.d.ts +1 -1
- package/dist/model/wires/CompositeSwitch.js +2 -1
- package/dist/model/wires/CompositeSwitch.js.map +1 -1
- package/dist/model/wires/Conductor.d.ts +3 -3
- package/dist/model/wires/Conductor.js +6 -5
- package/dist/model/wires/Conductor.js.map +1 -1
- package/dist/model/wires/Connector.d.ts +1 -1
- package/dist/model/wires/Connector.js +1 -1
- package/dist/model/wires/Cut.d.ts +1 -1
- package/dist/model/wires/Cut.js +1 -1
- package/dist/model/wires/Disconnector.d.ts +4 -4
- package/dist/model/wires/Disconnector.js +36 -37
- package/dist/model/wires/Disconnector.js.map +1 -1
- package/dist/model/wires/EarthFaultCompensator.d.ts +1 -1
- package/dist/model/wires/EarthFaultCompensator.js +4 -3
- package/dist/model/wires/EarthFaultCompensator.js.map +1 -1
- package/dist/model/wires/EnergyConnection.d.ts +1 -1
- package/dist/model/wires/EnergyConnection.js +1 -1
- package/dist/model/wires/EnergyConsumer.d.ts +7 -7
- package/dist/model/wires/EnergyConsumer.js +50 -42
- package/dist/model/wires/EnergyConsumer.js.map +1 -1
- package/dist/model/wires/EnergySource.d.ts +6 -6
- package/dist/model/wires/EnergySource.js +22 -11
- package/dist/model/wires/EnergySource.js.map +1 -1
- package/dist/model/wires/ExternalNetworkInjection.d.ts +8 -8
- package/dist/model/wires/ExternalNetworkInjection.js +72 -56
- package/dist/model/wires/ExternalNetworkInjection.js.map +1 -1
- package/dist/model/wires/Ground.d.ts +2 -2
- package/dist/model/wires/Ground.js +14 -14
- package/dist/model/wires/Ground.js.map +1 -1
- package/dist/model/wires/GroundDisconnector.d.ts +2 -2
- package/dist/model/wires/GroundDisconnector.js +14 -14
- package/dist/model/wires/GroundDisconnector.js.map +1 -1
- package/dist/model/wires/GroundingImpedance.d.ts +2 -2
- package/dist/model/wires/GroundingImpedance.js +4 -3
- package/dist/model/wires/GroundingImpedance.js.map +1 -1
- package/dist/model/wires/Jumper.d.ts +1 -1
- package/dist/model/wires/Jumper.js +1 -1
- package/dist/model/wires/Junction.d.ts +3 -3
- package/dist/model/wires/Junction.js +25 -26
- package/dist/model/wires/Junction.js.map +1 -1
- package/dist/model/wires/Line.d.ts +4 -4
- package/dist/model/wires/Line.js +34 -34
- package/dist/model/wires/Line.js.map +1 -1
- package/dist/model/wires/LinearShuntCompensator.d.ts +2 -2
- package/dist/model/wires/LinearShuntCompensator.js +11 -7
- package/dist/model/wires/LinearShuntCompensator.js.map +1 -1
- package/dist/model/wires/LoadBreakSwitch.d.ts +4 -4
- package/dist/model/wires/LoadBreakSwitch.js +34 -35
- package/dist/model/wires/LoadBreakSwitch.js.map +1 -1
- package/dist/model/wires/PetersenCoil.d.ts +4 -4
- package/dist/model/wires/PetersenCoil.js +41 -35
- package/dist/model/wires/PetersenCoil.js.map +1 -1
- package/dist/model/wires/PhaseTapChanger.d.ts +2 -2
- package/dist/model/wires/PhaseTapChanger.js +5 -3
- package/dist/model/wires/PhaseTapChanger.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerAsymmetrical.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerAsymmetrical.js +5 -4
- package/dist/model/wires/PhaseTapChangerAsymmetrical.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerLinear.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerLinear.js +7 -4
- package/dist/model/wires/PhaseTapChangerLinear.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerNonLinear.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerNonLinear.js +7 -4
- package/dist/model/wires/PhaseTapChangerNonLinear.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerSymmetrical.d.ts +1 -1
- package/dist/model/wires/PhaseTapChangerSymmetrical.js +3 -3
- package/dist/model/wires/PhaseTapChangerTable.d.ts +4 -4
- package/dist/model/wires/PhaseTapChangerTable.js +4 -3
- package/dist/model/wires/PhaseTapChangerTable.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerTablePoint.d.ts +3 -3
- package/dist/model/wires/PhaseTapChangerTablePoint.js +7 -4
- package/dist/model/wires/PhaseTapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerTabular.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerTabular.js +5 -3
- package/dist/model/wires/PhaseTapChangerTabular.js.map +1 -1
- package/dist/model/wires/Plant.d.ts +1 -1
- package/dist/model/wires/Plant.js +2 -2
- package/dist/model/wires/Plant.js.map +1 -1
- package/dist/model/wires/PowerTransformer.d.ts +7 -7
- package/dist/model/wires/PowerTransformer.js +39 -41
- package/dist/model/wires/PowerTransformer.js.map +1 -1
- package/dist/model/wires/PowerTransformerEnd.d.ts +5 -5
- package/dist/model/wires/PowerTransformerEnd.js +51 -49
- package/dist/model/wires/PowerTransformerEnd.js.map +1 -1
- package/dist/model/wires/ProtectedSwitch.d.ts +1 -1
- package/dist/model/wires/ProtectedSwitch.js +1 -1
- package/dist/model/wires/RatioTapChanger.d.ts +3 -3
- package/dist/model/wires/RatioTapChanger.js +9 -3
- package/dist/model/wires/RatioTapChanger.js.map +1 -1
- package/dist/model/wires/RatioTapChangerTable.d.ts +3 -3
- package/dist/model/wires/RatioTapChangerTable.js +4 -3
- package/dist/model/wires/RatioTapChangerTable.js.map +1 -1
- package/dist/model/wires/RatioTapChangerTablePoint.d.ts +2 -2
- package/dist/model/wires/RatioTapChangerTablePoint.js +5 -3
- package/dist/model/wires/RatioTapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/ReactiveCapabilityCurve.d.ts +2 -2
- package/dist/model/wires/ReactiveCapabilityCurve.js +4 -4
- package/dist/model/wires/ReactiveCapabilityCurve.js.map +1 -1
- package/dist/model/wires/Recloser.d.ts +1 -1
- package/dist/model/wires/Recloser.js +10 -10
- package/dist/model/wires/Recloser.js.map +1 -1
- package/dist/model/wires/RegulatingCondEq.d.ts +4 -4
- package/dist/model/wires/RegulatingCondEq.js +9 -6
- package/dist/model/wires/RegulatingCondEq.js.map +1 -1
- package/dist/model/wires/RegulatingControl.d.ts +7 -7
- package/dist/model/wires/RegulatingControl.js +51 -42
- package/dist/model/wires/RegulatingControl.js.map +1 -1
- package/dist/model/wires/RotatingMachine.d.ts +8 -8
- package/dist/model/wires/RotatingMachine.js +13 -5
- package/dist/model/wires/RotatingMachine.js.map +1 -1
- package/dist/model/wires/SeriesCompensator.d.ts +3 -3
- package/dist/model/wires/SeriesCompensator.js +51 -45
- package/dist/model/wires/SeriesCompensator.js.map +1 -1
- package/dist/model/wires/ShuntCompensator.d.ts +2 -2
- package/dist/model/wires/ShuntCompensator.js +13 -4
- package/dist/model/wires/ShuntCompensator.js.map +1 -1
- package/dist/model/wires/StaticVarCompensator.d.ts +3 -3
- package/dist/model/wires/StaticVarCompensator.js +11 -5
- package/dist/model/wires/StaticVarCompensator.js.map +1 -1
- package/dist/model/wires/Switch.d.ts +7 -7
- package/dist/model/wires/Switch.js +51 -48
- package/dist/model/wires/Switch.js.map +1 -1
- package/dist/model/wires/SynchronousMachine.d.ts +6 -6
- package/dist/model/wires/SynchronousMachine.js +92 -67
- package/dist/model/wires/SynchronousMachine.js.map +1 -1
- package/dist/model/wires/TapChanger.d.ts +4 -4
- package/dist/model/wires/TapChanger.js +17 -3
- package/dist/model/wires/TapChanger.js.map +1 -1
- package/dist/model/wires/TapChangerControl.d.ts +2 -2
- package/dist/model/wires/TapChangerControl.js +4 -4
- package/dist/model/wires/TapChangerControl.js.map +1 -1
- package/dist/model/wires/TapChangerTablePoint.d.ts +1 -1
- package/dist/model/wires/TapChangerTablePoint.js +10 -3
- package/dist/model/wires/TapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/TransformerEnd.d.ts +8 -8
- package/dist/model/wires/TransformerEnd.js +16 -4
- package/dist/model/wires/TransformerEnd.js.map +1 -1
- package/dist/model-container/model/AMPRIONModelContainer.d.ts +29 -29
- package/dist/model-container/model/AMPRIONModelContainer.js +25 -25
- package/dist/model-container/model/AMPRIONModelContainer.js.map +1 -1
- package/dist/model-container/model/EVModelContainer.d.ts +3 -3
- package/dist/model-container/model/EVModelContainer.js +1 -1
- package/dist/model-container/model/EVModelsContainer.d.ts +6 -6
- package/dist/model-container/model/EVModelsContainer.js +54 -39
- package/dist/model-container/model/EVModelsContainer.js.map +1 -1
- package/dist/model-container/model/INTEGRALModelContainer.d.ts +4 -4
- package/dist/model-container/model/INTEGRALModelContainer.js +4 -5
- package/dist/model-container/model/INTEGRALModelContainer.js.map +1 -1
- package/dist/model-container/model/ModelContainer.d.ts +114 -114
- package/dist/model-container/model/ModelContainer.js +199 -198
- package/dist/model-container/model/ModelContainer.js.map +1 -1
- package/dist/model-container/model/WNModelContainer.d.ts +4 -4
- package/dist/model-container/model/WNModelContainer.js +5 -8
- package/dist/model-container/model/WNModelContainer.js.map +1 -1
- package/dist/rdf/RdfBase.d.ts +2 -2
- package/dist/rdf/RdfBase.js +7 -3
- package/dist/rdf/RdfBase.js.map +1 -1
- package/dist/rdf/RdfClass.d.ts +4 -4
- package/dist/rdf/RdfClass.js +30 -34
- package/dist/rdf/RdfClass.js.map +1 -1
- package/dist/rdf/RdfEnum.d.ts +3 -3
- package/dist/rdf/RdfEnum.js +31 -29
- package/dist/rdf/RdfEnum.js.map +1 -1
- package/dist/rdf/RdfModel.d.ts +4 -4
- package/dist/rdf/RdfModel.js +5 -8
- package/dist/rdf/RdfModel.js.map +1 -1
- package/dist/rdf/RdfProperty.d.ts +4 -4
- package/dist/rdf/RdfProperty.js +46 -38
- package/dist/rdf/RdfProperty.js.map +1 -1
- package/dist/types/cim.types.d.ts +6 -6
- package/dist/util/collection/util-dot.d.ts +1 -1
- package/dist/util/collection/util-dot.js +1 -1
- package/dist/util/collection/util-excel.d.ts +1 -1
- package/dist/util/collection/util-excel.js +1 -2
- package/dist/util/collection/util-excel.js.map +1 -1
- package/dist/util/collection/util-graph.d.ts +4 -4
- package/dist/util/collection/util-graph.js +8 -8
- package/dist/util/collection/util-graph2tree.d.ts +9 -9
- package/dist/util/collection/util-graph2tree.js +18 -22
- package/dist/util/collection/util-graph2tree.js.map +1 -1
- package/dist/util/collection/util-tree.d.ts +1 -1
- package/dist/util/database/mysql-controller.js +7 -9
- package/dist/util/database/mysql-controller.js.map +1 -1
- package/dist/util/sparql/sparql-utils.d.ts +1 -1
- package/dist/util/sparql/sparql-utils.js +10 -10
- package/dist/util/sparql/sparql-utils.js.map +1 -1
- package/dist/util/util-create.d.ts +4 -4
- package/dist/util/util-create.js +3 -3
- package/dist/util/util-search.d.ts +2 -2
- package/dist/util/util-test.d.ts +2 -2
- package/dist/util/util-test.js +118 -137
- package/dist/util/util-test.js.map +1 -1
- package/dist/util/util-topology.d.ts +4 -4
- package/dist/util/util-topology.js +7 -7
- package/dist/util/utils.d.ts +2 -2
- package/dist/util/utils.js +10 -13
- package/dist/util/utils.js.map +1 -1
- package/dist/util/xml/xml.parser.d.ts +1 -1
- package/dist/util/xml/xml.parser.js +8 -2
- package/dist/util/xml/xml.parser.js.map +1 -1
- package/dist/util/xml/xml.serializer.d.ts +3 -3
- package/dist/util/xml/xml.serializer.js +4 -2
- package/dist/util/xml/xml.serializer.js.map +1 -1
- package/dist/utils2/cim-to-db.d.ts +4 -4
- package/dist/utils2/cim.model.utils.d.ts +3 -3
- package/dist/utils2/cim.model.utils.js +179 -188
- package/dist/utils2/cim.model.utils.js.map +1 -1
- package/dist/utils2/common.utils.d.ts +1 -1
- package/dist/utils2/common.utils.js +3 -3
- package/dist/utils2/common.utils.js.map +1 -1
- package/dist/utils2/contingency.util.d.ts +12 -0
- package/dist/utils2/contingency.util.js +19 -0
- package/dist/utils2/contingency.util.js.map +1 -0
- package/dist/utils2/fuseki.utils.d.ts +5 -5
- package/dist/utils2/fuseki.utils.js +17 -28
- package/dist/utils2/fuseki.utils.js.map +1 -1
- package/dist/utils2/import.utils.d.ts +3 -3
- package/dist/utils2/import.utils.js +31 -36
- package/dist/utils2/import.utils.js.map +1 -1
- package/dist/utils2/model.modification.utils.d.ts +13 -13
- package/dist/utils2/model.modification.utils.js +27 -23
- package/dist/utils2/model.modification.utils.js.map +1 -1
- package/dist/utils2/parser.utils.d.ts +3 -3
- package/dist/utils2/parser.utils.js +4 -4
- package/dist/utils2/parser.utils.js.map +1 -1
- package/dist/utils2/rdf.model.utils.d.ts +3 -3
- package/dist/utils2/rdf.model.utils.js +16 -20
- package/dist/utils2/rdf.model.utils.js.map +1 -1
- package/dist/utils2/sparql.utils.d.ts +3 -3
- package/dist/utils2/sparql.utils.js +19 -20
- package/dist/utils2/sparql.utils.js.map +1 -1
- package/package.json +9 -9
- package/dist/package.json +0 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetOrganisationRole } from '../../../assets/AssetOrganisationRole';
|
|
2
|
-
import { AMPRIONModelContainer } from '../../../../model-container/model/AMPRIONModelContainer';
|
|
1
|
+
import { AssetOrganisationRole } from '../../../assets/AssetOrganisationRole.js';
|
|
2
|
+
import { AMPRIONModelContainer } from '../../../../model-container/model/AMPRIONModelContainer.js';
|
|
3
3
|
export declare class AMPRIONServiceProvider extends AssetOrganisationRole {
|
|
4
4
|
protected constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
/** SPARQL */
|
|
@@ -1,31 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONServiceProvider = void 0;
|
|
4
|
-
const AssetOrganisationRole_1 = require("../../../assets/AssetOrganisationRole");
|
|
4
|
+
const AssetOrganisationRole_1 = require("../../../assets/AssetOrganisationRole.js");
|
|
5
5
|
class AMPRIONServiceProvider extends AssetOrganisationRole_1.AssetOrganisationRole {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
8
8
|
}
|
|
9
|
-
/** SPARQL
|
|
10
|
-
static
|
|
11
|
-
if (graphURI.length > 0) {
|
|
12
|
-
return AMPRIONServiceProvider.sparqlQuery.replace('<http://default/>', graphURI);
|
|
13
|
-
}
|
|
14
|
-
return AMPRIONServiceProvider.sparqlQuery;
|
|
15
|
-
}
|
|
16
|
-
/** Fuseki JSON Parser */
|
|
17
|
-
static resolveClassFusekiJSON(data, cimModel) {
|
|
18
|
-
var _a, _b;
|
|
19
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
20
|
-
const newClass = new AMPRIONServiceProvider();
|
|
21
|
-
newClass.resolveAttributesFusekiJSON(value);
|
|
22
|
-
cimModel.addServiceProvider(newClass);
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
exports.AMPRIONServiceProvider = AMPRIONServiceProvider;
|
|
27
|
-
/** SPARQL */
|
|
28
|
-
AMPRIONServiceProvider.sparqlQuery = `
|
|
9
|
+
/** SPARQL */
|
|
10
|
+
static sparqlQuery = `
|
|
29
11
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
30
12
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
31
13
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
@@ -49,4 +31,21 @@ AMPRIONServiceProvider.sparqlQuery = `
|
|
|
49
31
|
}
|
|
50
32
|
GROUP BY ?aoUUID ?baseIRI ?name ?description ?oUUID
|
|
51
33
|
`;
|
|
34
|
+
/** SPARQL/JSON */
|
|
35
|
+
static getQuerySPARQL(graphURI) {
|
|
36
|
+
if (graphURI.length > 0) {
|
|
37
|
+
return AMPRIONServiceProvider.sparqlQuery.replace('<http://default/>', graphURI);
|
|
38
|
+
}
|
|
39
|
+
return AMPRIONServiceProvider.sparqlQuery;
|
|
40
|
+
}
|
|
41
|
+
/** Fuseki JSON Parser */
|
|
42
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
43
|
+
data?.results?.bindings?.forEach((value) => {
|
|
44
|
+
const newClass = new AMPRIONServiceProvider();
|
|
45
|
+
newClass.resolveAttributesFusekiJSON(value);
|
|
46
|
+
cimModel.addServiceProvider(newClass);
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.AMPRIONServiceProvider = AMPRIONServiceProvider;
|
|
52
51
|
//# sourceMappingURL=AMPRIONServiceProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONServiceProvider.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONServiceProvider.ts"],"names":[],"mappings":";;;AAAA,iFAA8E;AAG9E,MAAa,sBAAuB,SAAQ,6CAAqB;IAC/D,YAAsB,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QAC1F,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC5C,CAAC;
|
|
1
|
+
{"version":3,"file":"AMPRIONServiceProvider.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONServiceProvider.ts"],"names":[],"mappings":";;;AAAA,iFAA8E;AAG9E,MAAa,sBAAuB,SAAQ,6CAAqB;IAC/D,YAAsB,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QAC1F,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC5C,CAAC;IAED,aAAa;IACN,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;;;KAuBjC,CAAC;IAEJ,kBAAkB;IACX,MAAM,CAAC,cAAc,CAAC,QAAgB;QAC3C,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,OAAO,sBAAsB,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SAClF;QACD,OAAO,sBAAsB,CAAC,WAAW,CAAC;IAC5C,CAAC;IAED,yBAAyB;IAClB,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAA+B;QAC7E,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC9C,MAAM,QAAQ,GAAG,IAAI,sBAAsB,EAAE,CAAC;YAC9C,QAAQ,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC5C,QAAQ,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;QACxC,CAAC,CAAC,CAAC;IACL,CAAC;;AA9CH,wDAgDC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AssetContainer } from '../../../assets/AssetContainer';
|
|
2
|
-
import { AMPRIONTower } from './AMPRIONTower';
|
|
3
|
-
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind";
|
|
4
|
-
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer";
|
|
5
|
-
import { AngleDegrees } from "../../../domain/AngleDegrees";
|
|
1
|
+
import { AssetContainer } from '../../../assets/AssetContainer.js';
|
|
2
|
+
import { AMPRIONTower } from './AMPRIONTower.js';
|
|
3
|
+
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind.js";
|
|
4
|
+
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer.js";
|
|
5
|
+
import { AngleDegrees } from "../../../domain/AngleDegrees.js";
|
|
6
6
|
export declare class AMPRIONSpanField extends AssetContainer {
|
|
7
7
|
rcmValue: number;
|
|
8
8
|
installationDate: string;
|
|
@@ -1,20 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONSpanField = void 0;
|
|
4
|
-
const AssetContainer_1 = require("../../../assets/AssetContainer");
|
|
5
|
-
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind");
|
|
6
|
-
const utils_1 = require("../../../../util/utils");
|
|
7
|
-
const AngleDegrees_1 = require("../../../domain/AngleDegrees");
|
|
8
|
-
const UnitMultiplier_1 = require("../../../domain/UnitMultiplier");
|
|
9
|
-
const UnitSymbol_1 = require("../../../domain/UnitSymbol");
|
|
4
|
+
const AssetContainer_1 = require("../../../assets/AssetContainer.js");
|
|
5
|
+
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind.js");
|
|
6
|
+
const utils_1 = require("../../../../util/utils.js");
|
|
7
|
+
const AngleDegrees_1 = require("../../../domain/AngleDegrees.js");
|
|
8
|
+
const UnitMultiplier_1 = require("../../../domain/UnitMultiplier.js");
|
|
9
|
+
const UnitSymbol_1 = require("../../../domain/UnitSymbol.js");
|
|
10
10
|
class AMPRIONSpanField extends AssetContainer_1.AssetContainer {
|
|
11
|
+
/* AMPRIONAsset-Attributes */
|
|
12
|
+
rcmValue;
|
|
13
|
+
installationDate;
|
|
14
|
+
number;
|
|
15
|
+
importance;
|
|
16
|
+
operatingLife;
|
|
17
|
+
exchangeYear;
|
|
18
|
+
condition;
|
|
19
|
+
ampStatus;
|
|
20
|
+
/* AMPRIONSpanField-Attributes*/
|
|
21
|
+
length;
|
|
22
|
+
lineAngle;
|
|
23
|
+
frontTower;
|
|
24
|
+
frontTowerUUID;
|
|
25
|
+
backTower;
|
|
26
|
+
backTowerUUID;
|
|
11
27
|
constructor(mrid, name, shortName, description) {
|
|
12
28
|
super(mrid, name, shortName, description);
|
|
13
29
|
}
|
|
14
30
|
/** resolveClassFusekiJSON */
|
|
15
31
|
static resolveClassFusekiJSON(data, cimModel) {
|
|
16
|
-
|
|
17
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
32
|
+
data?.results?.bindings?.forEach((value) => {
|
|
18
33
|
const newClass = new AMPRIONSpanField();
|
|
19
34
|
newClass.resolveAttributesFusekiJSON(value);
|
|
20
35
|
cimModel.addSpanField(newClass);
|
|
@@ -62,10 +77,8 @@ class AMPRIONSpanField extends AssetContainer_1.AssetContainer {
|
|
|
62
77
|
}
|
|
63
78
|
return AMPRIONSpanField.sparqlQuery;
|
|
64
79
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
/** SPARQL */
|
|
68
|
-
AMPRIONSpanField.sparqlQuery = `
|
|
80
|
+
/** SPARQL */
|
|
81
|
+
static sparqlQuery = `
|
|
69
82
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
70
83
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
71
84
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
@@ -115,4 +128,6 @@ AMPRIONSpanField.sparqlQuery = `
|
|
|
115
128
|
?length ?lineAngle ?frontTower ?backTower ?aContainerUUID
|
|
116
129
|
|
|
117
130
|
`;
|
|
131
|
+
}
|
|
132
|
+
exports.AMPRIONSpanField = AMPRIONSpanField;
|
|
118
133
|
//# sourceMappingURL=AMPRIONSpanField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONSpanField.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONSpanField.ts"],"names":[],"mappings":";;;AAAA,mEAA8D;AAE9D,mEAA8D;AAE9D,kDAA8E;AAC9E,+DAA0D;AAC1D,mEAA8D;AAC9D,2DAAsD;AAEtD,MAAa,gBAAiB,SAAQ,+BAAc;
|
|
1
|
+
{"version":3,"file":"AMPRIONSpanField.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONSpanField.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AMPRIONModelContainer } from '../../../../model-container/model/AMPRIONModelContainer';
|
|
2
|
-
import { IdentifiedObject } from '../../../core/IdentifiedObject';
|
|
3
|
-
import { AMPRIONCountry } from './AMPRIONCountry';
|
|
1
|
+
import { AMPRIONModelContainer } from '../../../../model-container/model/AMPRIONModelContainer.js';
|
|
2
|
+
import { IdentifiedObject } from '../../../core/IdentifiedObject.js';
|
|
3
|
+
import { AMPRIONCountry } from './AMPRIONCountry.js';
|
|
4
4
|
export declare class AMPRIONState extends IdentifiedObject {
|
|
5
5
|
country: AMPRIONCountry;
|
|
6
6
|
countryUUID: string;
|
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONState = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../../../core/IdentifiedObject");
|
|
5
|
-
const utils_1 = require("../../../../util/utils");
|
|
4
|
+
const IdentifiedObject_1 = require("../../../core/IdentifiedObject.js");
|
|
5
|
+
const utils_1 = require("../../../../util/utils.js");
|
|
6
6
|
class AMPRIONState extends IdentifiedObject_1.IdentifiedObject {
|
|
7
|
+
country;
|
|
8
|
+
countryUUID;
|
|
7
9
|
constructor(mrid, name, shortName, description) {
|
|
8
10
|
super(mrid, name, shortName, description);
|
|
9
11
|
}
|
|
12
|
+
/** SPARQL */
|
|
13
|
+
static sparqlQuery = `
|
|
14
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
15
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
16
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
17
|
+
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
18
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
19
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
20
|
+
|
|
21
|
+
SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
|
|
22
|
+
(CONCAT(STRBEFORE(str(?mrid), '#_'), '#_') AS ?baseIRI)
|
|
23
|
+
?name ?description
|
|
24
|
+
(strafter(strafter(str(?cUUID), '#'), '_') AS ?countryUUID)
|
|
25
|
+
|
|
26
|
+
WHERE {
|
|
27
|
+
GRAPH<http://default/> {
|
|
28
|
+
?mrid rdf:type amp:AMPRIONState .
|
|
29
|
+
OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
|
|
30
|
+
OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
|
|
31
|
+
OPTIONAL { ?mrid amp:AMPRIONState.Country ?cUUID .}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
10
35
|
/** SPARQL/JSON */
|
|
11
36
|
static getQuerySPARQL(graphURI) {
|
|
12
37
|
if (graphURI.length > 0) {
|
|
@@ -16,8 +41,7 @@ class AMPRIONState extends IdentifiedObject_1.IdentifiedObject {
|
|
|
16
41
|
}
|
|
17
42
|
/** Fuseki JSON Parser */
|
|
18
43
|
static resolveClassFusekiJSON(data, cimModel) {
|
|
19
|
-
|
|
20
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
44
|
+
data?.results?.bindings?.forEach((value) => {
|
|
21
45
|
const newClass = new AMPRIONState();
|
|
22
46
|
newClass.resolveAttributesFusekiJSON(value);
|
|
23
47
|
cimModel.addState(newClass);
|
|
@@ -28,34 +52,10 @@ class AMPRIONState extends IdentifiedObject_1.IdentifiedObject {
|
|
|
28
52
|
this.countryUUID = (0, utils_1.getValue)(value, 'countryUUID');
|
|
29
53
|
}
|
|
30
54
|
resolveParsedAssociations(cimModel) {
|
|
31
|
-
var _a;
|
|
32
55
|
super.resolveParsedAssociations(cimModel);
|
|
33
56
|
this.country = cimModel.countries.get(this.countryUUID);
|
|
34
|
-
|
|
57
|
+
this.country?.addState(this);
|
|
35
58
|
}
|
|
36
59
|
}
|
|
37
60
|
exports.AMPRIONState = AMPRIONState;
|
|
38
|
-
/** SPARQL */
|
|
39
|
-
AMPRIONState.sparqlQuery = `
|
|
40
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
41
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
42
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
43
|
-
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
44
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
45
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
46
|
-
|
|
47
|
-
SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
|
|
48
|
-
(CONCAT(STRBEFORE(str(?mrid), '#_'), '#_') AS ?baseIRI)
|
|
49
|
-
?name ?description
|
|
50
|
-
(strafter(strafter(str(?cUUID), '#'), '_') AS ?countryUUID)
|
|
51
|
-
|
|
52
|
-
WHERE {
|
|
53
|
-
GRAPH<http://default/> {
|
|
54
|
-
?mrid rdf:type amp:AMPRIONState .
|
|
55
|
-
OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
|
|
56
|
-
OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
|
|
57
|
-
OPTIONAL { ?mrid amp:AMPRIONState.Country ?cUUID .}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
`;
|
|
61
61
|
//# sourceMappingURL=AMPRIONState.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONState.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONState.ts"],"names":[],"mappings":";;;AACA,qEAAkE;AAElE,kDAAkD;AAElD,MAAa,YAAa,SAAQ,mCAAgB;
|
|
1
|
+
{"version":3,"file":"AMPRIONState.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONState.ts"],"names":[],"mappings":";;;AACA,qEAAkE;AAElE,kDAAkD;AAElD,MAAa,YAAa,SAAQ,mCAAgB;IAEhD,OAAO,CAAiB;IACxB,WAAW,CAAS;IAEpB,YAAsB,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QAC1F,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC5C,CAAC;IAED,aAAa;IACN,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;KAqBjC,CAAC;IAEJ,kBAAkB;IACX,MAAM,CAAC,cAAc,CAAC,QAAgB;QAC3C,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,OAAO,YAAY,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACxE;QACD,OAAO,YAAY,CAAC,WAAW,CAAC;IAClC,CAAC;IAED,yBAAyB;IAClB,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAA+B;QAC7E,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC9C,MAAM,QAAQ,GAAG,IAAI,YAAY,EAAE,CAAC;YACpC,QAAQ,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC5C,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC9B,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,2BAA2B,CAAC,KAAU;QAC3C,KAAK,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,WAAW,GAAG,IAAA,gBAAQ,EAAC,KAAK,EAAE,aAAa,CAAC,CAAC;IACpD,CAAC;IAEM,yBAAyB,CAAC,QAA+B;QAC9D,KAAK,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACxD,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;;AA3DH,oCA4DC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetOrganisationRole } from "../../../assets/AssetOrganisationRole";
|
|
2
|
-
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer";
|
|
1
|
+
import { AssetOrganisationRole } from "../../../assets/AssetOrganisationRole.js";
|
|
2
|
+
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer.js";
|
|
3
3
|
export declare class AMPRIONTeam extends AssetOrganisationRole {
|
|
4
4
|
protected constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
/** SPARQL */
|
|
@@ -1,31 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONTeam = void 0;
|
|
4
|
-
const AssetOrganisationRole_1 = require("../../../assets/AssetOrganisationRole");
|
|
4
|
+
const AssetOrganisationRole_1 = require("../../../assets/AssetOrganisationRole.js");
|
|
5
5
|
class AMPRIONTeam extends AssetOrganisationRole_1.AssetOrganisationRole {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
8
8
|
}
|
|
9
|
-
/** SPARQL
|
|
10
|
-
static
|
|
11
|
-
if (graphURI.length > 0) {
|
|
12
|
-
return AMPRIONTeam.sparqlQuery.replace('<http://default/>', graphURI);
|
|
13
|
-
}
|
|
14
|
-
return AMPRIONTeam.sparqlQuery;
|
|
15
|
-
}
|
|
16
|
-
/** Fuseki JSON Parser */
|
|
17
|
-
static resolveClassFusekiJSON(data, cimModel) {
|
|
18
|
-
var _a, _b;
|
|
19
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
20
|
-
const newClass = new AMPRIONTeam();
|
|
21
|
-
newClass.resolveAttributesFusekiJSON(value);
|
|
22
|
-
cimModel.addTeam(newClass);
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
exports.AMPRIONTeam = AMPRIONTeam;
|
|
27
|
-
/** SPARQL */
|
|
28
|
-
AMPRIONTeam.sparqlQuery = `
|
|
9
|
+
/** SPARQL */
|
|
10
|
+
static sparqlQuery = `
|
|
29
11
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
30
12
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
31
13
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
@@ -50,4 +32,21 @@ AMPRIONTeam.sparqlQuery = `
|
|
|
50
32
|
}
|
|
51
33
|
GROUP BY ?aoUUID ?shortName ?baseIRI ?name ?description ?oUUID
|
|
52
34
|
`;
|
|
35
|
+
/** SPARQL/JSON */
|
|
36
|
+
static getQuerySPARQL(graphURI) {
|
|
37
|
+
if (graphURI.length > 0) {
|
|
38
|
+
return AMPRIONTeam.sparqlQuery.replace('<http://default/>', graphURI);
|
|
39
|
+
}
|
|
40
|
+
return AMPRIONTeam.sparqlQuery;
|
|
41
|
+
}
|
|
42
|
+
/** Fuseki JSON Parser */
|
|
43
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
44
|
+
data?.results?.bindings?.forEach((value) => {
|
|
45
|
+
const newClass = new AMPRIONTeam();
|
|
46
|
+
newClass.resolveAttributesFusekiJSON(value);
|
|
47
|
+
cimModel.addTeam(newClass);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AMPRIONTeam = AMPRIONTeam;
|
|
53
52
|
//# sourceMappingURL=AMPRIONTeam.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONTeam.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONTeam.ts"],"names":[],"mappings":";;;AAAA,iFAA4E;AAG5E,MAAa,WAAY,SAAQ,6CAAqB;IAClD,YAAsB,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QACxF,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC9C,CAAC;
|
|
1
|
+
{"version":3,"file":"AMPRIONTeam.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONTeam.ts"],"names":[],"mappings":";;;AAAA,iFAA4E;AAG5E,MAAa,WAAY,SAAQ,6CAAqB;IAClD,YAAsB,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QACxF,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC9C,CAAC;IAED,aAAa;IACN,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;;;;KAwBnC,CAAC;IAEF,kBAAkB;IACX,MAAM,CAAC,cAAc,CAAC,QAAgB;QACzC,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACrB,OAAO,WAAW,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACzE;QACD,OAAO,WAAW,CAAC,WAAW,CAAC;IACnC,CAAC;IAED,yBAAyB;IAClB,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAA+B;QAC3E,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC5C,MAAM,QAAQ,GAAG,IAAI,WAAW,EAAE,CAAC;YACnC,QAAQ,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC5C,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;IACP,CAAC;;AA/CL,kCAiDC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Structure } from '../../../assets/Structure';
|
|
2
|
-
import { AMPRIONStateTypeKind } from '../common/AMPRIONStateTypeKind';
|
|
3
|
-
import { AMPRIONSpanField } from './AMPRIONSpanField';
|
|
4
|
-
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind";
|
|
5
|
-
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer";
|
|
6
|
-
import { AMPRIONConstructionProject } from "../project/AMPRIONConstructionProject";
|
|
1
|
+
import { Structure } from '../../../assets/Structure.js';
|
|
2
|
+
import { AMPRIONStateTypeKind } from '../common/AMPRIONStateTypeKind.js';
|
|
3
|
+
import { AMPRIONSpanField } from './AMPRIONSpanField.js';
|
|
4
|
+
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind.js";
|
|
5
|
+
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer.js";
|
|
6
|
+
import { AMPRIONConstructionProject } from "../project/AMPRIONConstructionProject.js";
|
|
7
7
|
export declare class AMPRIONTower extends Structure {
|
|
8
8
|
rcmValue: number;
|
|
9
9
|
installationDate: string;
|
|
@@ -1,22 +1,39 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONTower = void 0;
|
|
4
|
-
const Structure_1 = require("../../../assets/Structure");
|
|
5
|
-
const AMPRIONStateTypeKind_1 = require("../common/AMPRIONStateTypeKind");
|
|
6
|
-
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind");
|
|
7
|
-
const utils_1 = require("../../../../util/utils");
|
|
8
|
-
const datatype_converter_1 = require("../../../../util/datatype-converter");
|
|
4
|
+
const Structure_1 = require("../../../assets/Structure.js");
|
|
5
|
+
const AMPRIONStateTypeKind_1 = require("../common/AMPRIONStateTypeKind.js");
|
|
6
|
+
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind.js");
|
|
7
|
+
const utils_1 = require("../../../../util/utils.js");
|
|
8
|
+
const datatype_converter_1 = require("../../../../util/datatype-converter.js");
|
|
9
9
|
class AMPRIONTower extends Structure_1.Structure {
|
|
10
|
+
rcmValue;
|
|
11
|
+
installationDate;
|
|
12
|
+
importance;
|
|
13
|
+
operatingLife;
|
|
14
|
+
exchangeYear;
|
|
15
|
+
number;
|
|
16
|
+
condition;
|
|
17
|
+
ampStatus;
|
|
18
|
+
isPortal;
|
|
19
|
+
foundation;
|
|
20
|
+
lastCoating;
|
|
21
|
+
reliability;
|
|
22
|
+
lastInspection;
|
|
23
|
+
corrosionProtection;
|
|
24
|
+
corrosion;
|
|
25
|
+
isCrossingTower;
|
|
26
|
+
nextInspection;
|
|
27
|
+
frontSpanField = []; // TODO
|
|
28
|
+
backSpanField = []; // TODO
|
|
29
|
+
constructionProjects = new Map();
|
|
30
|
+
constructionProjectUUIDs;
|
|
10
31
|
constructor(mrid, name, shortName, description) {
|
|
11
32
|
super(mrid, name, shortName, description);
|
|
12
|
-
this.frontSpanField = []; // TODO
|
|
13
|
-
this.backSpanField = []; // TODO
|
|
14
|
-
this.constructionProjects = new Map();
|
|
15
33
|
}
|
|
16
34
|
/** resolveClassFusekiJSON */
|
|
17
35
|
static resolveClassFusekiJSON(data, cimModel) {
|
|
18
|
-
|
|
19
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
36
|
+
data?.results?.bindings?.forEach((value) => {
|
|
20
37
|
const newClass = new AMPRIONTower();
|
|
21
38
|
newClass.resolveAttributesFusekiJSON(value);
|
|
22
39
|
cimModel.addTower(newClass);
|
|
@@ -49,7 +66,7 @@ class AMPRIONTower extends Structure_1.Structure {
|
|
|
49
66
|
this.frontSpanField.push(spanField);
|
|
50
67
|
}
|
|
51
68
|
else {
|
|
52
|
-
console.log(`FrontSpanField ${spanField
|
|
69
|
+
console.log(`FrontSpanField ${spanField?.mrid} Tower ${this.mrid} ist bereits vorhanden`);
|
|
53
70
|
}
|
|
54
71
|
}
|
|
55
72
|
addBackSpanField(spanField) {
|
|
@@ -57,7 +74,7 @@ class AMPRIONTower extends Structure_1.Structure {
|
|
|
57
74
|
this.backSpanField.push(spanField);
|
|
58
75
|
}
|
|
59
76
|
else {
|
|
60
|
-
console.log(`BackSpanField ${spanField
|
|
77
|
+
console.log(`BackSpanField ${spanField?.mrid} Tower ${this.mrid} ist bereits vorhanden`);
|
|
61
78
|
}
|
|
62
79
|
}
|
|
63
80
|
/** resolveParsedAssociations */
|
|
@@ -78,10 +95,8 @@ class AMPRIONTower extends Structure_1.Structure {
|
|
|
78
95
|
}
|
|
79
96
|
return AMPRIONTower.sparqlQuery;
|
|
80
97
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
/** SPARQL */
|
|
84
|
-
AMPRIONTower.sparqlQuery = `
|
|
98
|
+
/** SPARQL */
|
|
99
|
+
static sparqlQuery = `
|
|
85
100
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
86
101
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
87
102
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
@@ -133,4 +148,6 @@ AMPRIONTower.sparqlQuery = `
|
|
|
133
148
|
}
|
|
134
149
|
}
|
|
135
150
|
`;
|
|
151
|
+
}
|
|
152
|
+
exports.AMPRIONTower = AMPRIONTower;
|
|
136
153
|
//# sourceMappingURL=AMPRIONTower.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONTower.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONTower.ts"],"names":[],"mappings":";;;AAAA,yDAAsD;AACtD,yEAAsE;AAEtE,mEAA8D;AAG9D,kDAAqG;AACrG,4EAA8D;AAG9D,MAAa,YAAa,SAAQ,qBAAS;
|
|
1
|
+
{"version":3,"file":"AMPRIONTower.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONTower.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AssetContainer } from '../../../assets/AssetContainer';
|
|
2
|
-
import { PhaseCode } from '../../../core/PhaseCode';
|
|
3
|
-
import { AMPRIONWireLayoutKind } from '../common/AMPRIONWireLayoutKind';
|
|
4
|
-
import { AMPRIONWireOperatingTypeKind } from '../common/AMPRIONWireOperatingTypeKind';
|
|
5
|
-
import { AMPRIONWireIsolationTypeKind } from '../common/AMPRIONWireIsolationTypeKind';
|
|
6
|
-
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind";
|
|
7
|
-
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer";
|
|
1
|
+
import { AssetContainer } from '../../../assets/AssetContainer.js';
|
|
2
|
+
import { PhaseCode } from '../../../core/PhaseCode.js';
|
|
3
|
+
import { AMPRIONWireLayoutKind } from '../common/AMPRIONWireLayoutKind.js';
|
|
4
|
+
import { AMPRIONWireOperatingTypeKind } from '../common/AMPRIONWireOperatingTypeKind.js';
|
|
5
|
+
import { AMPRIONWireIsolationTypeKind } from '../common/AMPRIONWireIsolationTypeKind.js';
|
|
6
|
+
import { AMPRIONStatusTypeKind } from "./AMPRIONStatusTypeKind.js";
|
|
7
|
+
import { AMPRIONModelContainer } from "../../../../model-container/model/AMPRIONModelContainer.js";
|
|
8
8
|
export declare class AMPRIONWire extends AssetContainer {
|
|
9
9
|
rcmValue: number;
|
|
10
10
|
installationDate: string;
|
|
@@ -1,21 +1,45 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AMPRIONWire = void 0;
|
|
4
|
-
const AssetContainer_1 = require("../../../assets/AssetContainer");
|
|
5
|
-
const PhaseCode_1 = require("../../../core/PhaseCode");
|
|
6
|
-
const AMPRIONWireLayoutKind_1 = require("../common/AMPRIONWireLayoutKind");
|
|
7
|
-
const AMPRIONWireOperatingTypeKind_1 = require("../common/AMPRIONWireOperatingTypeKind");
|
|
8
|
-
const AMPRIONWireIsolationTypeKind_1 = require("../common/AMPRIONWireIsolationTypeKind");
|
|
9
|
-
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind");
|
|
10
|
-
const utils_1 = require("../../../../util/utils");
|
|
4
|
+
const AssetContainer_1 = require("../../../assets/AssetContainer.js");
|
|
5
|
+
const PhaseCode_1 = require("../../../core/PhaseCode.js");
|
|
6
|
+
const AMPRIONWireLayoutKind_1 = require("../common/AMPRIONWireLayoutKind.js");
|
|
7
|
+
const AMPRIONWireOperatingTypeKind_1 = require("../common/AMPRIONWireOperatingTypeKind.js");
|
|
8
|
+
const AMPRIONWireIsolationTypeKind_1 = require("../common/AMPRIONWireIsolationTypeKind.js");
|
|
9
|
+
const AMPRIONStatusTypeKind_1 = require("./AMPRIONStatusTypeKind.js");
|
|
10
|
+
const utils_1 = require("../../../../util/utils.js");
|
|
11
11
|
class AMPRIONWire extends AssetContainer_1.AssetContainer {
|
|
12
|
+
/* AMPRIONAsset-Attributes */
|
|
13
|
+
rcmValue;
|
|
14
|
+
installationDate;
|
|
15
|
+
number;
|
|
16
|
+
importance;
|
|
17
|
+
operatingLife;
|
|
18
|
+
exchangeYear;
|
|
19
|
+
condition;
|
|
20
|
+
ampStatus;
|
|
21
|
+
/* AMPRIONWire-Attributes */
|
|
22
|
+
absorptivity;
|
|
23
|
+
backConstructionPart;
|
|
24
|
+
backMountingPoint;
|
|
25
|
+
emissivity;
|
|
26
|
+
frontConstructionPart;
|
|
27
|
+
frontMountingPoint;
|
|
28
|
+
isolation;
|
|
29
|
+
layout;
|
|
30
|
+
maxOperatingTemperature;
|
|
31
|
+
operatingType;
|
|
32
|
+
phase;
|
|
33
|
+
phaseWireCount;
|
|
34
|
+
tension;
|
|
35
|
+
tensionReadjustment;
|
|
36
|
+
system;
|
|
12
37
|
constructor(mrid, name, shortName, description) {
|
|
13
38
|
super(mrid, name, shortName, description);
|
|
14
39
|
}
|
|
15
40
|
/** resolveClassFusekiJSON */
|
|
16
41
|
static resolveClassFusekiJSON(data, cimModel) {
|
|
17
|
-
|
|
18
|
-
(_b = (_a = data === null || data === void 0 ? void 0 : data.results) === null || _a === void 0 ? void 0 : _a.bindings) === null || _b === void 0 ? void 0 : _b.forEach((value) => {
|
|
42
|
+
data?.results?.bindings?.forEach((value) => {
|
|
19
43
|
const newClass = new AMPRIONWire();
|
|
20
44
|
newClass.resolveAttributesFusekiJSON(value);
|
|
21
45
|
cimModel.addWire(newClass);
|
|
@@ -65,10 +89,8 @@ class AMPRIONWire extends AssetContainer_1.AssetContainer {
|
|
|
65
89
|
}
|
|
66
90
|
return AMPRIONWire.sparqlQuery;
|
|
67
91
|
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
/** SPARQL */
|
|
71
|
-
AMPRIONWire.sparqlQuery = `
|
|
92
|
+
/** SPARQL */
|
|
93
|
+
static sparqlQuery = `
|
|
72
94
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
73
95
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
74
96
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
@@ -137,4 +159,6 @@ AMPRIONWire.sparqlQuery = `
|
|
|
137
159
|
?tensionReadjustment ?system ?absorptivity ?emissivity ?isolationEnum ?phaseEnum ?operatingTypeEnum
|
|
138
160
|
?layoutEnum ?aContainerUUID
|
|
139
161
|
`;
|
|
162
|
+
}
|
|
163
|
+
exports.AMPRIONWire = AMPRIONWire;
|
|
140
164
|
//# sourceMappingURL=AMPRIONWire.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AMPRIONWire.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONWire.ts"],"names":[],"mappings":";;;AAAA,mEAAgE;AAChE,uDAAoD;AACpD,2EAAwE;AACxE,yFAAsF;AACtF,yFAAsF;AACtF,mEAAgE;AAEhE,kDAAgF;AAEhF,MAAa,WAAY,SAAQ,+BAAc;
|
|
1
|
+
{"version":3,"file":"AMPRIONWire.js","sourceRoot":"","sources":["../../../../../src/model/extensions/amprion/assets/AMPRIONWire.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Bay } from '../../../core/Bay';
|
|
1
|
+
import { Bay } from '../../../core/Bay.js';
|
|
2
2
|
import XMLWriter from 'xml-writer';
|
|
3
|
-
import { ModelContainer } from '../../../../model-container/model/ModelContainer';
|
|
3
|
+
import { ModelContainer } from '../../../../model-container/model/ModelContainer.js';
|
|
4
4
|
export declare class AMPRIONBay extends Bay {
|
|
5
5
|
number: string;
|
|
6
6
|
locationID: string;
|