@enervance/insight-cim-model 0.0.68 → 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 +18 -18
- package/dist/config/load.confings.js +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +2 -2
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +4 -4
- package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +3 -3
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js +3 -3
- 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 +7 -1
- package/dist/constants/cim-asset-types.js.map +1 -1
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +2 -2
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +8 -8
- 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 +117 -117
- package/dist/converter/integral7/dl-convert/dl-converter-i7.d.ts +14 -14
- package/dist/converter/integral7/dl-convert/dl-converter-i7.js +17 -17
- 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 +5 -5
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.d.ts +3 -3
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js +3 -3
- package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +12 -12
- package/dist/converter/integral7/model/dl-utils/util-functions.js +7 -7
- package/dist/converter/integral7/model/integral/BaseClass.d.ts +2 -2
- package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +1 -1
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js +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 +1 -1
- package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js +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 +1 -1
- package/dist/converter/integral7/model/integral/Leitung.d.ts +4 -4
- package/dist/converter/integral7/model/integral/Leitung.js +4 -4
- package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +3 -3
- package/dist/converter/integral7/model/integral/LeitungNsg.js +1 -1
- package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +7 -7
- package/dist/converter/integral7/model/integral/Schaltanlage.js +2 -2
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +5 -5
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +1 -1
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +5 -5
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +1 -1
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +1 -1
- package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +7 -7
- package/dist/converter/integral7/model/integral/Schaltfeld.js +1 -1
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +1 -1
- package/dist/converter/integral7/model/integral/Standort.d.ts +5 -5
- package/dist/converter/integral7/model/integral/Standort.js +2 -2
- package/dist/converter/integral7/model/integral/StandortNsg.d.ts +4 -4
- package/dist/converter/integral7/model/integral/StandortNsg.js +1 -1
- package/dist/converter/integral7/model/integral/Trafo2w.d.ts +6 -6
- package/dist/converter/integral7/model/integral/Trafo2w.js +1 -1
- package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js +1 -1
- package/dist/converter/integral7/model/integral/Trafo3w.d.ts +3 -3
- package/dist/converter/integral7/model/integral/Trafo3w.js +1 -1
- package/dist/converter/integral7/model/integral/Trafo3wNsg.d.ts +2 -2
- package/dist/converter/integral7/model/integral/Trafo3wNsg.js +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 +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 +3 -3
- package/dist/data-structures/Settings.d.ts +1 -1
- package/dist/data-structures/graph/GraphObject.d.ts +2 -2
- package/dist/data-structures/graph/connections/connection.d.ts +2 -2
- package/dist/data-structures/graph/edges/GraphEdge.d.ts +3 -3
- package/dist/data-structures/graph/edges/GraphEdge.js +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 +4 -4
- 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 +1 -1
- package/dist/data-structures/tree/GraphTreeEdge.d.ts +4 -4
- package/dist/data-structures/tree/GraphTreeEdge.js +2 -2
- package/dist/data-structures/tree/GraphTreeNode.d.ts +3 -3
- package/dist/data-structures/tree/GraphTreeNode.js +1 -1
- package/dist/data-structures/tree/GraphTreeObject.d.ts +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 +19 -19
- package/dist/etl/etl-neplan/etl-neplan-feederline.d.ts +3 -3
- package/dist/etl/etl-neplan/etl-neplan-feederline.js +15 -15
- package/dist/etl/etl-neplan/etl-neplan-geo.d.ts +5 -5
- package/dist/etl/etl-neplan/etl-neplan-geo.js +9 -9
- package/dist/etl/etl-neplan/etl-neplan-util.d.ts +2 -2
- package/dist/etl/etl-neplan/etl-neplan-util.js +5 -5
- package/dist/etl/etl-neplan/etl-neplan.d.ts +2 -2
- package/dist/etl/etl-neplan/etl-neplan.js +3 -3
- package/dist/etl/etl-neplan/neplan-contingency-analysis.d.ts +8 -8
- package/dist/etl/etl-neplan/neplan-contingency-analysis.js +23 -23
- 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 +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 +2 -2
- 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/model/alternate-models/AlternateModel.d.ts +3 -3
- package/dist/model/alternate-models/AlternateModel.js +1 -1
- package/dist/model/alternate-models/AlternateModelGroup.d.ts +2 -2
- package/dist/model/alternate-models/AlternateModelGroup.js +1 -1
- package/dist/model/assetinfo/AssetInfo.d.ts +1 -1
- package/dist/model/assetinfo/AssetInfo.js +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 +1 -1
- package/dist/model/assetinfo/TapChangerInfo.d.ts +5 -5
- package/dist/model/assetinfo/TapChangerInfo.js +12 -12
- package/dist/model/assetinfo/TransformerEndInfo.d.ts +4 -4
- package/dist/model/assetinfo/TransformerEndInfo.js +6 -6
- package/dist/model/assetinfo/WireInfo.d.ts +1 -1
- package/dist/model/assetinfo/WireInfo.js +4 -4
- package/dist/model/assets/AggregateScore.d.ts +2 -2
- package/dist/model/assets/AggregateScore.js +1 -1
- package/dist/model/assets/Analytic.d.ts +5 -5
- package/dist/model/assets/Analytic.js +3 -3
- package/dist/model/assets/AnalyticScore.d.ts +3 -3
- package/dist/model/assets/AnalyticScore.js +2 -2
- package/dist/model/assets/Asset.d.ts +12 -12
- package/dist/model/assets/Asset.js +4 -4
- package/dist/model/assets/AssetContainer.d.ts +1 -1
- package/dist/model/assets/AssetContainer.js +1 -1
- package/dist/model/assets/AssetDeployment.d.ts +5 -5
- package/dist/model/assets/AssetDeployment.js +4 -4
- package/dist/model/assets/AssetHealthEvent.d.ts +2 -2
- package/dist/model/assets/AssetHealthEvent.js +1 -1
- package/dist/model/assets/AssetOrganisationRole.d.ts +3 -3
- package/dist/model/assets/AssetOrganisationRole.js +2 -2
- package/dist/model/assets/AssetOwner.d.ts +2 -2
- package/dist/model/assets/AssetOwner.js +1 -1
- package/dist/model/assets/AssetUser.d.ts +2 -2
- package/dist/model/assets/AssetUser.js +1 -1
- package/dist/model/assets/DeploymentDate.js +1 -1
- package/dist/model/assets/Facility.d.ts +3 -3
- package/dist/model/assets/Facility.js +2 -2
- package/dist/model/assets/HealthScore.d.ts +2 -2
- package/dist/model/assets/HealthScore.js +1 -1
- package/dist/model/assets/LifecycleDate.js +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 +1 -1
- package/dist/model/common/ActivityRecord.d.ts +4 -4
- package/dist/model/common/ActivityRecord.js +2 -2
- package/dist/model/common/CoordinateSystem.d.ts +1 -1
- package/dist/model/common/CoordinateSystem.js +4 -4
- package/dist/model/common/Document.d.ts +2 -2
- package/dist/model/common/Document.js +1 -1
- package/dist/model/common/Location.d.ts +3 -3
- package/dist/model/common/Location.js +3 -3
- package/dist/model/common/Organisation.d.ts +3 -3
- package/dist/model/common/Organisation.js +1 -1
- package/dist/model/common/OrganisationRole.d.ts +2 -2
- package/dist/model/common/OrganisationRole.js +2 -2
- package/dist/model/common/PositionPoint.d.ts +2 -2
- package/dist/model/common/PositionPoint.js +3 -3
- package/dist/model/common/Status.js +1 -1
- package/dist/model/core/ACDCTerminal.d.ts +5 -5
- package/dist/model/core/ACDCTerminal.js +6 -6
- package/dist/model/core/BaseVoltage.d.ts +3 -3
- package/dist/model/core/BaseVoltage.js +4 -4
- package/dist/model/core/Bay.d.ts +5 -5
- package/dist/model/core/Bay.js +4 -4
- package/dist/model/core/ConductingEquipment.d.ts +10 -10
- package/dist/model/core/ConductingEquipment.js +4 -4
- package/dist/model/core/ConnectivityNode.d.ts +11 -11
- package/dist/model/core/ConnectivityNode.js +9 -9
- package/dist/model/core/ConnectivityNodeContainer.d.ts +4 -4
- package/dist/model/core/ConnectivityNodeContainer.js +1 -1
- package/dist/model/core/Curve.d.ts +2 -2
- package/dist/model/core/Curve.js +2 -2
- package/dist/model/core/CurveData.d.ts +1 -1
- package/dist/model/core/CurveData.js +3 -3
- package/dist/model/core/Equipment.d.ts +7 -7
- package/dist/model/core/Equipment.js +9 -9
- package/dist/model/core/EquipmentContainer.d.ts +4 -4
- package/dist/model/core/EquipmentContainer.js +1 -1
- package/dist/model/core/Feeder.d.ts +4 -4
- package/dist/model/core/Feeder.js +4 -4
- package/dist/model/core/GeographicalRegion.d.ts +2 -2
- package/dist/model/core/GeographicalRegion.js +3 -3
- package/dist/model/core/IdentifiedObject.d.ts +12 -12
- package/dist/model/core/IdentifiedObject.js +5 -5
- package/dist/model/core/PSRType.d.ts +3 -3
- package/dist/model/core/PSRType.js +4 -4
- package/dist/model/core/PowerSystemResource.d.ts +6 -6
- package/dist/model/core/PowerSystemResource.js +4 -4
- package/dist/model/core/SubGeographicalRegion.d.ts +4 -4
- package/dist/model/core/SubGeographicalRegion.js +3 -3
- package/dist/model/core/Substation.d.ts +8 -8
- package/dist/model/core/Substation.js +3 -3
- package/dist/model/core/Terminal.d.ts +18 -18
- package/dist/model/core/Terminal.js +5 -5
- package/dist/model/core/VoltageLevel.d.ts +5 -5
- package/dist/model/core/VoltageLevel.js +5 -5
- package/dist/model/dc/ACDCConverter.d.ts +4 -4
- package/dist/model/dc/ACDCConverter.js +4 -4
- package/dist/model/dc/ACDCConverterDCTerminal.d.ts +3 -3
- package/dist/model/dc/ACDCConverterDCTerminal.js +3 -3
- package/dist/model/dc/CsConverter.d.ts +4 -4
- package/dist/model/dc/CsConverter.js +5 -5
- package/dist/model/dc/DCBaseTerminal.d.ts +2 -2
- package/dist/model/dc/DCBaseTerminal.js +3 -3
- package/dist/model/dc/DCConductingEquipment.d.ts +2 -2
- package/dist/model/dc/DCConductingEquipment.js +1 -1
- package/dist/model/dc/DCConverterUnit.d.ts +4 -4
- package/dist/model/dc/DCConverterUnit.js +4 -4
- package/dist/model/dc/DCEquipmentContainer.d.ts +2 -2
- package/dist/model/dc/DCEquipmentContainer.js +1 -1
- package/dist/model/dc/DCLine.d.ts +2 -2
- package/dist/model/dc/DCLine.js +3 -3
- package/dist/model/dc/DCLineSegment.d.ts +1 -1
- package/dist/model/dc/DCLineSegment.js +3 -3
- package/dist/model/dc/DCNode.d.ts +3 -3
- package/dist/model/dc/DCNode.js +3 -3
- package/dist/model/dc/DCTerminal.d.ts +2 -2
- package/dist/model/dc/DCTerminal.js +3 -3
- package/dist/model/dc/VsConverter.d.ts +4 -4
- package/dist/model/dc/VsConverter.js +6 -6
- package/dist/model/diagram/Diagram.d.ts +5 -5
- package/dist/model/diagram/Diagram.js +3 -3
- package/dist/model/diagram/DiagramObject.d.ts +5 -5
- package/dist/model/diagram/DiagramObject.js +5 -5
- package/dist/model/diagram/DiagramObjectPoint.d.ts +3 -3
- package/dist/model/diagram/DiagramObjectPoint.js +5 -5
- package/dist/model/diagram/DiagramStyle.d.ts +1 -1
- package/dist/model/diagram/DiagramStyle.js +4 -4
- package/dist/model/domain/ActivePower.d.ts +2 -2
- package/dist/model/domain/AngleDegrees.d.ts +2 -2
- package/dist/model/domain/ApparentPower.d.ts +2 -2
- package/dist/model/domain/Capacitance.d.ts +2 -2
- package/dist/model/domain/CapacitancePerLength.d.ts +2 -2
- package/dist/model/domain/ConductancePerLength.d.ts +2 -2
- package/dist/model/domain/CurrentFlow.d.ts +2 -2
- package/dist/model/domain/Reactance.d.ts +2 -2
- package/dist/model/domain/ReactancePerLength.d.ts +2 -2
- package/dist/model/domain/ReactivePower.d.ts +2 -2
- package/dist/model/domain/Resistance.d.ts +2 -2
- package/dist/model/domain/ResistancePerLength.d.ts +2 -2
- package/dist/model/domain/Voltage.d.ts +2 -2
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +4 -4
- package/dist/model/equivalents/EquivalentBranch.d.ts +3 -3
- package/dist/model/equivalents/EquivalentBranch.js +6 -6
- 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 +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.d.ts +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.d.ts +3 -3
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.d.ts +4 -4
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +3 -3
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.d.ts +5 -5
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +6 -6
- package/dist/model/extensions/amprion/assets/AMPRIONState.d.ts +3 -3
- package/dist/model/extensions/amprion/assets/AMPRIONState.js +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.d.ts +2 -2
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONTower.d.ts +6 -6
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js +5 -5
- package/dist/model/extensions/amprion/assets/AMPRIONWire.d.ts +7 -7
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js +7 -7
- package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +4 -4
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +3 -3
- package/dist/model/extensions/amprion/core/AMPRIONLine.d.ts +3 -3
- package/dist/model/extensions/amprion/core/AMPRIONLine.js +4 -4
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.d.ts +2 -2
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +5 -5
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +1 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +2 -2
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.d.ts +6 -6
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.d.ts +4 -4
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.d.ts +4 -4
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.d.ts +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.js +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.d.ts +3 -3
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.js +3 -3
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.d.ts +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js +2 -2
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.d.ts +4 -4
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +3 -3
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.d.ts +4 -4
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js +3 -3
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.d.ts +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js +3 -3
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.d.ts +4 -4
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +5 -5
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.d.ts +3 -3
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +4 -4
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.d.ts +2 -2
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +2 -2
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.d.ts +3 -3
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +4 -4
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.d.ts +2 -2
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +4 -4
- package/dist/model/extensions/enervance/assets/EVAnalytic.d.ts +2 -2
- package/dist/model/extensions/enervance/assets/EVAnalytic.js +2 -2
- package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +2 -2
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js +1 -1
- package/dist/model/extensions/enervance/assets/EVIndicator.d.ts +3 -3
- package/dist/model/extensions/enervance/assets/EVIndicator.js +3 -3
- package/dist/model/extensions/enervance/assets/EVWireObject.d.ts +5 -5
- package/dist/model/extensions/enervance/assets/EVWireObject.js +11 -11
- package/dist/model/extensions/enervance/core/EVTerminal.d.ts +5 -5
- package/dist/model/extensions/enervance/core/EVTerminal.js +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 +1 -1
- package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +5 -5
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js +3 -3
- package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +3 -3
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +4 -4
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +2 -2
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.d.ts +1 -1
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js +3 -3
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +1 -1
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +4 -4
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +1 -1
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +3 -3
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js +3 -3
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +3 -3
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +3 -3
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +8 -8
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.d.ts +2 -2
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +5 -5
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js +3 -3
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.d.ts +5 -5
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js +2 -2
- package/dist/model/extensions/neplan-westnetz/core/WNBay.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/core/WNBay.js +3 -3
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +15 -15
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +16 -16
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +5 -5
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +3 -3
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +2 -2
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +3 -3
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +3 -3
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js +3 -3
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +4 -4
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +3 -3
- 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 +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 +3 -3
- package/dist/model/generation/GeneratingUnit.d.ts +4 -4
- package/dist/model/generation/GeneratingUnit.js +4 -4
- package/dist/model/generation/HydroGeneratingUnit.d.ts +3 -3
- package/dist/model/generation/HydroGeneratingUnit.js +3 -3
- package/dist/model/generation/HydroPowerPlant.d.ts +3 -3
- package/dist/model/generation/HydroPowerPlant.js +1 -1
- package/dist/model/generation/HydroPump.d.ts +3 -3
- package/dist/model/generation/HydroPump.js +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 +3 -3
- package/dist/model/generation/WindGeneratingUnit.d.ts +2 -2
- package/dist/model/generation/WindGeneratingUnit.js +3 -3
- package/dist/model/generic-data-set/ChangeSet.d.ts +4 -4
- package/dist/model/generic-data-set/ChangeSet.js +1 -1
- package/dist/model/generic-data-set/ChangeSetMember.d.ts +5 -5
- package/dist/model/generic-data-set/ChangeSetMember.js +1 -1
- package/dist/model/generic-data-set/DataSet.d.ts +3 -3
- package/dist/model/generic-data-set/DataSet.js +1 -1
- package/dist/model/generic-data-set/InstanceSet.d.ts +3 -3
- package/dist/model/generic-data-set/InstanceSet.js +1 -1
- package/dist/model/generic-data-set/ObjectCreation.d.ts +2 -2
- package/dist/model/generic-data-set/ObjectCreation.js +1 -1
- package/dist/model/generic-data-set/ObjectDeletion.d.ts +2 -2
- package/dist/model/generic-data-set/ObjectDeletion.js +1 -1
- package/dist/model/generic-data-set/ObjectModification.d.ts +3 -3
- package/dist/model/generic-data-set/ObjectModification.js +2 -2
- package/dist/model/generic-data-set/ObjectReverseModification.d.ts +3 -3
- package/dist/model/generic-data-set/ObjectReverseModification.js +1 -1
- package/dist/model/loadmodel/ConformLoad.d.ts +3 -3
- package/dist/model/loadmodel/ConformLoad.js +3 -3
- package/dist/model/loadmodel/ConformLoadGroup.d.ts +1 -1
- package/dist/model/loadmodel/ConformLoadGroup.js +3 -3
- 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 +3 -3
- package/dist/model/loadmodel/LoadGroup.d.ts +2 -2
- package/dist/model/loadmodel/LoadGroup.js +3 -3
- package/dist/model/loadmodel/SubLoadArea.d.ts +3 -3
- package/dist/model/loadmodel/SubLoadArea.js +3 -3
- package/dist/model/meas/Analog.d.ts +1 -1
- package/dist/model/meas/Analog.js +1 -1
- package/dist/model/meas/Measurement.d.ts +2 -2
- package/dist/model/meas/Measurement.js +1 -1
- package/dist/model/model-description/FullModel.d.ts +2 -2
- package/dist/model/model-description/FullModel.js +1 -1
- package/dist/model/model-description/Model.d.ts +1 -1
- package/dist/model/model-description/Model.js +1 -1
- package/dist/model/model-operations/DatasetArg.d.ts +2 -2
- package/dist/model/model-operations/DatasetArg.js +1 -1
- package/dist/model/model-operations/IncrementalDatasetArg.d.ts +4 -4
- package/dist/model/model-operations/IncrementalDatasetArg.js +2 -2
- package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +3 -3
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js +1 -1
- package/dist/model/model-operations/ModelOperation.d.ts +4 -4
- package/dist/model/model-operations/ModelOperation.js +2 -2
- package/dist/model/model-operations/ModelOperationArg.d.ts +3 -3
- package/dist/model/model-operations/ModelOperationArg.js +2 -2
- package/dist/model/model-operations/ModelOperationArgDescription.d.ts +3 -3
- package/dist/model/model-operations/ModelOperationArgDescription.js +2 -2
- package/dist/model/model-operations/ModelOperationDescription.d.ts +4 -4
- package/dist/model/model-operations/ModelOperationDescription.js +1 -1
- package/dist/model/operationallimits/CurrentLimit.d.ts +4 -4
- package/dist/model/operationallimits/CurrentLimit.js +5 -5
- package/dist/model/operationallimits/OperationalLimit.d.ts +4 -4
- package/dist/model/operationallimits/OperationalLimit.js +4 -4
- package/dist/model/operationallimits/OperationalLimitSet.d.ts +5 -5
- package/dist/model/operationallimits/OperationalLimitSet.js +4 -4
- package/dist/model/operationallimits/OperationalLimitType.d.ts +5 -5
- package/dist/model/operationallimits/OperationalLimitType.js +3 -3
- package/dist/model/operationallimits/VoltageLimit.d.ts +1 -1
- package/dist/model/operationallimits/VoltageLimit.js +3 -3
- package/dist/model/operations/ControlArea.d.ts +2 -2
- package/dist/model/operations/ControlArea.js +4 -4
- package/dist/model/operations/Outage.d.ts +6 -6
- package/dist/model/operations/Outage.js +3 -3
- package/dist/model/operations/SwitchAction.d.ts +5 -5
- package/dist/model/operations/SwitchAction.js +3 -3
- package/dist/model/operations/SwitchingAction.d.ts +5 -5
- package/dist/model/operations/SwitchingAction.js +1 -1
- package/dist/model/operations/SwitchingPlan.d.ts +5 -5
- package/dist/model/operations/SwitchingPlan.js +2 -2
- package/dist/model/operations/UnplannedOutage.d.ts +1 -1
- package/dist/model/operations/UnplannedOutage.js +1 -1
- package/dist/model/statevariables/SvPowerFlow.d.ts +5 -5
- package/dist/model/statevariables/SvPowerFlow.js +3 -3
- package/dist/model/statevariables/SvStatus.d.ts +2 -2
- package/dist/model/statevariables/SvStatus.js +3 -3
- package/dist/model/statevariables/SvTapStep.d.ts +2 -2
- package/dist/model/statevariables/SvTapStep.js +3 -3
- package/dist/model/statevariables/SvVoltage.d.ts +3 -3
- package/dist/model/statevariables/SvVoltage.js +1 -1
- package/dist/model/topology/TopologicalIsland.d.ts +2 -2
- package/dist/model/topology/TopologicalIsland.js +1 -1
- package/dist/model/topology/TopologicalNode.d.ts +10 -10
- package/dist/model/topology/TopologicalNode.js +4 -4
- package/dist/model/wires/ACLineSegment.d.ts +7 -7
- package/dist/model/wires/ACLineSegment.js +5 -5
- package/dist/model/wires/AsynchronousMachine.d.ts +3 -3
- package/dist/model/wires/AsynchronousMachine.js +5 -5
- package/dist/model/wires/Breaker.d.ts +2 -2
- package/dist/model/wires/Breaker.js +3 -3
- package/dist/model/wires/BusbarSection.d.ts +2 -2
- package/dist/model/wires/BusbarSection.js +3 -3
- package/dist/model/wires/Clamp.d.ts +1 -1
- package/dist/model/wires/Clamp.js +1 -1
- package/dist/model/wires/CompositeSwitch.d.ts +1 -1
- package/dist/model/wires/CompositeSwitch.js +1 -1
- package/dist/model/wires/Conductor.d.ts +3 -3
- package/dist/model/wires/Conductor.js +5 -5
- 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 +3 -3
- package/dist/model/wires/EarthFaultCompensator.d.ts +1 -1
- package/dist/model/wires/EarthFaultCompensator.js +3 -3
- 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 +7 -7
- package/dist/model/wires/EnergySource.d.ts +6 -6
- package/dist/model/wires/EnergySource.js +6 -6
- package/dist/model/wires/ExternalNetworkInjection.d.ts +8 -8
- package/dist/model/wires/ExternalNetworkInjection.js +5 -5
- package/dist/model/wires/Ground.d.ts +2 -2
- package/dist/model/wires/Ground.js +1 -1
- package/dist/model/wires/GroundDisconnector.d.ts +2 -2
- package/dist/model/wires/GroundDisconnector.js +1 -1
- package/dist/model/wires/GroundingImpedance.d.ts +2 -2
- package/dist/model/wires/GroundingImpedance.js +3 -3
- 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 +3 -3
- package/dist/model/wires/Line.d.ts +4 -4
- package/dist/model/wires/Line.js +5 -5
- package/dist/model/wires/LinearShuntCompensator.d.ts +2 -2
- package/dist/model/wires/LinearShuntCompensator.js +4 -4
- package/dist/model/wires/LoadBreakSwitch.d.ts +4 -4
- package/dist/model/wires/LoadBreakSwitch.js +1 -1
- package/dist/model/wires/PetersenCoil.d.ts +4 -4
- package/dist/model/wires/PetersenCoil.js +4 -4
- package/dist/model/wires/PhaseTapChanger.d.ts +2 -2
- package/dist/model/wires/PhaseTapChanger.js +3 -3
- package/dist/model/wires/PhaseTapChangerAsymmetrical.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerAsymmetrical.js +4 -4
- package/dist/model/wires/PhaseTapChangerLinear.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerLinear.js +4 -4
- package/dist/model/wires/PhaseTapChangerNonLinear.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerNonLinear.js +4 -4
- 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 +2 -2
- package/dist/model/wires/PhaseTapChangerTablePoint.d.ts +3 -3
- package/dist/model/wires/PhaseTapChangerTablePoint.js +4 -4
- package/dist/model/wires/PhaseTapChangerTabular.d.ts +2 -2
- package/dist/model/wires/PhaseTapChangerTabular.js +3 -3
- package/dist/model/wires/Plant.d.ts +1 -1
- package/dist/model/wires/Plant.js +1 -1
- package/dist/model/wires/PowerTransformer.d.ts +7 -7
- package/dist/model/wires/PowerTransformer.js +5 -5
- package/dist/model/wires/PowerTransformerEnd.d.ts +5 -5
- package/dist/model/wires/PowerTransformerEnd.js +4 -4
- 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 +3 -3
- package/dist/model/wires/RatioTapChangerTable.d.ts +3 -3
- package/dist/model/wires/RatioTapChangerTable.js +2 -2
- package/dist/model/wires/RatioTapChangerTablePoint.d.ts +2 -2
- package/dist/model/wires/RatioTapChangerTablePoint.js +3 -3
- package/dist/model/wires/ReactiveCapabilityCurve.d.ts +2 -2
- package/dist/model/wires/ReactiveCapabilityCurve.js +3 -3
- package/dist/model/wires/Recloser.d.ts +1 -1
- package/dist/model/wires/Recloser.js +1 -1
- package/dist/model/wires/RegulatingCondEq.d.ts +4 -4
- package/dist/model/wires/RegulatingCondEq.js +6 -6
- package/dist/model/wires/RegulatingControl.d.ts +7 -7
- package/dist/model/wires/RegulatingControl.js +8 -8
- package/dist/model/wires/RotatingMachine.d.ts +8 -8
- package/dist/model/wires/RotatingMachine.js +5 -5
- package/dist/model/wires/SeriesCompensator.d.ts +3 -3
- package/dist/model/wires/SeriesCompensator.js +6 -6
- package/dist/model/wires/ShuntCompensator.d.ts +2 -2
- package/dist/model/wires/ShuntCompensator.js +4 -4
- package/dist/model/wires/StaticVarCompensator.d.ts +3 -3
- package/dist/model/wires/StaticVarCompensator.js +5 -5
- package/dist/model/wires/Switch.d.ts +7 -7
- package/dist/model/wires/Switch.js +5 -5
- package/dist/model/wires/SynchronousMachine.d.ts +6 -6
- package/dist/model/wires/SynchronousMachine.js +7 -7
- package/dist/model/wires/TapChanger.d.ts +4 -4
- package/dist/model/wires/TapChanger.js +3 -3
- package/dist/model/wires/TapChangerControl.d.ts +2 -2
- package/dist/model/wires/TapChangerControl.js +3 -3
- package/dist/model/wires/TapChangerTablePoint.d.ts +1 -1
- package/dist/model/wires/TapChangerTablePoint.js +3 -3
- package/dist/model/wires/TransformerEnd.d.ts +8 -8
- package/dist/model/wires/TransformerEnd.js +4 -4
- package/dist/model-container/model/AMPRIONModelContainer.d.ts +29 -29
- package/dist/model-container/model/AMPRIONModelContainer.js +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 +6 -6
- package/dist/model-container/model/INTEGRALModelContainer.d.ts +4 -4
- package/dist/model-container/model/INTEGRALModelContainer.js +1 -1
- package/dist/model-container/model/ModelContainer.d.ts +114 -114
- package/dist/model-container/model/ModelContainer.js +13 -13
- package/dist/model-container/model/WNModelContainer.d.ts +4 -4
- package/dist/model-container/model/WNModelContainer.js +4 -4
- package/dist/rdf/RdfBase.d.ts +2 -2
- package/dist/rdf/RdfBase.js +2 -2
- package/dist/rdf/RdfClass.d.ts +4 -4
- package/dist/rdf/RdfClass.js +2 -2
- package/dist/rdf/RdfEnum.d.ts +3 -3
- package/dist/rdf/RdfEnum.js +2 -2
- package/dist/rdf/RdfModel.d.ts +4 -4
- package/dist/rdf/RdfProperty.d.ts +4 -4
- package/dist/rdf/RdfProperty.js +3 -3
- 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-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 +7 -7
- package/dist/util/collection/util-tree.d.ts +1 -1
- package/dist/util/sparql/sparql-utils.d.ts +1 -1
- package/dist/util/sparql/sparql-utils.js +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 +2 -2
- 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 +3 -3
- package/dist/util/xml/xml.parser.d.ts +1 -1
- package/dist/util/xml/xml.parser.js +2 -2
- package/dist/util/xml/xml.serializer.d.ts +3 -3
- package/dist/util/xml/xml.serializer.js +2 -2
- 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 +134 -134
- package/dist/utils2/common.utils.d.ts +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 +1 -1
- package/dist/utils2/import.utils.d.ts +3 -3
- package/dist/utils2/import.utils.js +6 -6
- package/dist/utils2/model.modification.utils.d.ts +13 -13
- package/dist/utils2/model.modification.utils.js +11 -11
- package/dist/utils2/parser.utils.d.ts +3 -3
- package/dist/utils2/parser.utils.js +3 -3
- package/dist/utils2/rdf.model.utils.d.ts +3 -3
- package/dist/utils2/rdf.model.utils.js +5 -5
- package/dist/utils2/sparql.utils.d.ts +3 -3
- package/dist/utils2/sparql.utils.js +2 -2
- package/package.json +4 -2
- package/dist/package.json +0 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
-
import { AlternateModelGroup } from './AlternateModelGroup';
|
|
3
|
-
import { DataSet } from '../generic-data-set/DataSet';
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject.js';
|
|
2
|
+
import { AlternateModelGroup } from './AlternateModelGroup.js';
|
|
3
|
+
import { DataSet } from '../generic-data-set/DataSet.js';
|
|
4
4
|
export declare class AlternateModel extends IdentifiedObject {
|
|
5
5
|
alternateModelGroup: AlternateModelGroup;
|
|
6
6
|
dataSet: DataSet;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AlternateModel = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject.js");
|
|
5
5
|
class AlternateModel extends IdentifiedObject_1.IdentifiedObject {
|
|
6
6
|
alternateModelGroup;
|
|
7
7
|
dataSet;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IdentifiedObject } from '../core/IdentifiedObject';
|
|
2
|
-
import { AlternateModel } from './AlternateModel';
|
|
1
|
+
import { IdentifiedObject } from '../core/IdentifiedObject.js';
|
|
2
|
+
import { AlternateModel } from './AlternateModel.js';
|
|
3
3
|
export declare class AlternateModelGroup extends IdentifiedObject {
|
|
4
4
|
alternateModels: Set<AlternateModel>;
|
|
5
5
|
constructor(uuid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AlternateModelGroup = void 0;
|
|
4
|
-
const IdentifiedObject_1 = require("../core/IdentifiedObject");
|
|
4
|
+
const IdentifiedObject_1 = require("../core/IdentifiedObject.js");
|
|
5
5
|
class AlternateModelGroup extends IdentifiedObject_1.IdentifiedObject {
|
|
6
6
|
alternateModels = new Set();
|
|
7
7
|
constructor(uuid, name, shortName, description, baseIRI) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Asset, IdentifiedObject, PowerSystemResource } from '
|
|
1
|
+
import { Asset, IdentifiedObject, PowerSystemResource } from '../../index.js';
|
|
2
2
|
export declare class AssetInfo extends IdentifiedObject {
|
|
3
3
|
powerSystemResources: Map<string, PowerSystemResource>;
|
|
4
4
|
powerSystemResourceUUIDs: string[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetInfo = void 0;
|
|
4
|
-
const __1 = require("
|
|
4
|
+
const __1 = require("../../index.js");
|
|
5
5
|
class AssetInfo extends __1.IdentifiedObject {
|
|
6
6
|
// map uuid -> PowerSystemResource-Object
|
|
7
7
|
powerSystemResources = new Map();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CableInfo = void 0;
|
|
4
|
-
const WireInfo_1 = require("./WireInfo");
|
|
4
|
+
const WireInfo_1 = require("./WireInfo.js");
|
|
5
5
|
class CableInfo extends WireInfo_1.WireInfo {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OverheadWireInfo = void 0;
|
|
4
|
-
const WireInfo_1 = require("./WireInfo");
|
|
4
|
+
const WireInfo_1 = require("./WireInfo.js");
|
|
5
5
|
class OverheadWireInfo extends WireInfo_1.WireInfo {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AssetInfo } from './AssetInfo';
|
|
1
|
+
import { AssetInfo } from './AssetInfo.js';
|
|
2
2
|
import XMLWriter from 'xml-writer';
|
|
3
3
|
export declare class PowerTransformerInfo extends AssetInfo {
|
|
4
4
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PowerTransformerInfo = void 0;
|
|
4
|
-
const AssetInfo_1 = require("./AssetInfo");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const AssetInfo_1 = require("./AssetInfo.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 PowerTransformerInfo extends AssetInfo_1.AssetInfo {
|
|
8
8
|
constructor(mrid, name, shortName, description) {
|
|
9
9
|
super(mrid, name, shortName, description);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetInfo } from './AssetInfo';
|
|
2
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { AssetInfo } from './AssetInfo.js';
|
|
2
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
3
3
|
export declare class SwitchInfo extends AssetInfo {
|
|
4
4
|
constructor(uuid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
static sparqlQuery: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SwitchInfo = void 0;
|
|
4
|
-
const AssetInfo_1 = require("./AssetInfo");
|
|
4
|
+
const AssetInfo_1 = require("./AssetInfo.js");
|
|
5
5
|
class SwitchInfo extends AssetInfo_1.AssetInfo {
|
|
6
6
|
constructor(uuid, name, shortName, description) {
|
|
7
7
|
super(uuid, name, shortName, description);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AssetInfo } from './AssetInfo';
|
|
2
|
-
import { CurrentFlow } from '../domain/CurrentFlow';
|
|
3
|
-
import { Voltage } from "../domain/Voltage";
|
|
4
|
-
import { ApparentPower } from "../domain/ApparentPower";
|
|
5
|
-
import { AngleDegrees } from "../domain/AngleDegrees";
|
|
1
|
+
import { AssetInfo } from './AssetInfo.js';
|
|
2
|
+
import { CurrentFlow } from '../domain/CurrentFlow.js';
|
|
3
|
+
import { Voltage } from "../domain/Voltage.js";
|
|
4
|
+
import { ApparentPower } from "../domain/ApparentPower.js";
|
|
5
|
+
import { AngleDegrees } from "../domain/AngleDegrees.js";
|
|
6
6
|
import XMLWriter from 'xml-writer';
|
|
7
7
|
export declare class TapChangerInfo extends AssetInfo {
|
|
8
8
|
/** Highest possible tap step position, advance from neutral. */
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TapChangerInfo = void 0;
|
|
4
|
-
const AssetInfo_1 = require("./AssetInfo");
|
|
5
|
-
const CurrentFlow_1 = require("../domain/CurrentFlow");
|
|
6
|
-
const Voltage_1 = require("../domain/Voltage");
|
|
7
|
-
const ApparentPower_1 = require("../domain/ApparentPower");
|
|
8
|
-
const AngleDegrees_1 = require("../domain/AngleDegrees");
|
|
9
|
-
const utils_1 = require("../../util/utils");
|
|
10
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
11
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
12
|
-
const UnitMultiplier_1 = require("../domain/UnitMultiplier");
|
|
13
|
-
const UnitSymbol_1 = require("../domain/UnitSymbol");
|
|
14
|
-
const datatype_converter_1 = require("../../util/datatype-converter");
|
|
15
|
-
const xml_serializer_2 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const AssetInfo_1 = require("./AssetInfo.js");
|
|
5
|
+
const CurrentFlow_1 = require("../domain/CurrentFlow.js");
|
|
6
|
+
const Voltage_1 = require("../domain/Voltage.js");
|
|
7
|
+
const ApparentPower_1 = require("../domain/ApparentPower.js");
|
|
8
|
+
const AngleDegrees_1 = require("../domain/AngleDegrees.js");
|
|
9
|
+
const utils_1 = require("../../util/utils.js");
|
|
10
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
11
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
12
|
+
const UnitMultiplier_1 = require("../domain/UnitMultiplier.js");
|
|
13
|
+
const UnitSymbol_1 = require("../domain/UnitSymbol.js");
|
|
14
|
+
const datatype_converter_1 = require("../../util/datatype-converter.js");
|
|
15
|
+
const xml_serializer_2 = require("../../util/xml/xml.serializer.js");
|
|
16
16
|
class TapChangerInfo extends AssetInfo_1.AssetInfo {
|
|
17
17
|
/** Highest possible tap step position, advance from neutral. */
|
|
18
18
|
highStep;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AssetInfo } from './AssetInfo';
|
|
2
|
-
import { WindingConnection } from '../wires/WindingConnection';
|
|
3
|
-
import { ApparentPower } from '../domain/ApparentPower';
|
|
4
|
-
import { Voltage } from '
|
|
1
|
+
import { AssetInfo } from './AssetInfo.js';
|
|
2
|
+
import { WindingConnection } from '../wires/WindingConnection.js';
|
|
3
|
+
import { ApparentPower } from '../domain/ApparentPower.js';
|
|
4
|
+
import { Voltage } from '../../index.js';
|
|
5
5
|
import XMLWriter from 'xml-writer';
|
|
6
6
|
export declare class TransformerEndInfo extends AssetInfo {
|
|
7
7
|
connectionKind: WindingConnection;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TransformerEndInfo = void 0;
|
|
4
|
-
const AssetInfo_1 = require("./AssetInfo");
|
|
5
|
-
const ApparentPower_1 = require("../domain/ApparentPower");
|
|
6
|
-
const __1 = require("
|
|
7
|
-
const utils_1 = require("../../util/utils");
|
|
8
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
9
|
-
const xml_serializer_2 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const AssetInfo_1 = require("./AssetInfo.js");
|
|
5
|
+
const ApparentPower_1 = require("../domain/ApparentPower.js");
|
|
6
|
+
const __1 = require("../../index.js");
|
|
7
|
+
const utils_1 = require("../../util/utils.js");
|
|
8
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
9
|
+
const xml_serializer_2 = require("../../util/xml/xml.serializer.js");
|
|
10
10
|
class TransformerEndInfo extends AssetInfo_1.AssetInfo {
|
|
11
11
|
connectionKind;
|
|
12
12
|
endNumber;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WireInfo = void 0;
|
|
4
|
-
const AssetInfo_1 = require("./AssetInfo");
|
|
5
|
-
const rdf_xml_1 = require("../../constants/rdf-xml");
|
|
6
|
-
const utils_1 = require("../../util/utils");
|
|
7
|
-
const xml_serializer_1 = require("../../util/xml/xml.serializer");
|
|
4
|
+
const AssetInfo_1 = require("./AssetInfo.js");
|
|
5
|
+
const rdf_xml_1 = require("../../constants/rdf-xml.js");
|
|
6
|
+
const utils_1 = require("../../util/utils.js");
|
|
7
|
+
const xml_serializer_1 = require("../../util/xml/xml.serializer.js");
|
|
8
8
|
class WireInfo extends AssetInfo_1.AssetInfo {
|
|
9
9
|
sizeDescription; // Querschnitt
|
|
10
10
|
strandCount; // Anzahl der Adern
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnalyticScore } from './AnalyticScore';
|
|
2
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { AnalyticScore } from './AnalyticScore.js';
|
|
2
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
3
3
|
export declare class AggregateScore extends AnalyticScore {
|
|
4
4
|
private analyticScore;
|
|
5
5
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AggregateScore = void 0;
|
|
4
|
-
const AnalyticScore_1 = require("./AnalyticScore");
|
|
4
|
+
const AnalyticScore_1 = require("./AnalyticScore.js");
|
|
5
5
|
class AggregateScore extends AnalyticScore_1.AnalyticScore {
|
|
6
6
|
analyticScore = new Map();
|
|
7
7
|
constructor(mrid, name, shortName, description) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Document } from '../common/Document';
|
|
2
|
-
import { AnalyticKind } from './AnalyticKind';
|
|
3
|
-
import { Asset } from './Asset';
|
|
4
|
-
import { IAnalytic } from '../../interfaces/model/assets/IAnalytic';
|
|
5
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { Document } from '../common/Document.js';
|
|
2
|
+
import { AnalyticKind } from './AnalyticKind.js';
|
|
3
|
+
import { Asset } from './Asset.js';
|
|
4
|
+
import { IAnalytic } from '../../interfaces/model/assets/IAnalytic.js';
|
|
5
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
6
6
|
export declare class Analytic extends Document implements IAnalytic {
|
|
7
7
|
kind: AnalyticKind;
|
|
8
8
|
bestValue: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Analytic = void 0;
|
|
4
|
-
const Document_1 = require("../common/Document");
|
|
5
|
-
const AnalyticKind_1 = require("./AnalyticKind");
|
|
6
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const Document_1 = require("../common/Document.js");
|
|
5
|
+
const AnalyticKind_1 = require("./AnalyticKind.js");
|
|
6
|
+
const utils_1 = require("../../util/utils.js");
|
|
7
7
|
class Analytic extends Document_1.Document {
|
|
8
8
|
kind;
|
|
9
9
|
bestValue;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IdentifiedObject, ModelContainer } from '
|
|
2
|
-
import { Asset } from './Asset';
|
|
3
|
-
import { AggregateScore } from './AggregateScore';
|
|
1
|
+
import { IdentifiedObject, ModelContainer } from '../../index.js';
|
|
2
|
+
import { Asset } from './Asset.js';
|
|
3
|
+
import { AggregateScore } from './AggregateScore.js';
|
|
4
4
|
export declare class AnalyticScore extends IdentifiedObject {
|
|
5
5
|
value: number;
|
|
6
6
|
asset: Asset;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AnalyticScore = void 0;
|
|
4
|
-
const __1 = require("
|
|
5
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const __1 = require("../../index.js");
|
|
5
|
+
const utils_1 = require("../../util/utils.js");
|
|
6
6
|
class AnalyticScore extends __1.IdentifiedObject {
|
|
7
7
|
value;
|
|
8
8
|
asset;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { AssetInfo, AssetOwner, IdentifiedObject, ILocation, ModelContainer, PowerSystemResource, Status } from '
|
|
2
|
-
import { AssetContainer } from './AssetContainer';
|
|
3
|
-
import { AssetDeployment } from './AssetDeployment';
|
|
4
|
-
import { ActivityRecord } from '../common/ActivityRecord';
|
|
5
|
-
import { AssetOrganisationRole } from './AssetOrganisationRole';
|
|
6
|
-
import { AnalyticScore } from './AnalyticScore';
|
|
7
|
-
import { HealthScore } from './HealthScore';
|
|
8
|
-
import { LifecycleDate } from './LifecycleDate';
|
|
9
|
-
import { Analytic } from './Analytic';
|
|
10
|
-
import { AnalyticKind } from './AnalyticKind';
|
|
11
|
-
import { IAnalytic } from '../../interfaces/model/assets/IAnalytic';
|
|
12
|
-
import { IActivityRecord } from '../../interfaces/model/assets/IActivityRecord';
|
|
1
|
+
import { AssetInfo, AssetOwner, IdentifiedObject, ILocation, ModelContainer, PowerSystemResource, Status } from '../../index.js';
|
|
2
|
+
import { AssetContainer } from './AssetContainer.js';
|
|
3
|
+
import { AssetDeployment } from './AssetDeployment.js';
|
|
4
|
+
import { ActivityRecord } from '../common/ActivityRecord.js';
|
|
5
|
+
import { AssetOrganisationRole } from './AssetOrganisationRole.js';
|
|
6
|
+
import { AnalyticScore } from './AnalyticScore.js';
|
|
7
|
+
import { HealthScore } from './HealthScore.js';
|
|
8
|
+
import { LifecycleDate } from './LifecycleDate.js';
|
|
9
|
+
import { Analytic } from './Analytic.js';
|
|
10
|
+
import { AnalyticKind } from './AnalyticKind.js';
|
|
11
|
+
import { IAnalytic } from '../../interfaces/model/assets/IAnalytic.js';
|
|
12
|
+
import { IActivityRecord } from '../../interfaces/model/assets/IActivityRecord.js';
|
|
13
13
|
export declare class Asset extends IdentifiedObject {
|
|
14
14
|
static sparqlQuery: string;
|
|
15
15
|
type: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Asset = void 0;
|
|
4
|
-
const __1 = require("
|
|
5
|
-
const HealthScore_1 = require("./HealthScore");
|
|
6
|
-
const utils_1 = require("../../util/utils");
|
|
7
|
-
const LifecycleDate_1 = require("./LifecycleDate");
|
|
4
|
+
const __1 = require("../../index.js");
|
|
5
|
+
const HealthScore_1 = require("./HealthScore.js");
|
|
6
|
+
const utils_1 = require("../../util/utils.js");
|
|
7
|
+
const LifecycleDate_1 = require("./LifecycleDate.js");
|
|
8
8
|
class Asset extends __1.IdentifiedObject {
|
|
9
9
|
static sparqlQuery = `
|
|
10
10
|
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetContainer = void 0;
|
|
4
|
-
const Asset_1 = require("./Asset");
|
|
4
|
+
const Asset_1 = require("./Asset.js");
|
|
5
5
|
class AssetContainer extends Asset_1.Asset {
|
|
6
6
|
assets = new Map();
|
|
7
7
|
constructor(mrid, name, shortName, description) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseVoltage, IdentifiedObject, ModelContainer } from '
|
|
2
|
-
import { Asset } from './Asset';
|
|
3
|
-
import { DeploymentDate } from './DeploymentDate';
|
|
4
|
-
import { DeploymentStateKind } from './DeploymentStateKind';
|
|
5
|
-
import { TransformerApplicationKind } from './TransformerApplicationKind';
|
|
1
|
+
import { BaseVoltage, IdentifiedObject, ModelContainer } from '../../index.js';
|
|
2
|
+
import { Asset } from './Asset.js';
|
|
3
|
+
import { DeploymentDate } from './DeploymentDate.js';
|
|
4
|
+
import { DeploymentStateKind } from './DeploymentStateKind.js';
|
|
5
|
+
import { TransformerApplicationKind } from './TransformerApplicationKind.js';
|
|
6
6
|
export declare class AssetDeployment extends IdentifiedObject {
|
|
7
7
|
deploymentDate: DeploymentDate;
|
|
8
8
|
deploymentState: DeploymentStateKind;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetDeployment = void 0;
|
|
4
|
-
const __1 = require("
|
|
5
|
-
const DeploymentDate_1 = require("./DeploymentDate");
|
|
6
|
-
const DeploymentStateKind_1 = require("./DeploymentStateKind");
|
|
7
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const __1 = require("../../index.js");
|
|
5
|
+
const DeploymentDate_1 = require("./DeploymentDate.js");
|
|
6
|
+
const DeploymentStateKind_1 = require("./DeploymentStateKind.js");
|
|
7
|
+
const utils_1 = require("../../util/utils.js");
|
|
8
8
|
class AssetDeployment extends __1.IdentifiedObject {
|
|
9
9
|
deploymentDate;
|
|
10
10
|
deploymentState;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ActivityRecord } from '../common/ActivityRecord';
|
|
2
|
-
import { ModelContainer } from '
|
|
1
|
+
import { ActivityRecord } from '../common/ActivityRecord.js';
|
|
2
|
+
import { ModelContainer } from '../../index.js';
|
|
3
3
|
export declare class AssetHealthEvent extends ActivityRecord {
|
|
4
4
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
static sparqlQuery: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetHealthEvent = void 0;
|
|
4
|
-
const ActivityRecord_1 = require("../common/ActivityRecord");
|
|
4
|
+
const ActivityRecord_1 = require("../common/ActivityRecord.js");
|
|
5
5
|
class AssetHealthEvent extends ActivityRecord_1.ActivityRecord {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OrganisationRole } from '../common/OrganisationRole';
|
|
2
|
-
import { Asset } from './Asset';
|
|
3
|
-
import { ModelContainer } from '
|
|
1
|
+
import { OrganisationRole } from '../common/OrganisationRole.js';
|
|
2
|
+
import { Asset } from './Asset.js';
|
|
3
|
+
import { ModelContainer } from '../../index.js';
|
|
4
4
|
export declare class AssetOrganisationRole extends OrganisationRole {
|
|
5
5
|
assets: Map<string, Asset>;
|
|
6
6
|
assetUUIDs: string[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetOrganisationRole = void 0;
|
|
4
|
-
const OrganisationRole_1 = require("../common/OrganisationRole");
|
|
5
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const OrganisationRole_1 = require("../common/OrganisationRole.js");
|
|
5
|
+
const utils_1 = require("../../util/utils.js");
|
|
6
6
|
class AssetOrganisationRole extends OrganisationRole_1.OrganisationRole {
|
|
7
7
|
assets = new Map(); // für Parser
|
|
8
8
|
assetUUIDs = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetOrganisationRole } from './AssetOrganisationRole';
|
|
2
|
-
import { ModelContainer } from '
|
|
1
|
+
import { AssetOrganisationRole } from './AssetOrganisationRole.js';
|
|
2
|
+
import { ModelContainer } from '../../index.js';
|
|
3
3
|
export declare class AssetOwner extends AssetOrganisationRole {
|
|
4
4
|
protected constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
/** SPARQL */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetOwner = void 0;
|
|
4
|
-
const AssetOrganisationRole_1 = require("./AssetOrganisationRole");
|
|
4
|
+
const AssetOrganisationRole_1 = require("./AssetOrganisationRole.js");
|
|
5
5
|
class AssetOwner extends AssetOrganisationRole_1.AssetOrganisationRole {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetOrganisationRole } from './AssetOrganisationRole';
|
|
2
|
-
import { ModelContainer } from '../../model-container/model/ModelContainer';
|
|
1
|
+
import { AssetOrganisationRole } from './AssetOrganisationRole.js';
|
|
2
|
+
import { ModelContainer } from '../../model-container/model/ModelContainer.js';
|
|
3
3
|
export declare class AssetUser extends AssetOrganisationRole {
|
|
4
4
|
protected constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
5
5
|
/** SPARQL */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssetUser = void 0;
|
|
4
|
-
const AssetOrganisationRole_1 = require("./AssetOrganisationRole");
|
|
4
|
+
const AssetOrganisationRole_1 = require("./AssetOrganisationRole.js");
|
|
5
5
|
class AssetUser extends AssetOrganisationRole_1.AssetOrganisationRole {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeploymentDate = void 0;
|
|
4
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const utils_1 = require("../../util/utils.js");
|
|
5
5
|
class DeploymentDate {
|
|
6
6
|
inServiceDate;
|
|
7
7
|
installedDate;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AssetContainer } from './AssetContainer';
|
|
2
|
-
import { ModelContainer } from '
|
|
3
|
-
import { IFacility } from '../../interfaces/model/assets/IFacility';
|
|
1
|
+
import { AssetContainer } from './AssetContainer.js';
|
|
2
|
+
import { ModelContainer } from '../../index.js';
|
|
3
|
+
import { IFacility } from '../../interfaces/model/assets/IFacility.js';
|
|
4
4
|
export declare class Facility extends AssetContainer implements IFacility {
|
|
5
5
|
kind: string;
|
|
6
6
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Facility = void 0;
|
|
4
|
-
const AssetContainer_1 = require("./AssetContainer");
|
|
5
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const AssetContainer_1 = require("./AssetContainer.js");
|
|
5
|
+
const utils_1 = require("../../util/utils.js");
|
|
6
6
|
class Facility extends AssetContainer_1.AssetContainer {
|
|
7
7
|
kind;
|
|
8
8
|
constructor(mrid, name, shortName, description) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AggregateScore } from './AggregateScore';
|
|
2
|
-
import { ModelContainer } from '
|
|
1
|
+
import { AggregateScore } from './AggregateScore.js';
|
|
2
|
+
import { ModelContainer } from '../../index.js';
|
|
3
3
|
export declare class HealthScore extends AggregateScore {
|
|
4
4
|
constructor(mrid?: string, name?: string, shortName?: string, description?: string, baseIRI?: string);
|
|
5
5
|
static sparqlQuery: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.HealthScore = void 0;
|
|
4
|
-
const AggregateScore_1 = require("./AggregateScore");
|
|
4
|
+
const AggregateScore_1 = require("./AggregateScore.js");
|
|
5
5
|
class HealthScore extends AggregateScore_1.AggregateScore {
|
|
6
6
|
constructor(mrid, name, shortName, description, baseIRI) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LifecycleDate = void 0;
|
|
4
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const utils_1 = require("../../util/utils.js");
|
|
5
5
|
class LifecycleDate {
|
|
6
6
|
installationDate;
|
|
7
7
|
manufacturedDate;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RiskScore = void 0;
|
|
4
|
-
const AggregateScore_1 = require("./AggregateScore");
|
|
4
|
+
const AggregateScore_1 = require("./AggregateScore.js");
|
|
5
5
|
class RiskScore extends AggregateScore_1.AggregateScore {
|
|
6
6
|
constructor(mrid, name, shortName, description) {
|
|
7
7
|
super(mrid, name, shortName, description);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssetContainer } from './AssetContainer';
|
|
2
|
-
import { TowerConstructionKind } from './TowerConstructionKind';
|
|
1
|
+
import { AssetContainer } from './AssetContainer.js';
|
|
2
|
+
import { TowerConstructionKind } from './TowerConstructionKind.js';
|
|
3
3
|
export declare class Structure extends AssetContainer {
|
|
4
4
|
constructionKind: TowerConstructionKind;
|
|
5
5
|
protected constructor(mrid?: string, name?: string, shortName?: string, description?: string);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Structure = void 0;
|
|
4
|
-
const AssetContainer_1 = require("./AssetContainer");
|
|
4
|
+
const AssetContainer_1 = require("./AssetContainer.js");
|
|
5
5
|
class Structure extends AssetContainer_1.AssetContainer {
|
|
6
6
|
constructionKind;
|
|
7
7
|
constructor(mrid, name, shortName, description) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IdentifiedObject, ModelContainer } from '
|
|
2
|
-
import { Status } from './Status';
|
|
3
|
-
import { Asset } from '../assets/Asset';
|
|
4
|
-
import { IActivityRecord } from '../../interfaces/model/assets/IActivityRecord';
|
|
1
|
+
import { IdentifiedObject, ModelContainer } from '../../index.js';
|
|
2
|
+
import { Status } from './Status.js';
|
|
3
|
+
import { Asset } from '../assets/Asset.js';
|
|
4
|
+
import { IActivityRecord } from '../../interfaces/model/assets/IActivityRecord.js';
|
|
5
5
|
export declare class ActivityRecord extends IdentifiedObject implements IActivityRecord {
|
|
6
6
|
reason: string;
|
|
7
7
|
severity: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ActivityRecord = void 0;
|
|
4
|
-
const __1 = require("
|
|
5
|
-
const utils_1 = require("../../util/utils");
|
|
4
|
+
const __1 = require("../../index.js");
|
|
5
|
+
const utils_1 = require("../../util/utils.js");
|
|
6
6
|
class ActivityRecord extends __1.IdentifiedObject {
|
|
7
7
|
reason;
|
|
8
8
|
severity;
|