@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,34 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ObjectDeletion = void 0;
|
|
4
|
-
const ChangeSetMember_1 = require("./ChangeSetMember");
|
|
4
|
+
const ChangeSetMember_1 = require("./ChangeSetMember.js");
|
|
5
5
|
class ObjectDeletion extends ChangeSetMember_1.ChangeSetMember {
|
|
6
|
-
|
|
7
|
-
super(mrid, name, baseIRI);
|
|
8
|
-
}
|
|
9
|
-
static getQuerySPARQL(graphURI) {
|
|
10
|
-
if (graphURI.length > 0) {
|
|
11
|
-
return ObjectDeletion.sparqlQuery.replace('<http://default/>', graphURI);
|
|
12
|
-
}
|
|
13
|
-
return ObjectDeletion.sparqlQuery;
|
|
14
|
-
}
|
|
15
|
-
static resolveClassFusekiJSON(data, cimModel) {
|
|
16
|
-
var _a, _b;
|
|
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) => {
|
|
18
|
-
const object = new ObjectDeletion();
|
|
19
|
-
object.resolveAttributesFusekiJSON(value);
|
|
20
|
-
cimModel.addObjectDeletion(object);
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
resolveAttributesFusekiJSON(value) {
|
|
24
|
-
super.resolveAttributesFusekiJSON(value);
|
|
25
|
-
}
|
|
26
|
-
resolveParsedAssociations(cimModel) {
|
|
27
|
-
super.resolveParsedAssociations(cimModel);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.ObjectDeletion = ObjectDeletion;
|
|
31
|
-
ObjectDeletion.sparqlQuery = `
|
|
6
|
+
static sparqlQuery = `
|
|
32
7
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
33
8
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
34
9
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
@@ -57,4 +32,28 @@ ObjectDeletion.sparqlQuery = `
|
|
|
57
32
|
}
|
|
58
33
|
}
|
|
59
34
|
`;
|
|
35
|
+
constructor(mrid, name, baseIRI) {
|
|
36
|
+
super(mrid, name, baseIRI);
|
|
37
|
+
}
|
|
38
|
+
static getQuerySPARQL(graphURI) {
|
|
39
|
+
if (graphURI.length > 0) {
|
|
40
|
+
return ObjectDeletion.sparqlQuery.replace('<http://default/>', graphURI);
|
|
41
|
+
}
|
|
42
|
+
return ObjectDeletion.sparqlQuery;
|
|
43
|
+
}
|
|
44
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
45
|
+
data?.results?.bindings?.forEach((value) => {
|
|
46
|
+
const object = new ObjectDeletion();
|
|
47
|
+
object.resolveAttributesFusekiJSON(value);
|
|
48
|
+
cimModel.addObjectDeletion(object);
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
resolveAttributesFusekiJSON(value) {
|
|
52
|
+
super.resolveAttributesFusekiJSON(value);
|
|
53
|
+
}
|
|
54
|
+
resolveParsedAssociations(cimModel) {
|
|
55
|
+
super.resolveParsedAssociations(cimModel);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.ObjectDeletion = ObjectDeletion;
|
|
60
59
|
//# sourceMappingURL=ObjectDeletion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectDeletion.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectDeletion.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,MAAa,cAAe,SAAQ,iCAAe;
|
|
1
|
+
{"version":3,"file":"ObjectDeletion.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectDeletion.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,MAAa,cAAe,SAAQ,iCAAe;IAE1C,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4BjC,CAAC;IAEJ,YAAY,IAAa,EAAE,IAAa,EAAE,OAAgB;QACxD,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;IAC7B,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,QAAgB;QAC3C,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,OAAO,cAAc,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SAC1E;QACD,OAAO,cAAc,CAAC,WAAW,CAAC;IACpC,CAAC;IAEM,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAAwB;QACtE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC9C,MAAM,MAAM,GAAG,IAAI,cAAc,EAAE,CAAC;YACpC,MAAM,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC1C,QAAQ,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,2BAA2B,CAAC,KAAU;QAC3C,KAAK,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC;IACM,yBAAyB,CAAC,QAAwB;QACvD,KAAK,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;IAC5C,CAAC;;AAxDH,wCAyDC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeSetMember } from './ChangeSetMember';
|
|
2
|
-
import { ObjectReverseModification } from './ObjectReverseModification';
|
|
3
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { ChangeSetMember } from './ChangeSetMember.js';
|
|
2
|
+
import { ObjectReverseModification } from './ObjectReverseModification.js';
|
|
3
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
4
4
|
export declare class ObjectModification extends ChangeSetMember {
|
|
5
5
|
objectReverseModification: ObjectReverseModification;
|
|
6
6
|
objectReverseModificationUUID: string;
|
|
@@ -1,39 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ObjectModification = void 0;
|
|
4
|
-
const ChangeSetMember_1 = require("./ChangeSetMember");
|
|
5
|
-
const parser_utils_1 = require("../../utils2/parser.utils");
|
|
4
|
+
const ChangeSetMember_1 = require("./ChangeSetMember.js");
|
|
5
|
+
const parser_utils_1 = require("../../utils2/parser.utils.js");
|
|
6
6
|
class ObjectModification extends ChangeSetMember_1.ChangeSetMember {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
static getQuerySPARQL(graphURI) {
|
|
11
|
-
if (graphURI.length > 0) {
|
|
12
|
-
return ObjectModification.sparqlQuery.replace('<http://default/>', graphURI);
|
|
13
|
-
}
|
|
14
|
-
return ObjectModification.sparqlQuery;
|
|
15
|
-
}
|
|
16
|
-
static resolveClassFusekiJSON(data, cimModel) {
|
|
17
|
-
var _a, _b;
|
|
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) => {
|
|
19
|
-
const object = new ObjectModification();
|
|
20
|
-
object.resolveAttributesFusekiJSON(value);
|
|
21
|
-
cimModel.addObjectModification(object);
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
resolveAttributesFusekiJSON(value) {
|
|
25
|
-
super.resolveAttributesFusekiJSON(value);
|
|
26
|
-
this.objectReverseModificationUUID = parser_utils_1.ParserUtils.getValue(value, 'objectReverseModificationUUID');
|
|
27
|
-
}
|
|
28
|
-
resolveParsedAssociations(cimModel) {
|
|
29
|
-
var _a;
|
|
30
|
-
super.resolveParsedAssociations(cimModel);
|
|
31
|
-
this.objectReverseModification = cimModel.getObjectReverseModification(this.objectReverseModificationUUID);
|
|
32
|
-
(_a = this.objectReverseModification) === null || _a === void 0 ? void 0 : _a.addObjectModification(this);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.ObjectModification = ObjectModification;
|
|
36
|
-
ObjectModification.sparqlQuery = `
|
|
7
|
+
objectReverseModification;
|
|
8
|
+
objectReverseModificationUUID;
|
|
9
|
+
static sparqlQuery = `
|
|
37
10
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
38
11
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
39
12
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
@@ -64,4 +37,31 @@ ObjectModification.sparqlQuery = `
|
|
|
64
37
|
}
|
|
65
38
|
}
|
|
66
39
|
`;
|
|
40
|
+
constructor(mrid, name, baseIRI) {
|
|
41
|
+
super(mrid, name, baseIRI);
|
|
42
|
+
}
|
|
43
|
+
static getQuerySPARQL(graphURI) {
|
|
44
|
+
if (graphURI.length > 0) {
|
|
45
|
+
return ObjectModification.sparqlQuery.replace('<http://default/>', graphURI);
|
|
46
|
+
}
|
|
47
|
+
return ObjectModification.sparqlQuery;
|
|
48
|
+
}
|
|
49
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
50
|
+
data?.results?.bindings?.forEach((value) => {
|
|
51
|
+
const object = new ObjectModification();
|
|
52
|
+
object.resolveAttributesFusekiJSON(value);
|
|
53
|
+
cimModel.addObjectModification(object);
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
resolveAttributesFusekiJSON(value) {
|
|
57
|
+
super.resolveAttributesFusekiJSON(value);
|
|
58
|
+
this.objectReverseModificationUUID = parser_utils_1.ParserUtils.getValue(value, 'objectReverseModificationUUID');
|
|
59
|
+
}
|
|
60
|
+
resolveParsedAssociations(cimModel) {
|
|
61
|
+
super.resolveParsedAssociations(cimModel);
|
|
62
|
+
this.objectReverseModification = cimModel.getObjectReverseModification(this.objectReverseModificationUUID);
|
|
63
|
+
this.objectReverseModification?.addObjectModification(this);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.ObjectModification = ObjectModification;
|
|
67
67
|
//# sourceMappingURL=ObjectModification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,4DAAwD;AAExD,MAAa,kBAAmB,SAAQ,iCAAe;
|
|
1
|
+
{"version":3,"file":"ObjectModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAGpD,4DAAwD;AAExD,MAAa,kBAAmB,SAAQ,iCAAe;IAErD,yBAAyB,CAA4B;IACrD,6BAA6B,CAAS;IAC/B,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8BjC,CAAC;IAGJ,YAAY,IAAa,EAAE,IAAa,EAAE,OAAgB;QACxD,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;IAC7B,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,QAAgB;QAC3C,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,OAAO,kBAAkB,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SAC9E;QACD,OAAO,kBAAkB,CAAC,WAAW,CAAC;IACxC,CAAC;IAEM,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAAwB;QACtE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC9C,MAAM,MAAM,GAAG,IAAI,kBAAkB,EAAE,CAAC;YACxC,MAAM,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC1C,QAAQ,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,2BAA2B,CAAC,KAAU;QAC3C,KAAK,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,6BAA6B,GAAG,0BAAW,CAAC,QAAQ,CAAC,KAAK,EAAE,+BAA+B,CAAC,CAAC;IACpG,CAAC;IAEM,yBAAyB,CAAC,QAAwB;QACvD,KAAK,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;QAC1C,IAAI,CAAC,yBAAyB,GAAG,QAAQ,CAAC,4BAA4B,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;QAC3G,IAAI,CAAC,yBAAyB,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAjEH,gDAkEC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeSetMember } from './ChangeSetMember';
|
|
2
|
-
import { ObjectModification } from './ObjectModification';
|
|
3
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { ChangeSetMember } from './ChangeSetMember.js';
|
|
2
|
+
import { ObjectModification } from './ObjectModification.js';
|
|
3
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
4
4
|
export declare class ObjectReverseModification extends ChangeSetMember {
|
|
5
5
|
objectModification?: ObjectModification;
|
|
6
6
|
constructor(mrid?: string, name?: string, baseIRI?: string);
|
|
@@ -1,37 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ObjectReverseModification = void 0;
|
|
4
|
-
const ChangeSetMember_1 = require("./ChangeSetMember");
|
|
4
|
+
const ChangeSetMember_1 = require("./ChangeSetMember.js");
|
|
5
5
|
class ObjectReverseModification extends ChangeSetMember_1.ChangeSetMember {
|
|
6
|
+
objectModification;
|
|
6
7
|
constructor(mrid, name, baseIRI) {
|
|
7
8
|
super(mrid, name, baseIRI);
|
|
8
9
|
}
|
|
9
|
-
static
|
|
10
|
-
if (graphURI.length > 0) {
|
|
11
|
-
return ObjectReverseModification.sparqlQuery.replace('<http://default/>', graphURI);
|
|
12
|
-
}
|
|
13
|
-
return ObjectReverseModification.sparqlQuery;
|
|
14
|
-
}
|
|
15
|
-
static resolveClassFusekiJSON(data, cimModel) {
|
|
16
|
-
var _a, _b;
|
|
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) => {
|
|
18
|
-
const object = new ObjectReverseModification();
|
|
19
|
-
object.resolveAttributesFusekiJSON(value);
|
|
20
|
-
cimModel.addObjectReverseModification(object);
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
resolveAttributesFusekiJSON(value) {
|
|
24
|
-
super.resolveAttributesFusekiJSON(value);
|
|
25
|
-
}
|
|
26
|
-
resolveParsedAssociations(cimModel) {
|
|
27
|
-
super.resolveParsedAssociations(cimModel);
|
|
28
|
-
}
|
|
29
|
-
addObjectModification(objectModification) {
|
|
30
|
-
this.objectModification = objectModification;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
exports.ObjectReverseModification = ObjectReverseModification;
|
|
34
|
-
ObjectReverseModification.sparqlQuery = `
|
|
10
|
+
static sparqlQuery = `
|
|
35
11
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
36
12
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
37
13
|
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
@@ -58,4 +34,28 @@ ObjectReverseModification.sparqlQuery = `
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
`;
|
|
37
|
+
static getQuerySPARQL(graphURI) {
|
|
38
|
+
if (graphURI.length > 0) {
|
|
39
|
+
return ObjectReverseModification.sparqlQuery.replace('<http://default/>', graphURI);
|
|
40
|
+
}
|
|
41
|
+
return ObjectReverseModification.sparqlQuery;
|
|
42
|
+
}
|
|
43
|
+
static resolveClassFusekiJSON(data, cimModel) {
|
|
44
|
+
data?.results?.bindings?.forEach((value) => {
|
|
45
|
+
const object = new ObjectReverseModification();
|
|
46
|
+
object.resolveAttributesFusekiJSON(value);
|
|
47
|
+
cimModel.addObjectReverseModification(object);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
resolveAttributesFusekiJSON(value) {
|
|
51
|
+
super.resolveAttributesFusekiJSON(value);
|
|
52
|
+
}
|
|
53
|
+
resolveParsedAssociations(cimModel) {
|
|
54
|
+
super.resolveParsedAssociations(cimModel);
|
|
55
|
+
}
|
|
56
|
+
addObjectModification(objectModification) {
|
|
57
|
+
this.objectModification = objectModification;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.ObjectReverseModification = ObjectReverseModification;
|
|
61
61
|
//# sourceMappingURL=ObjectReverseModification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectReverseModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectReverseModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAIpD,MAAa,yBAA0B,SAAQ,iCAAe;
|
|
1
|
+
{"version":3,"file":"ObjectReverseModification.js","sourceRoot":"","sources":["../../../src/model/generic-data-set/ObjectReverseModification.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AAIpD,MAAa,yBAA0B,SAAQ,iCAAe;IAE5D,kBAAkB,CAAsB;IAExC,YAAY,IAAa,EAAE,IAAa,EAAE,OAAgB;QACxD,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;IAC7B,CAAC;IAEM,MAAM,CAAC,WAAW,GAAW;;;;;;;;;;;;;;;;;;;;;;;;;;KA0BjC,CAAC;IAEG,MAAM,CAAC,cAAc,CAAC,QAAgB;QAC3C,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,OAAO,yBAAyB,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;SACrF;QACD,OAAO,yBAAyB,CAAC,WAAW,CAAC;IAC/C,CAAC;IAEM,MAAM,CAAC,sBAAsB,CAAC,IAAS,EAAE,QAAwB;QACtE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAU,EAAE,EAAE;YAC9C,MAAM,MAAM,GAAG,IAAI,yBAAyB,EAAE,CAAC;YAC/C,MAAM,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;YAC1C,QAAQ,CAAC,4BAA4B,CAAC,MAAM,CAAC,CAAC;QAChD,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,2BAA2B,CAAC,KAAU;QAC3C,KAAK,CAAC,2BAA2B,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC;IACM,yBAAyB,CAAC,QAAwB;QACvD,KAAK,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;IAC5C,CAAC;IAEM,qBAAqB,CAAC,kBAAsC;QACjE,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;IAC/C,CAAC;;AA5DH,8DA6DC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EnergyConsumer } from '../wires/EnergyConsumer';
|
|
1
|
+
import { EnergyConsumer } from '../wires/EnergyConsumer.js';
|
|
2
2
|
import XMLWriter from 'xml-writer';
|
|
3
|
-
import { ConformLoadGroup } from './ConformLoadGroup';
|
|
4
|
-
import { IDefaultValuesConfig } from '../../converter/integral7/interface-i7/IDefaultValuesConfig';
|
|
3
|
+
import { ConformLoadGroup } from './ConformLoadGroup.js';
|
|
4
|
+
import { IDefaultValuesConfig } from '../../converter/integral7/interface-i7/IDefaultValuesConfig.js';
|
|
5
5
|
export declare class ConformLoad extends EnergyConsumer {
|
|
6
6
|
loadGroup: ConformLoadGroup;
|
|
7
7
|
loadGroupUUID: string;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConformLoad = void 0;
|
|
4
|
-
const EnergyConsumer_1 = require("../wires/EnergyConsumer");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const EnergyConsumer_1 = require("../wires/EnergyConsumer.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
7
7
|
class ConformLoad extends EnergyConsumer_1.EnergyConsumer {
|
|
8
|
+
loadGroup;
|
|
9
|
+
loadGroupUUID;
|
|
8
10
|
constructor(uuid, name, shortName, description) {
|
|
9
11
|
super(uuid, name, shortName, description);
|
|
10
12
|
}
|
|
@@ -37,9 +39,7 @@ class ConformLoad extends EnergyConsumer_1.EnergyConsumer {
|
|
|
37
39
|
this.description = `[${defaultValues}]`;
|
|
38
40
|
return defaultValues;
|
|
39
41
|
}
|
|
40
|
-
|
|
41
|
-
exports.ConformLoad = ConformLoad;
|
|
42
|
-
ConformLoad.sparqlQuery = `
|
|
42
|
+
static sparqlQuery = `
|
|
43
43
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
44
44
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
45
45
|
PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>
|
|
@@ -73,4 +73,6 @@ ConformLoad.sparqlQuery = `
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
GROUP BY ?econUUID ?baseIRI ?name ?shortName ?description ?aggregate ?p ?q ?ecUUID ?ptUUID ?lgUUID `;
|
|
76
|
+
}
|
|
77
|
+
exports.ConformLoad = ConformLoad;
|
|
76
78
|
//# sourceMappingURL=ConformLoad.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConformLoad.js","sourceRoot":"","sources":["../../../src/model/loadmodel/ConformLoad.ts"],"names":[],"mappings":";;;AAAA,4DAAuD;AACvD,qDAAgD;AAIhD,kEAAsE;AAEtE,MAAa,WAAY,SAAQ,+BAAc;
|
|
1
|
+
{"version":3,"file":"ConformLoad.js","sourceRoot":"","sources":["../../../src/model/loadmodel/ConformLoad.ts"],"names":[],"mappings":";;;AAAA,4DAAuD;AACvD,qDAAgD;AAIhD,kEAAsE;AAEtE,MAAa,WAAY,SAAQ,+BAAc;IAE7C,SAAS,CAAmB;IAC5B,aAAa,CAAS;IAEtB,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB;QAChF,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC5C,CAAC;IAGD,iCAAiC;IAC1B,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACnD,IAAG,OAAO,KAAK,iBAAO,CAAC,UAAU,IAAI,OAAO,KAAK,iBAAO,CAAC,WAAW,IAAI,OAAO,KAAK,iBAAO,CAAC,aAAa,EAAE;YACzG,MAAM,QAAQ,GAAI,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC5C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,IAAA,sCAAqB,EAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SACxB;IACH,CAAC;IAES,oBAAoB,CAAC,SAAoB,EAAE,OAAe;QAClE,KAAK,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAC/C,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/E,IAAI,IAAI,CAAC,aAAa,EAAE;gBACtB,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,uBAAuB,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;gBAC5F,IAAA,sCAAqB,EAAC,SAAS,EAAE,iBAAO,CAAC,SAAS,EAAE,GAAG,iBAAO,CAAC,eAAe,GAAG,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;gBACvG,SAAS,CAAC,UAAU,EAAE,CAAC;aACxB;SACF;IACH,CAAC;IAED,gCAAgC,CAAC,mBAAyC;QACxE,IAAI,aAAa,GAAG,KAAK,CAAC,gCAAgC,CAAC,mBAAmB,CAAC,CAAC;QAChF,IAAI,aAAa,CAAC,MAAM;YAAE,IAAI,CAAC,WAAW,GAAG,IAAI,aAAa,GAAG,CAAC;QAClE,OAAO,aAAa,CAAC;IACvB,CAAC;IAEM,MAAM,CAAC,WAAW,GAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGAiCkE,CAAC;;AA1E1G,kCA2EC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LoadGroup } from './LoadGroup';
|
|
1
|
+
import { LoadGroup } from './LoadGroup.js';
|
|
2
2
|
import XMLWriter from 'xml-writer';
|
|
3
3
|
export declare class ConformLoadGroup extends LoadGroup {
|
|
4
4
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConformLoadGroup = void 0;
|
|
4
|
-
const LoadGroup_1 = require("./LoadGroup");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const LoadGroup_1 = require("./LoadGroup.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
7
7
|
class ConformLoadGroup extends LoadGroup_1.LoadGroup {
|
|
8
8
|
constructor(mrid, name, shortName, description, baseIRI) {
|
|
9
9
|
super(mrid, name, shortName, description);
|
|
@@ -20,9 +20,7 @@ class ConformLoadGroup extends LoadGroup_1.LoadGroup {
|
|
|
20
20
|
xmlWriter.endElement();
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
exports.ConformLoadGroup = ConformLoadGroup;
|
|
25
|
-
ConformLoadGroup.sparqlQuery = `
|
|
23
|
+
static sparqlQuery = `
|
|
26
24
|
PREFIX cim:\t \t\t <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
27
25
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
28
26
|
PREFIX westnetzneplan:\t <http://westnetzneplan.de/CIM/Extensions#>
|
|
@@ -45,4 +43,6 @@ ConformLoadGroup.sparqlQuery = `
|
|
|
45
43
|
OPTIONAL{?MRID cim:LoadGroup.SubLoadArea ?slaUUID .}
|
|
46
44
|
}
|
|
47
45
|
}`;
|
|
46
|
+
}
|
|
47
|
+
exports.ConformLoadGroup = ConformLoadGroup;
|
|
48
48
|
//# sourceMappingURL=ConformLoadGroup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConformLoadGroup.js","sourceRoot":"","sources":["../../../src/model/loadmodel/ConformLoadGroup.ts"],"names":[],"mappings":";;;AAAA,2CAAsC;AAEtC,qDAAgD;AAChD,kEAAsE;AAEtE,MAAa,gBAAiB,SAAQ,qBAAS;IAE7C,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAEM,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACnD,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC3C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,IAAA,sCAAqB,EAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SACxB;IACH,CAAC
|
|
1
|
+
{"version":3,"file":"ConformLoadGroup.js","sourceRoot":"","sources":["../../../src/model/loadmodel/ConformLoadGroup.ts"],"names":[],"mappings":";;;AAAA,2CAAsC;AAEtC,qDAAgD;AAChD,kEAAsE;AAEtE,MAAa,gBAAiB,SAAQ,qBAAS;IAE7C,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAEM,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACnD,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC3C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,IAAA,sCAAqB,EAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SACxB;IACH,CAAC;IAEM,MAAM,CAAC,WAAW,GAAY;;;;;;;;;;;;;;;;;;;;;;UAsB7B,CAAC;;AAzCX,4CA0CC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnergyArea = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject.js");
|
|
5
5
|
class EnergyArea extends IdentifiedObject_1.IdentifiedObject {
|
|
6
6
|
}
|
|
7
7
|
exports.EnergyArea = EnergyArea;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EnergyArea } from './EnergyArea';
|
|
2
|
-
import { SubLoadArea } from './SubLoadArea';
|
|
1
|
+
import { EnergyArea } from './EnergyArea.js';
|
|
2
|
+
import { SubLoadArea } from './SubLoadArea.js';
|
|
3
3
|
import XMLWriter from 'xml-writer';
|
|
4
4
|
export declare class LoadArea extends EnergyArea {
|
|
5
5
|
subLoadAreas: Map<string, SubLoadArea>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LoadArea = void 0;
|
|
4
|
-
const EnergyArea_1 = require("./EnergyArea");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const EnergyArea_1 = require("./EnergyArea.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
7
7
|
class LoadArea extends EnergyArea_1.EnergyArea {
|
|
8
|
+
subLoadAreas = new Map();
|
|
8
9
|
constructor(mrid, name, shortName, description, baseIRI) {
|
|
9
10
|
super(mrid, name, shortName, description);
|
|
10
|
-
this.subLoadAreas = new Map();
|
|
11
11
|
this.baseIRI = baseIRI;
|
|
12
12
|
}
|
|
13
13
|
addSubLoadArea(subLoadArea) {
|
|
@@ -25,9 +25,7 @@ class LoadArea extends EnergyArea_1.EnergyArea {
|
|
|
25
25
|
xmlWriter.endElement();
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
exports.LoadArea = LoadArea;
|
|
30
|
-
LoadArea.sparqlQuery = `
|
|
28
|
+
static sparqlQuery = `
|
|
31
29
|
PREFIX cim:\t \t\t <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
32
30
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
33
31
|
PREFIX westnetzneplan:\t <http://westnetzneplan.de/CIM/Extensions#>
|
|
@@ -49,6 +47,8 @@ LoadArea.sparqlQuery = `
|
|
|
49
47
|
}
|
|
50
48
|
}
|
|
51
49
|
`;
|
|
50
|
+
}
|
|
51
|
+
exports.LoadArea = LoadArea;
|
|
52
52
|
/**
|
|
53
53
|
* <cim:LoadArea rdf:ID="_dd7efdb9-ad63-b9ef-8511-b0032fde2c19">
|
|
54
54
|
<cim:IdentifiedObject.name>Urbar - Trafo 11 _20 kV_ - _sl13</cim:IdentifiedObject.name>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadArea.js","sourceRoot":"","sources":["../../../src/model/loadmodel/LoadArea.ts"],"names":[],"mappings":";;;AAAA,6CAAwC;AAExC,qDAAgD;AAEhD,kEAAsE;AAEtE,MAAa,QAAS,SAAQ,uBAAU;
|
|
1
|
+
{"version":3,"file":"LoadArea.js","sourceRoot":"","sources":["../../../src/model/loadmodel/LoadArea.ts"],"names":[],"mappings":";;;AAAA,6CAAwC;AAExC,qDAAgD;AAEhD,kEAAsE;AAEtE,MAAa,QAAS,SAAQ,uBAAU;IAEtC,YAAY,GAA6B,IAAI,GAAG,EAAE,CAAC;IAEnD,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,cAAc,CAAC,WAAwB;QACrC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,WAAW,CAAC,OAAO,EAAE,EAAE,WAAW,CAAC,CAAC;IAC5D,CAAC;IAED,iCAAiC;IAC1B,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACnD,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC3C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,IAAA,sCAAqB,EAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SACxB;IACH,CAAC;IAEM,MAAM,CAAC,WAAW,GAAY;;;;;;;;;;;;;;;;;;;;;GAqBpC,CAAC;;AA/CJ,4BAgDC;AAED;;;;KAIK"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
-
import { SubLoadArea } from './SubLoadArea';
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject.js';
|
|
2
|
+
import { SubLoadArea } from './SubLoadArea.js';
|
|
3
3
|
import XMLWriter from 'xml-writer';
|
|
4
4
|
export declare class LoadGroup extends IdentifiedObject {
|
|
5
5
|
subLoadArea: SubLoadArea;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LoadGroup = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
7
7
|
class LoadGroup extends IdentifiedObject_1.IdentifiedObject {
|
|
8
|
+
subLoadArea;
|
|
9
|
+
subLoadAreaUUID;
|
|
8
10
|
toCIMXMLAssociations(xmlWriter, profile) {
|
|
9
11
|
super.toCIMXMLAssociations(xmlWriter, profile);
|
|
10
12
|
if (profile === rdf_xml_1.RDF_XML.PROFILE_EQ) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadGroup.js","sourceRoot":"","sources":["../../../src/model/loadmodel/LoadGroup.ts"],"names":[],"mappings":";;;AAAA,+DAA0D;AAE1D,qDAAgD;AAEhD,kEAAsE;AAEtE,MAAa,SAAU,SAAQ,mCAAgB;
|
|
1
|
+
{"version":3,"file":"LoadGroup.js","sourceRoot":"","sources":["../../../src/model/loadmodel/LoadGroup.ts"],"names":[],"mappings":";;;AAAA,+DAA0D;AAE1D,qDAAgD;AAEhD,kEAAsE;AAEtE,MAAa,SAAU,SAAQ,mCAAgB;IAE7C,WAAW,CAAc;IACzB,eAAe,CAAS;IAEd,oBAAoB,CAAC,SAAoB,EAAE,OAAe;QAClE,KAAK,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAC/C,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvF,IAAI,IAAI,CAAC,eAAe,EAAE;gBACxB,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,uBAAuB,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;gBAC5F,IAAA,sCAAqB,EAAC,SAAS,EAAE,iBAAO,CAAC,SAAS,EAAE,GAAG,iBAAO,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC,CAAC;gBACzG,SAAS,CAAC,UAAU,EAAE,CAAC;aACxB;SACF;IACH,CAAC;CAGF;AAlBD,8BAkBC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EnergyArea } from './EnergyArea';
|
|
2
|
-
import { LoadArea } from './LoadArea';
|
|
1
|
+
import { EnergyArea } from './EnergyArea.js';
|
|
2
|
+
import { LoadArea } from './LoadArea.js';
|
|
3
3
|
import XMLWriter from 'xml-writer';
|
|
4
|
-
import { LoadGroup } from './LoadGroup';
|
|
4
|
+
import { LoadGroup } from './LoadGroup.js';
|
|
5
5
|
export declare class SubLoadArea extends EnergyArea {
|
|
6
6
|
loadArea: LoadArea;
|
|
7
7
|
loadAreaUUID: string;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SubLoadArea = void 0;
|
|
4
|
-
const EnergyArea_1 = require("./EnergyArea");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const EnergyArea_1 = require("./EnergyArea.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
7
7
|
class SubLoadArea extends EnergyArea_1.EnergyArea {
|
|
8
|
+
loadArea;
|
|
9
|
+
loadAreaUUID;
|
|
10
|
+
loadGroups = new Map();
|
|
8
11
|
constructor(mrid, name, shortName, description, baseIRI) {
|
|
9
12
|
super(mrid, name, shortName, description);
|
|
10
|
-
this.loadGroups = new Map();
|
|
11
13
|
this.baseIRI = baseIRI;
|
|
12
14
|
}
|
|
13
15
|
addLoadGroup(loadGroup) {
|
|
@@ -36,9 +38,7 @@ class SubLoadArea extends EnergyArea_1.EnergyArea {
|
|
|
36
38
|
}
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
|
-
|
|
40
|
-
exports.SubLoadArea = SubLoadArea;
|
|
41
|
-
SubLoadArea.sparqlQuery = `
|
|
41
|
+
static sparqlQuery = `
|
|
42
42
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
43
43
|
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
44
44
|
PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>
|
|
@@ -61,6 +61,8 @@ SubLoadArea.sparqlQuery = `
|
|
|
61
61
|
OPTIONAL{?MRID cim:SubLoadArea.LoadArea ?laUUID .}
|
|
62
62
|
}
|
|
63
63
|
}`;
|
|
64
|
+
}
|
|
65
|
+
exports.SubLoadArea = SubLoadArea;
|
|
64
66
|
/**
|
|
65
67
|
* <cim:SubLoadArea rdf:ID="_dcf432e0-1fc2-f8d3-d332-7cc78553e0aa">
|
|
66
68
|
<cim:IdentifiedObject.name>Urbar - Trafo 11 _20 kV_ - _sl13</cim:IdentifiedObject.name>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubLoadArea.js","sourceRoot":"","sources":["../../../src/model/loadmodel/SubLoadArea.ts"],"names":[],"mappings":";;;AAAA,6CAAwC;AAExC,qDAAgD;AAGhD,kEAAsE;AAEtE,MAAa,WAAY,SAAQ,uBAAU;
|
|
1
|
+
{"version":3,"file":"SubLoadArea.js","sourceRoot":"","sources":["../../../src/model/loadmodel/SubLoadArea.ts"],"names":[],"mappings":";;;AAAA,6CAAwC;AAExC,qDAAgD;AAGhD,kEAAsE;AAEtE,MAAa,WAAY,SAAQ,uBAAU;IAEzC,QAAQ,CAAW;IACnB,YAAY,CAAS;IAErB,UAAU,GAA0B,IAAI,GAAG,EAAE,CAAC;IAE9C,YAAY,IAAa,EAAE,IAAa,EAAE,SAAkB,EAAE,WAAoB,EAAE,OAAgB;QAClG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,YAAY,CAAC,SAAoB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,OAAO,EAAE,EAAE,SAAS,CAAC,CAAC;IACtD,CAAC;IAED,iCAAiC;IAC1B,QAAQ,CAAC,SAAoB,EAAE,OAAe;QACnD,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAC3C,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YAChD,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;YAC1F,IAAA,sCAAqB,EAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAC9C,SAAS,CAAC,UAAU,EAAE,CAAC;SACxB;IACH,CAAC;IAES,oBAAoB,CAAC,SAAoB,EAAE,OAAe;QAClE,KAAK,CAAC,oBAAoB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAE/C,IAAI,OAAO,KAAK,iBAAO,CAAC,UAAU,EAAE;YAClC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YAC3E,IAAI,IAAI,CAAC,YAAY,EAAE;gBACrB,SAAS,CAAC,cAAc,CAAC,iBAAO,CAAC,aAAa,EAAE,sBAAsB,EAAE,iBAAO,CAAC,SAAS,CAAC,CAAC;gBAC3F,IAAA,sCAAqB,EAAC,SAAS,EAAE,iBAAO,CAAC,SAAS,EAAE,GAAG,iBAAO,CAAC,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;gBACtG,SAAS,CAAC,UAAU,EAAE,CAAC;aACxB;SACF;IACH,CAAC;IAEM,MAAM,CAAC,WAAW,GAAY;;;;;;;;;;;;;;;;;;;;;;UAsB7B,CAAC;;AAhEX,kCAiEC;AAED;;;;;KAKK"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Analog = void 0;
|
|
4
|
-
const Measurement_1 = require("./Measurement");
|
|
4
|
+
const Measurement_1 = require("./Measurement.js");
|
|
5
5
|
class Analog extends Measurement_1.Measurement {
|
|
6
|
+
maxValue;
|
|
7
|
+
minValue;
|
|
8
|
+
normalValue;
|
|
9
|
+
positiveFlowIn;
|
|
6
10
|
}
|
|
7
11
|
exports.Analog = Analog;
|
|
8
12
|
//# sourceMappingURL=Analog.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Analog.js","sourceRoot":"","sources":["../../../src/model/meas/Analog.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,MAAO,SAAQ,yBAAW;
|
|
1
|
+
{"version":3,"file":"Analog.js","sourceRoot":"","sources":["../../../src/model/meas/Analog.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,MAAO,SAAQ,yBAAW;IACrC,QAAQ,CAAS;IACjB,QAAQ,CAAS;IACjB,WAAW,CAAS;IACpB,cAAc,CAAU;CAEzB;AAND,wBAMC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
-
import { PhaseCode } from '../core/PhaseCode';
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject.js';
|
|
2
|
+
import { PhaseCode } from '../core/PhaseCode.js';
|
|
3
3
|
export declare class Measurement extends IdentifiedObject {
|
|
4
4
|
measurementType: string;
|
|
5
5
|
phases: PhaseCode;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Measurement = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject.js");
|
|
5
5
|
class Measurement extends IdentifiedObject_1.IdentifiedObject {
|
|
6
|
+
measurementType;
|
|
7
|
+
phases;
|
|
8
|
+
unitMultiplier;
|
|
9
|
+
unitSymbol;
|
|
6
10
|
}
|
|
7
11
|
exports.Measurement = Measurement;
|
|
8
12
|
//# sourceMappingURL=Measurement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Measurement.js","sourceRoot":"","sources":["../../../src/model/meas/Measurement.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAK5D,MAAa,WAAY,SAAQ,mCAAgB;
|
|
1
|
+
{"version":3,"file":"Measurement.js","sourceRoot":"","sources":["../../../src/model/meas/Measurement.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAK5D,MAAa,WAAY,SAAQ,mCAAgB;IAE/C,eAAe,CAAS;IACxB,MAAM,CAAY;IAClB,cAAc,CAAS;IACvB,UAAU,CAAS;CAEpB;AAPD,kCAOC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Model } from './Model';
|
|
2
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { Model } from './Model.js';
|
|
2
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
3
3
|
export declare class FullModel extends Model {
|
|
4
4
|
constructor();
|
|
5
5
|
static getQuerySPARQL(graphURI: string): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FullModel = void 0;
|
|
4
|
-
const Model_1 = require("./Model");
|
|
4
|
+
const Model_1 = require("./Model.js");
|
|
5
5
|
class FullModel extends Model_1.Model {
|
|
6
6
|
constructor() {
|
|
7
7
|
super();
|
|
@@ -13,8 +13,7 @@ class FullModel extends Model_1.Model {
|
|
|
13
13
|
return Model_1.Model.sparqlQuery;
|
|
14
14
|
}
|
|
15
15
|
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) => {
|
|
16
|
+
data?.results?.bindings?.forEach((value) => {
|
|
18
17
|
const newClass = new FullModel();
|
|
19
18
|
newClass.resolveAttributesFusekiJSON(value);
|
|
20
19
|
cimModel.addModel(newClass);
|