@enervance/insight-cim-model 0.0.62 → 0.0.64
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 +55 -3
- package/dist/analysis/analysis-neplan/digi-ons.js +101 -22
- package/dist/analysis/analysis-neplan/digi-ons.js.map +1 -1
- package/dist/config/load.confings.d.ts +11 -0
- package/dist/config/load.confings.js +362 -0
- package/dist/config/load.confings.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +9 -9
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +3 -36
- 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 +7 -4
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js.map +1 -1
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +2 -2
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js +2 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js.map +1 -1
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +19 -19
- package/dist/constants/cim-asset-types.d.ts +20 -0
- package/dist/constants/cim-asset-types.js +36 -14
- package/dist/constants/cim-asset-types.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +28 -4
- package/dist/constants/cim-class-names.js +192 -133
- 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 +47 -3
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +94 -15
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js.map +1 -1
- package/dist/converter/PSDM/model/FixedFeedIn.d.ts +9 -0
- package/dist/converter/PSDM/model/Line.d.ts +12 -0
- package/dist/converter/PSDM/model/LineType.d.ts +11 -0
- package/dist/converter/PSDM/model/Load.d.ts +12 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.d.ts +6 -0
- package/dist/converter/PSDM/model/Transformer.d.ts +11 -0
- package/dist/converter/PSDM/model/TransformerType.d.ts +18 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +1 -1
- package/dist/converter/integral7/converter.integral7.d.ts +207 -0
- package/dist/converter/integral7/converter.integral7.js +5530 -0
- package/dist/converter/integral7/converter.integral7.js.map +1 -0
- package/dist/converter/integral7/dl-convert/db/database.interface.types.d.ts +15 -0
- package/dist/converter/integral7/dl-convert/dl-converter-i7.d.ts +14 -5
- package/dist/converter/integral7/dl-convert/dl-converter-i7.js +1074 -927
- package/dist/converter/integral7/dl-convert/dl-converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +10 -0
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +15 -2
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +132 -53
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/I7KnotenBeziehung.d.ts +6 -0
- 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 +11 -0
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js +22 -0
- package/dist/converter/integral7/model/dl-utils/QueryObjectSsabNsg.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/constants.d.ts +8 -0
- package/dist/converter/integral7/model/dl-utils/constants.js +66 -58
- package/dist/converter/integral7/model/dl-utils/constants.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +18 -5
- package/dist/converter/integral7/model/dl-utils/util-functions.js +210 -11
- package/dist/converter/integral7/model/dl-utils/util-functions.js.map +1 -1
- 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.js +7 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.d.ts +4 -0
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js +6 -0
- package/dist/converter/integral7/model/integral/BaseClassTrafoNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/KnotenSo.js +6 -0
- package/dist/converter/integral7/model/integral/KnotenSo.js.map +1 -1
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js +6 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Laengskupplung.js +6 -0
- package/dist/converter/integral7/model/integral/Laengskupplung.js.map +1 -1
- package/dist/converter/integral7/model/integral/Leitung.js +9 -0
- package/dist/converter/integral7/model/integral/Leitung.js.map +1 -1
- package/dist/converter/integral7/model/integral/LeitungNsg.js +10 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Point.d.ts +7 -0
- package/dist/converter/integral7/model/integral/Point.js +10 -1
- package/dist/converter/integral7/model/integral/Point.js.map +1 -1
- 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.js +8 -1
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js.map +1 -1
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +7 -2
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js.map +1 -1
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +8 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Schaltfeld.js +9 -4
- package/dist/converter/integral7/model/integral/Schaltfeld.js.map +1 -1
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +8 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +17 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Standort.js +15 -1
- package/dist/converter/integral7/model/integral/Standort.js.map +1 -1
- package/dist/converter/integral7/model/integral/StandortNsg.js +4 -1
- package/dist/converter/integral7/model/integral/StandortNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo2w.js +6 -0
- package/dist/converter/integral7/model/integral/Trafo2w.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js +5 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo3w.js +5 -0
- package/dist/converter/integral7/model/integral/Trafo3w.js.map +1 -1
- package/dist/converter/integral7/model/integral/Trafo3wNsg.d.ts +4 -0
- package/dist/converter/integral7/model/integral/Trafo3wNsg.js +12 -0
- package/dist/converter/integral7/model/integral/Trafo3wNsg.js.map +1 -1
- package/dist/converter/integral7/model/interfaces.d.ts +30 -0
- package/dist/converter/integral7/sql/integral.sql.d.ts +5 -0
- package/dist/converter/integral7/sql/integral.sql.js +276 -255
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils-cgmes-export.d.ts +10 -10
- package/dist/converter/integral7/utils-cgmes-export.js.map +1 -1
- package/dist/converter/integral7/utils-schema.js +1 -2
- package/dist/converter/integral7/utils-schema.js.map +1 -1
- package/dist/converter/integral7/utils-trafo3w.d.ts +66 -0
- package/dist/converter/integral7/utils-trafo3w.js +70 -3
- package/dist/converter/integral7/utils-trafo3w.js.map +1 -1
- package/dist/converter/integral7/utils.d.ts +53 -11
- package/dist/converter/integral7/utils.js +262 -47
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/data-structures/Settings.js +6 -2
- package/dist/data-structures/Settings.js.map +1 -1
- package/dist/data-structures/graph/GraphObject.js +8 -3
- package/dist/data-structures/graph/GraphObject.js.map +1 -1
- package/dist/data-structures/graph/Types.js.map +1 -1
- 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.js +2 -0
- package/dist/data-structures/graph/edges/GraphEdge.js.map +1 -1
- package/dist/data-structures/graph/graph-interfaces.d.ts +3 -0
- package/dist/data-structures/graph/graph-util.d.ts +4 -0
- package/dist/data-structures/graph/graph-util.js +29 -2
- package/dist/data-structures/graph/graph-util.js.map +1 -1
- package/dist/data-structures/graph/graph.d.ts +9 -3
- package/dist/data-structures/graph/graph.js +19 -3
- package/dist/data-structures/graph/graph.js.map +1 -1
- package/dist/data-structures/tree/GraphTree.d.ts +2 -0
- package/dist/data-structures/tree/GraphTree.js +13 -10
- package/dist/data-structures/tree/GraphTree.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeEdge.js +6 -3
- package/dist/data-structures/tree/GraphTreeEdge.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeNode.d.ts +1 -0
- package/dist/data-structures/tree/GraphTreeNode.js +17 -8
- package/dist/data-structures/tree/GraphTreeNode.js.map +1 -1
- package/dist/data-structures/tree/GraphTreeObject.d.ts +2 -0
- package/dist/data-structures/tree/GraphTreeObject.js +6 -1
- package/dist/data-structures/tree/GraphTreeObject.js.map +1 -1
- package/dist/etl/etl-neplan/et-neplan-regex.d.ts +3 -0
- package/dist/etl/etl-neplan/et-neplan-regex.js +3 -0
- package/dist/etl/etl-neplan/et-neplan-regex.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.d.ts +2 -2
- package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.js +52 -4
- package/dist/etl/etl-neplan/etl-neplan-contingency-analysis.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-csv.d.ts +31 -14
- package/dist/etl/etl-neplan/etl-neplan-csv.js +886 -400
- package/dist/etl/etl-neplan/etl-neplan-csv.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-feederline.d.ts +30 -4
- package/dist/etl/etl-neplan/etl-neplan-feederline.js +136 -18
- package/dist/etl/etl-neplan/etl-neplan-feederline.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-geo.d.ts +8 -7
- package/dist/etl/etl-neplan/etl-neplan-geo.js +77 -78
- package/dist/etl/etl-neplan/etl-neplan-geo.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-geo_depr.d.ts +169 -0
- package/dist/etl/etl-neplan/etl-neplan-geo_depr.js +226 -0
- package/dist/etl/etl-neplan/etl-neplan-geo_depr.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-util.js +10 -7
- package/dist/etl/etl-neplan/etl-neplan-util.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan.d.ts +38 -5
- package/dist/etl/etl-neplan/etl-neplan.js +350 -99
- package/dist/etl/etl-neplan/etl-neplan.js.map +1 -1
- package/dist/etl/etl-neplan/neplan-contingency-analysis.d.ts +3 -2
- package/dist/etl/etl-neplan/neplan-contingency-analysis.js +191 -43
- package/dist/etl/etl-neplan/neplan-contingency-analysis.js.map +1 -1
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.d.ts +3 -2
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.js +5 -2
- package/dist/etl/etl-psdm-novagent/etl-psdm-novagent-energytypes.js.map +1 -1
- package/dist/factory/factory-interfaces.d.ts +8 -5
- package/dist/factory/object-factory.js +13 -4
- package/dist/factory/object-factory.js.map +1 -1
- package/dist/factory/sparql-factory.js +7 -0
- package/dist/factory/sparql-factory.js.map +1 -1
- package/dist/grid-validation/grid-validation.js +8 -4
- package/dist/grid-validation/grid-validation.js.map +1 -1
- package/dist/index.d.ts +44 -23
- package/dist/index.js +107 -66
- package/dist/index.js.map +1 -1
- package/dist/interfaces/IUUIDObject.d.ts +8 -0
- package/dist/interfaces/IUUIDObject.js +3 -0
- package/dist/interfaces/IUUIDObject.js.map +1 -0
- package/dist/interfaces/model/assets/IActivityRecord.d.ts +8 -0
- package/dist/interfaces/model/assets/IActivityRecord.js +3 -0
- package/dist/interfaces/model/assets/IActivityRecord.js.map +1 -0
- package/dist/interfaces/model/core/IFeeder.d.ts +3 -0
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +25 -7
- package/dist/interfaces/model/core/ITerminal.d.ts +1 -0
- package/dist/interfaces/model/operations/IOutage.d.ts +3 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +8 -0
- package/dist/interfaces/persistence.interfaces.d.ts +1 -0
- package/dist/interfaces/persistence.interfaces.js +16 -0
- package/dist/interfaces/persistence.interfaces.js.map +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.js +2 -0
- package/dist/model/alternate-models/AlternateModel.js.map +1 -1
- package/dist/model/alternate-models/AlternateModelGroup.js +1 -1
- package/dist/model/alternate-models/AlternateModelGroup.js.map +1 -1
- package/dist/model/assetinfo/AssetInfo.js +5 -4
- package/dist/model/assetinfo/AssetInfo.js.map +1 -1
- package/dist/model/assetinfo/PowerTransformerInfo.d.ts +1 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js +1 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js.map +1 -1
- package/dist/model/assetinfo/SwitchInfo.d.ts +4 -4
- package/dist/model/assetinfo/SwitchInfo.js +21 -22
- package/dist/model/assetinfo/SwitchInfo.js.map +1 -1
- package/dist/model/assetinfo/TapChangerInfo.d.ts +20 -1
- package/dist/model/assetinfo/TapChangerInfo.js +69 -28
- package/dist/model/assetinfo/TapChangerInfo.js.map +1 -1
- package/dist/model/assetinfo/TransformerEndInfo.d.ts +2 -1
- package/dist/model/assetinfo/TransformerEndInfo.js +9 -3
- package/dist/model/assetinfo/TransformerEndInfo.js.map +1 -1
- package/dist/model/assetinfo/WireInfo.d.ts +1 -1
- package/dist/model/assetinfo/WireInfo.js +3 -0
- package/dist/model/assetinfo/WireInfo.js.map +1 -1
- package/dist/model/assets/AggregateScore.d.ts +7 -0
- package/dist/model/assets/AggregateScore.js +43 -0
- package/dist/model/assets/AggregateScore.js.map +1 -1
- package/dist/model/assets/Analytic.d.ts +4 -4
- package/dist/model/assets/Analytic.js +33 -28
- package/dist/model/assets/Analytic.js.map +1 -1
- package/dist/model/assets/AnalyticScore.d.ts +9 -3
- package/dist/model/assets/AnalyticScore.js +20 -0
- package/dist/model/assets/AnalyticScore.js.map +1 -1
- package/dist/model/assets/Asset.d.ts +17 -11
- package/dist/model/assets/Asset.js +107 -81
- package/dist/model/assets/Asset.js.map +1 -1
- package/dist/model/assets/AssetContainer.js +2 -2
- package/dist/model/assets/AssetContainer.js.map +1 -1
- package/dist/model/assets/AssetDeployment.d.ts +9 -4
- package/dist/model/assets/AssetDeployment.js +38 -26
- package/dist/model/assets/AssetDeployment.js.map +1 -1
- package/dist/model/assets/AssetHealthEvent.d.ts +5 -4
- package/dist/model/assets/AssetHealthEvent.js +28 -28
- package/dist/model/assets/AssetHealthEvent.js.map +1 -1
- package/dist/model/assets/AssetOrganisationRole.d.ts +3 -3
- package/dist/model/assets/AssetOrganisationRole.js +6 -2
- package/dist/model/assets/AssetOrganisationRole.js.map +1 -1
- package/dist/model/assets/AssetOwner.d.ts +5 -2
- package/dist/model/assets/AssetOwner.js +19 -17
- package/dist/model/assets/AssetOwner.js.map +1 -1
- package/dist/model/assets/AssetUser.d.ts +5 -2
- package/dist/model/assets/AssetUser.js +19 -17
- package/dist/model/assets/AssetUser.js.map +1 -1
- package/dist/model/assets/DeploymentDate.js +5 -0
- package/dist/model/assets/DeploymentDate.js.map +1 -1
- package/dist/model/assets/Facility.d.ts +3 -3
- package/dist/model/assets/Facility.js +23 -23
- package/dist/model/assets/Facility.js.map +1 -1
- package/dist/model/assets/HealthScore.d.ts +2 -2
- package/dist/model/assets/HealthScore.js +22 -23
- package/dist/model/assets/HealthScore.js.map +1 -1
- package/dist/model/assets/LifecycleDate.js +13 -0
- package/dist/model/assets/LifecycleDate.js.map +1 -1
- package/dist/model/assets/Structure.js +1 -0
- package/dist/model/assets/Structure.js.map +1 -1
- package/dist/model/common/ActivityRecord.d.ts +6 -5
- package/dist/model/common/ActivityRecord.js +10 -1
- package/dist/model/common/ActivityRecord.js.map +1 -1
- package/dist/model/common/CoordinateSystem.d.ts +6 -4
- package/dist/model/common/CoordinateSystem.js +19 -17
- package/dist/model/common/CoordinateSystem.js.map +1 -1
- package/dist/model/common/Document.js +1 -0
- package/dist/model/common/Document.js.map +1 -1
- package/dist/model/common/Location.d.ts +14 -4
- package/dist/model/common/Location.js +75 -30
- package/dist/model/common/Location.js.map +1 -1
- package/dist/model/common/Organisation.d.ts +2 -2
- package/dist/model/common/Organisation.js +21 -22
- package/dist/model/common/Organisation.js.map +1 -1
- package/dist/model/common/OrganisationRole.d.ts +3 -3
- package/dist/model/common/OrganisationRole.js +3 -2
- package/dist/model/common/OrganisationRole.js.map +1 -1
- package/dist/model/common/PositionPoint.d.ts +6 -4
- package/dist/model/common/PositionPoint.js +41 -27
- package/dist/model/common/PositionPoint.js.map +1 -1
- package/dist/model/common/Status.js +4 -0
- package/dist/model/common/Status.js.map +1 -1
- package/dist/model/core/ACDCTerminal.d.ts +3 -3
- package/dist/model/core/ACDCTerminal.js +5 -3
- package/dist/model/core/ACDCTerminal.js.map +1 -1
- package/dist/model/core/BaseVoltage.d.ts +7 -5
- package/dist/model/core/BaseVoltage.js +28 -26
- package/dist/model/core/BaseVoltage.js.map +1 -1
- package/dist/model/core/Bay.d.ts +5 -4
- package/dist/model/core/Bay.js +32 -27
- package/dist/model/core/Bay.js.map +1 -1
- package/dist/model/core/ConductingEquipment.d.ts +7 -3
- package/dist/model/core/ConductingEquipment.js +27 -1
- package/dist/model/core/ConductingEquipment.js.map +1 -1
- package/dist/model/core/ConnectivityNode.d.ts +6 -3
- package/dist/model/core/ConnectivityNode.js +70 -33
- package/dist/model/core/ConnectivityNode.js.map +1 -1
- package/dist/model/core/ConnectivityNodeContainer.js +2 -0
- package/dist/model/core/ConnectivityNodeContainer.js.map +1 -1
- package/dist/model/core/Curve.js +13 -1
- package/dist/model/core/Curve.js.map +1 -1
- package/dist/model/core/CurveData.d.ts +6 -0
- package/dist/model/core/CurveData.js +13 -0
- package/dist/model/core/CurveData.js.map +1 -1
- package/dist/model/core/Equipment.d.ts +5 -3
- package/dist/model/core/Equipment.js +14 -2
- package/dist/model/core/Equipment.js.map +1 -1
- package/dist/model/core/EquipmentContainer.d.ts +1 -0
- package/dist/model/core/EquipmentContainer.js +4 -1
- package/dist/model/core/EquipmentContainer.js.map +1 -1
- package/dist/model/core/Feeder.d.ts +19 -5
- package/dist/model/core/Feeder.js +31 -9
- package/dist/model/core/Feeder.js.map +1 -1
- package/dist/model/core/GeographicalRegion.d.ts +1 -0
- package/dist/model/core/GeographicalRegion.js +2 -1
- package/dist/model/core/GeographicalRegion.js.map +1 -1
- package/dist/model/core/IdentifiedObject.d.ts +64 -6
- package/dist/model/core/IdentifiedObject.js +112 -11
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PSRType.d.ts +19 -4
- package/dist/model/core/PSRType.js +50 -19
- package/dist/model/core/PSRType.js.map +1 -1
- package/dist/model/core/PowerSystemResource.d.ts +5 -3
- package/dist/model/core/PowerSystemResource.js +24 -10
- package/dist/model/core/PowerSystemResource.js.map +1 -1
- package/dist/model/core/SubGeographicalRegion.d.ts +1 -0
- package/dist/model/core/SubGeographicalRegion.js +4 -2
- package/dist/model/core/SubGeographicalRegion.js.map +1 -1
- package/dist/model/core/Substation.d.ts +11 -4
- package/dist/model/core/Substation.js +49 -33
- package/dist/model/core/Substation.js.map +1 -1
- package/dist/model/core/Terminal.d.ts +19 -5
- package/dist/model/core/Terminal.js +92 -40
- package/dist/model/core/Terminal.js.map +1 -1
- package/dist/model/core/VoltageLevel.d.ts +6 -4
- package/dist/model/core/VoltageLevel.js +39 -27
- package/dist/model/core/VoltageLevel.js.map +1 -1
- package/dist/model/dc/ACDCConverter.d.ts +11 -0
- package/dist/model/dc/ACDCConverter.js +28 -4
- package/dist/model/dc/ACDCConverter.js.map +1 -1
- package/dist/model/dc/ACDCConverterDCTerminal.d.ts +1 -0
- package/dist/model/dc/ACDCConverterDCTerminal.js +4 -0
- package/dist/model/dc/ACDCConverterDCTerminal.js.map +1 -1
- package/dist/model/dc/CsConverter.d.ts +8 -0
- package/dist/model/dc/CsConverter.js +21 -0
- package/dist/model/dc/CsConverter.js.map +1 -1
- package/dist/model/dc/CsOperatingModeKind.js +1 -1
- package/dist/model/dc/CsOperatingModeKind.js.map +1 -1
- package/dist/model/dc/DCBaseTerminal.js +2 -0
- package/dist/model/dc/DCBaseTerminal.js.map +1 -1
- package/dist/model/dc/DCConductingEquipment.js +1 -4
- package/dist/model/dc/DCConductingEquipment.js.map +1 -1
- package/dist/model/dc/DCConverterUnit.d.ts +1 -0
- package/dist/model/dc/DCConverterUnit.js +4 -0
- package/dist/model/dc/DCConverterUnit.js.map +1 -1
- package/dist/model/dc/DCEquipmentContainer.js +1 -4
- package/dist/model/dc/DCEquipmentContainer.js.map +1 -1
- package/dist/model/dc/DCLine.js +20 -18
- package/dist/model/dc/DCLine.js.map +1 -1
- package/dist/model/dc/DCLineSegment.d.ts +5 -0
- package/dist/model/dc/DCLineSegment.js +35 -26
- package/dist/model/dc/DCLineSegment.js.map +1 -1
- package/dist/model/dc/DCNode.d.ts +2 -0
- package/dist/model/dc/DCNode.js +5 -1
- package/dist/model/dc/DCNode.js.map +1 -1
- package/dist/model/dc/DCTerminal.d.ts +1 -0
- package/dist/model/dc/DCTerminal.js +3 -0
- package/dist/model/dc/DCTerminal.js.map +1 -1
- package/dist/model/dc/VsConverter.d.ts +3 -0
- package/dist/model/dc/VsConverter.js +12 -0
- package/dist/model/dc/VsConverter.js.map +1 -1
- package/dist/model/diagram/Diagram.d.ts +5 -4
- package/dist/model/diagram/Diagram.js +36 -24
- package/dist/model/diagram/Diagram.js.map +1 -1
- package/dist/model/diagram/DiagramObject.d.ts +6 -4
- package/dist/model/diagram/DiagramObject.js +58 -31
- package/dist/model/diagram/DiagramObject.js.map +1 -1
- package/dist/model/diagram/DiagramObjectPoint.d.ts +5 -5
- package/dist/model/diagram/DiagramObjectPoint.js +53 -48
- package/dist/model/diagram/DiagramObjectPoint.js.map +1 -1
- package/dist/model/diagram/DiagramStyle.d.ts +1 -0
- package/dist/model/diagram/DiagramStyle.js +2 -1
- package/dist/model/diagram/DiagramStyle.js.map +1 -1
- package/dist/model/domain/ActivePower.js +3 -0
- package/dist/model/domain/ActivePower.js.map +1 -1
- package/dist/model/domain/AngleDegrees.js +3 -0
- package/dist/model/domain/AngleDegrees.js.map +1 -1
- package/dist/model/domain/ApparentPower.js +3 -0
- package/dist/model/domain/ApparentPower.js.map +1 -1
- package/dist/model/domain/Capacitance.js +3 -0
- package/dist/model/domain/Capacitance.js.map +1 -1
- package/dist/model/domain/CapacitancePerLength.js +3 -0
- package/dist/model/domain/CapacitancePerLength.js.map +1 -1
- package/dist/model/domain/ConductancePerLength.js +3 -0
- package/dist/model/domain/ConductancePerLength.js.map +1 -1
- package/dist/model/domain/CurrentFlow.js +3 -0
- package/dist/model/domain/CurrentFlow.js.map +1 -1
- package/dist/model/domain/Reactance.js +3 -0
- package/dist/model/domain/Reactance.js.map +1 -1
- package/dist/model/domain/ReactancePerLength.js +3 -0
- package/dist/model/domain/ReactancePerLength.js.map +1 -1
- package/dist/model/domain/ReactivePower.js +3 -0
- package/dist/model/domain/ReactivePower.js.map +1 -1
- package/dist/model/domain/Resistance.js +3 -0
- package/dist/model/domain/Resistance.js.map +1 -1
- package/dist/model/domain/ResistancePerLength.js +3 -0
- package/dist/model/domain/ResistancePerLength.js.map +1 -1
- 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.js +1 -0
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/DynamicsFunctionBlock.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.js +6 -0
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/RotatingMachineDynamics.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.js +4 -0
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDetailed.js.map +1 -1
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineDynamics.js +1 -0
- 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 +61 -0
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.js +75 -0
- package/dist/model/dynamics/standard-models/synchronous-machine-dynamics/SynchronousMachineTimeConstantReactance.js.map +1 -1
- package/dist/model/equivalents/EquivalentBranch.d.ts +10 -4
- package/dist/model/equivalents/EquivalentBranch.js +69 -47
- package/dist/model/equivalents/EquivalentBranch.js.map +1 -1
- package/dist/model/equivalents/EquivalentInjection.d.ts +1 -0
- package/dist/model/equivalents/EquivalentInjection.js +16 -0
- package/dist/model/equivalents/EquivalentInjection.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.d.ts +8 -3
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js +21 -6
- package/dist/model/extensions/amprion/assets/AMPRIONConstructionContainer.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +23 -21
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.d.ts +8 -3
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +27 -5
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +19 -17
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.d.ts +8 -3
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +33 -5
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONState.d.ts +7 -4
- package/dist/model/extensions/amprion/assets/AMPRIONState.js +29 -26
- package/dist/model/extensions/amprion/assets/AMPRIONState.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.d.ts +5 -2
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.js +20 -18
- package/dist/model/extensions/amprion/assets/AMPRIONTeam.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONTower.d.ts +8 -3
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js +40 -10
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js.map +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONWire.d.ts +8 -3
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js +42 -5
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +7 -3
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +10 -5
- package/dist/model/extensions/amprion/core/AMPRIONBay.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +4 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +6 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONLine.d.ts +5 -3
- package/dist/model/extensions/amprion/core/AMPRIONLine.js +8 -5
- package/dist/model/extensions/amprion/core/AMPRIONLine.js.map +1 -1
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.d.ts +8 -3
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +12 -5
- 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 +19 -20
- 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 +19 -20
- 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 +19 -20
- 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 +19 -20
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.d.ts +3 -3
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js +31 -9
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProject.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.d.ts +3 -3
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js +9 -8
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.d.ts +2 -2
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js +6 -7
- package/dist/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProject.js +2 -0
- 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 +13 -7
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectPhase.js.map +1 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js +8 -1
- package/dist/model/extensions/amprion/project/AMPRIONErpProjectStructure.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.d.ts +9 -4
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +12 -7
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.d.ts +7 -3
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js +37 -31
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSubSegment.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.d.ts +4 -0
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js +5 -0
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.d.ts +9 -4
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +46 -33
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.d.ts +4 -3
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +53 -26
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.d.ts +7 -3
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +34 -28
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.d.ts +5 -4
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +25 -22
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.d.ts +8 -3
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +56 -40
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVAnalytic.d.ts +3 -3
- package/dist/model/extensions/enervance/assets/EVAnalytic.js +15 -15
- package/dist/model/extensions/enervance/assets/EVAnalytic.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVImportanceKind.d.ts +7 -0
- package/dist/model/extensions/enervance/assets/EVImportanceKind.js +12 -0
- package/dist/model/extensions/enervance/assets/EVImportanceKind.js.map +1 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +2 -2
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js +22 -23
- 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 +25 -24
- package/dist/model/extensions/enervance/assets/EVIndicator.js.map +1 -1
- package/dist/model/extensions/enervance/assets/EVPriorityKind.d.ts +7 -0
- package/dist/model/extensions/enervance/assets/EVPriorityKind.js +12 -0
- package/dist/model/extensions/enervance/assets/EVPriorityKind.js.map +1 -0
- package/dist/model/extensions/enervance/assets/EVWireObject.d.ts +19 -5
- package/dist/model/extensions/enervance/assets/EVWireObject.js +111 -60
- package/dist/model/extensions/enervance/assets/EVWireObject.js.map +1 -1
- package/dist/model/extensions/enervance/core/EVTerminal.d.ts +2 -2
- 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/generic-data-set/EVMetaObject.d.ts +34 -0
- package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.js +114 -0
- package/dist/model/extensions/enervance/generic-data-set/EVMetaObject.js.map +1 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +6 -4
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js +31 -16
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +7 -4
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +44 -42
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +5 -4
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +39 -35
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js.map +1 -1
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.d.ts +4 -0
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js +9 -0
- package/dist/model/extensions/integral/common/INTEGRALMultiplierFactor.js.map +1 -1
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.d.ts +1 -0
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js +3 -0
- package/dist/model/extensions/integral/equivalents/INTEGRALEquivalentInjection.js.map +1 -1
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.d.ts +1 -0
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js +4 -0
- package/dist/model/extensions/integral/loadmodel/INTEGRALConformLoad.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.d.ts +1 -0
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js +2 -0
- package/dist/model/extensions/integral/wires/INTEGRALACLineSegment.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.d.ts +1 -0
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js +5 -0
- package/dist/model/extensions/integral/wires/INTEGRALAsynchronousMachine.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.d.ts +1 -0
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js +5 -0
- package/dist/model/extensions/integral/wires/INTEGRALExternalNetworkInjection.js.map +1 -1
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.d.ts +1 -0
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js +5 -0
- package/dist/model/extensions/integral/wires/INTEGRALSynchronousMachine.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +17 -7
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +70 -18
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNFacilityKind.js +2 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNFacilityKind.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.d.ts +7 -3
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +43 -33
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.d.ts +12 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js +60 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOHealthScore.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.d.ts +11 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js +55 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOImportanceScore.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.d.ts +12 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js +60 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOPriority.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOState.d.ts +7 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOState.js +12 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNZUWOState.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.d.ts +10 -4
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js +35 -28
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNBay.d.ts +5 -4
- package/dist/model/extensions/neplan-westnetz/core/WNBay.js +33 -30
- package/dist/model/extensions/neplan-westnetz/core/WNBay.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +22 -5
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +227 -98
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +16 -4
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +85 -30
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNSwitchTypeKind.js +1 -1
- package/dist/model/extensions/neplan-westnetz/core/WNSwitchTypeKind.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +5 -3
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +21 -17
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +7 -4
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +17 -12
- 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 +50 -47
- package/dist/model/extensions/neplan-westnetz/wires/WNACLineSegment.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +34 -3
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +192 -116
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js.map +1 -1
- package/dist/model/faults/Fault.d.ts +4 -2
- package/dist/model/faults/Fault.js +5 -0
- package/dist/model/faults/Fault.js.map +1 -1
- package/dist/model/generation/FossilFuel.d.ts +1 -0
- package/dist/model/generation/FossilFuel.js +4 -0
- package/dist/model/generation/FossilFuel.js.map +1 -1
- package/dist/model/generation/GeneratingUnit.d.ts +12 -4
- package/dist/model/generation/GeneratingUnit.js +63 -40
- package/dist/model/generation/GeneratingUnit.js.map +1 -1
- package/dist/model/generation/HydroGeneratingUnit.d.ts +1 -0
- package/dist/model/generation/HydroGeneratingUnit.js +3 -0
- package/dist/model/generation/HydroGeneratingUnit.js.map +1 -1
- package/dist/model/generation/HydroPowerPlant.js +2 -2
- package/dist/model/generation/HydroPowerPlant.js.map +1 -1
- package/dist/model/generation/HydroPump.js +2 -0
- package/dist/model/generation/HydroPump.js.map +1 -1
- package/dist/model/generation/SolarGeneratingUnit.d.ts +1 -0
- package/dist/model/generation/SolarGeneratingUnit.js +1 -0
- package/dist/model/generation/SolarGeneratingUnit.js.map +1 -1
- package/dist/model/generation/ThermalGeneratingUnit.d.ts +1 -0
- package/dist/model/generation/ThermalGeneratingUnit.js +2 -1
- package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -1
- package/dist/model/generation/WindGeneratingUnit.d.ts +3 -0
- package/dist/model/generation/WindGeneratingUnit.js +13 -9
- package/dist/model/generation/WindGeneratingUnit.js.map +1 -1
- package/dist/model/generic-data-set/ChangeSet.d.ts +9 -1
- package/dist/model/generic-data-set/ChangeSet.js +58 -2
- package/dist/model/generic-data-set/ChangeSet.js.map +1 -1
- package/dist/model/generic-data-set/ChangeSetMember.d.ts +34 -4
- package/dist/model/generic-data-set/ChangeSetMember.js +73 -4
- package/dist/model/generic-data-set/ChangeSetMember.js.map +1 -1
- package/dist/model/generic-data-set/DataSet.d.ts +10 -1
- package/dist/model/generic-data-set/DataSet.js +19 -0
- package/dist/model/generic-data-set/DataSet.js.map +1 -1
- package/dist/model/generic-data-set/InstanceSet.js +2 -2
- package/dist/model/generic-data-set/InstanceSet.js.map +1 -1
- package/dist/model/generic-data-set/ObjectCreation.d.ts +7 -1
- package/dist/model/generic-data-set/ObjectCreation.js +50 -6
- package/dist/model/generic-data-set/ObjectCreation.js.map +1 -1
- package/dist/model/generic-data-set/ObjectDeletion.d.ts +7 -1
- package/dist/model/generic-data-set/ObjectDeletion.js +50 -6
- package/dist/model/generic-data-set/ObjectDeletion.js.map +1 -1
- package/dist/model/generic-data-set/ObjectModification.d.ts +8 -1
- package/dist/model/generic-data-set/ObjectModification.js +58 -2
- package/dist/model/generic-data-set/ObjectModification.js.map +1 -1
- package/dist/model/generic-data-set/ObjectReverseModification.d.ts +8 -1
- package/dist/model/generic-data-set/ObjectReverseModification.js +52 -2
- package/dist/model/generic-data-set/ObjectReverseModification.js.map +1 -1
- package/dist/model/loadmodel/ConformLoad.d.ts +1 -0
- package/dist/model/loadmodel/ConformLoad.js +6 -3
- package/dist/model/loadmodel/ConformLoad.js.map +1 -1
- package/dist/model/loadmodel/ConformLoadGroup.js +3 -3
- package/dist/model/loadmodel/ConformLoadGroup.js.map +1 -1
- package/dist/model/loadmodel/EnergyArea.d.ts +5 -0
- package/dist/model/loadmodel/EnergyArea.js +5 -0
- package/dist/model/loadmodel/EnergyArea.js.map +1 -1
- package/dist/model/loadmodel/LoadArea.d.ts +6 -0
- package/dist/model/loadmodel/LoadArea.js +10 -4
- package/dist/model/loadmodel/LoadArea.js.map +1 -1
- package/dist/model/loadmodel/LoadGroup.js +2 -0
- package/dist/model/loadmodel/LoadGroup.js.map +1 -1
- package/dist/model/loadmodel/SubLoadArea.d.ts +7 -0
- package/dist/model/loadmodel/SubLoadArea.js +13 -4
- package/dist/model/loadmodel/SubLoadArea.js.map +1 -1
- package/dist/model/meas/Analog.js +4 -0
- package/dist/model/meas/Analog.js.map +1 -1
- package/dist/model/meas/Measurement.js +4 -0
- package/dist/model/meas/Measurement.js.map +1 -1
- package/dist/model/model-description/FullModel.d.ts +7 -0
- package/dist/model/model-description/FullModel.js +24 -0
- package/dist/model/model-description/FullModel.js.map +1 -0
- package/dist/model/model-description/Model.d.ts +23 -0
- package/dist/model/model-description/Model.js +86 -0
- package/dist/model/model-description/Model.js.map +1 -0
- package/dist/model/model-operations/DatasetArg.d.ts +1 -1
- package/dist/model/model-operations/DatasetArg.js +3 -2
- package/dist/model/model-operations/DatasetArg.js.map +1 -1
- package/dist/model/model-operations/IncrementalDatasetArg.d.ts +9 -1
- package/dist/model/model-operations/IncrementalDatasetArg.js +59 -2
- package/dist/model/model-operations/IncrementalDatasetArg.js.map +1 -1
- package/dist/model/model-operations/IncrementalDatasetArgDescription.d.ts +5 -0
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js +37 -1
- package/dist/model/model-operations/IncrementalDatasetArgDescription.js.map +1 -1
- package/dist/model/model-operations/ModelOperation.d.ts +14 -2
- package/dist/model/model-operations/ModelOperation.js +70 -1
- package/dist/model/model-operations/ModelOperation.js.map +1 -1
- package/dist/model/model-operations/ModelOperationArg.d.ts +7 -1
- package/dist/model/model-operations/ModelOperationArg.js +17 -1
- package/dist/model/model-operations/ModelOperationArg.js.map +1 -1
- package/dist/model/model-operations/ModelOperationArgDescription.d.ts +4 -0
- package/dist/model/model-operations/ModelOperationArgDescription.js +15 -0
- package/dist/model/model-operations/ModelOperationArgDescription.js.map +1 -1
- package/dist/model/model-operations/ModelOperationDescription.d.ts +10 -2
- package/dist/model/model-operations/ModelOperationDescription.js +56 -17
- package/dist/model/model-operations/ModelOperationDescription.js.map +1 -1
- package/dist/model/operationallimits/CurrentLimit.d.ts +5 -4
- package/dist/model/operationallimits/CurrentLimit.js +23 -22
- package/dist/model/operationallimits/CurrentLimit.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimit.d.ts +3 -3
- package/dist/model/operationallimits/OperationalLimit.js +5 -0
- package/dist/model/operationallimits/OperationalLimit.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimitSet.d.ts +5 -4
- package/dist/model/operationallimits/OperationalLimitSet.js +28 -21
- package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimitType.d.ts +3 -2
- package/dist/model/operationallimits/OperationalLimitType.js +25 -19
- package/dist/model/operationallimits/OperationalLimitType.js.map +1 -1
- package/dist/model/operationallimits/VoltageLimit.d.ts +1 -0
- package/dist/model/operationallimits/VoltageLimit.js +3 -0
- package/dist/model/operationallimits/VoltageLimit.js.map +1 -1
- package/dist/model/operations/ControlArea.d.ts +1 -0
- package/dist/model/operations/ControlArea.js +5 -4
- package/dist/model/operations/ControlArea.js.map +1 -1
- package/dist/model/operations/Outage.d.ts +6 -3
- package/dist/model/operations/Outage.js +8 -0
- package/dist/model/operations/Outage.js.map +1 -1
- package/dist/model/operations/SwitchAction.d.ts +6 -4
- package/dist/model/operations/SwitchAction.js +20 -15
- package/dist/model/operations/SwitchAction.js.map +1 -1
- package/dist/model/operations/SwitchingAction.d.ts +2 -2
- package/dist/model/operations/SwitchingAction.js +3 -0
- package/dist/model/operations/SwitchingAction.js.map +1 -1
- package/dist/model/operations/SwitchingPlan.d.ts +14 -3
- package/dist/model/operations/SwitchingPlan.js +24 -5
- package/dist/model/operations/SwitchingPlan.js.map +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 -4
- package/dist/model/statevariables/SvPowerFlow.js +29 -23
- package/dist/model/statevariables/SvPowerFlow.js.map +1 -1
- package/dist/model/statevariables/SvStatus.d.ts +1 -0
- package/dist/model/statevariables/SvStatus.js +4 -1
- package/dist/model/statevariables/SvStatus.js.map +1 -1
- package/dist/model/statevariables/SvTapStep.d.ts +1 -0
- package/dist/model/statevariables/SvTapStep.js +4 -0
- package/dist/model/statevariables/SvTapStep.js.map +1 -1
- package/dist/model/statevariables/SvVoltage.d.ts +4 -4
- package/dist/model/statevariables/SvVoltage.js +27 -23
- package/dist/model/statevariables/SvVoltage.js.map +1 -1
- package/dist/model/topology/TopologicalIsland.js +22 -20
- package/dist/model/topology/TopologicalIsland.js.map +1 -1
- package/dist/model/topology/TopologicalNode.d.ts +5 -4
- package/dist/model/topology/TopologicalNode.js +45 -29
- package/dist/model/topology/TopologicalNode.js.map +1 -1
- package/dist/model/wires/ACLineSegment.d.ts +9 -4
- package/dist/model/wires/ACLineSegment.js +61 -46
- package/dist/model/wires/ACLineSegment.js.map +1 -1
- package/dist/model/wires/AsynchronousMachine.d.ts +1 -0
- package/dist/model/wires/AsynchronousMachine.js +11 -0
- package/dist/model/wires/AsynchronousMachine.js.map +1 -1
- package/dist/model/wires/Breaker.d.ts +5 -4
- package/dist/model/wires/Breaker.js +34 -34
- package/dist/model/wires/Breaker.js.map +1 -1
- package/dist/model/wires/BusbarSection.d.ts +5 -4
- package/dist/model/wires/BusbarSection.js +25 -23
- package/dist/model/wires/BusbarSection.js.map +1 -1
- package/dist/model/wires/Clamp.js +9 -9
- package/dist/model/wires/Clamp.js.map +1 -1
- package/dist/model/wires/CompositeSwitch.js +1 -0
- package/dist/model/wires/CompositeSwitch.js.map +1 -1
- package/dist/model/wires/Conductor.d.ts +4 -3
- package/dist/model/wires/Conductor.js +3 -1
- package/dist/model/wires/Conductor.js.map +1 -1
- package/dist/model/wires/Disconnector.d.ts +5 -4
- package/dist/model/wires/Disconnector.js +35 -34
- package/dist/model/wires/Disconnector.js.map +1 -1
- package/dist/model/wires/EarthFaultCompensator.d.ts +1 -1
- package/dist/model/wires/EarthFaultCompensator.js +1 -0
- package/dist/model/wires/EarthFaultCompensator.js.map +1 -1
- package/dist/model/wires/EnergyConsumer.d.ts +9 -5
- package/dist/model/wires/EnergyConsumer.js +60 -37
- package/dist/model/wires/EnergyConsumer.js.map +1 -1
- package/dist/model/wires/EnergySource.d.ts +10 -5
- package/dist/model/wires/EnergySource.js +24 -7
- package/dist/model/wires/EnergySource.js.map +1 -1
- package/dist/model/wires/ExternalNetworkInjection.d.ts +5 -4
- package/dist/model/wires/ExternalNetworkInjection.js +84 -59
- package/dist/model/wires/ExternalNetworkInjection.js.map +1 -1
- package/dist/model/wires/Ground.js +13 -12
- package/dist/model/wires/Ground.js.map +1 -1
- package/dist/model/wires/GroundDisconnector.js +16 -12
- package/dist/model/wires/GroundDisconnector.js.map +1 -1
- package/dist/model/wires/GroundingImpedance.d.ts +1 -0
- package/dist/model/wires/GroundingImpedance.js +2 -0
- package/dist/model/wires/GroundingImpedance.js.map +1 -1
- package/dist/model/wires/Junction.d.ts +3 -2
- package/dist/model/wires/Junction.js +24 -23
- package/dist/model/wires/Junction.js.map +1 -1
- package/dist/model/wires/Line.d.ts +5 -4
- package/dist/model/wires/Line.js +30 -29
- package/dist/model/wires/Line.js.map +1 -1
- package/dist/model/wires/LinearShuntCompensator.d.ts +1 -0
- package/dist/model/wires/LinearShuntCompensator.js +8 -3
- 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 -34
- package/dist/model/wires/LoadBreakSwitch.js.map +1 -1
- package/dist/model/wires/PetersenCoil.d.ts +4 -3
- package/dist/model/wires/PetersenCoil.js +41 -31
- package/dist/model/wires/PetersenCoil.js.map +1 -1
- package/dist/model/wires/PhaseTapChanger.js +2 -0
- package/dist/model/wires/PhaseTapChanger.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerAsymmetrical.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerAsymmetrical.js +2 -0
- package/dist/model/wires/PhaseTapChangerAsymmetrical.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerLinear.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerLinear.js +4 -0
- package/dist/model/wires/PhaseTapChangerLinear.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerNonLinear.js +3 -0
- package/dist/model/wires/PhaseTapChangerNonLinear.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerSymmetrical.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerSymmetrical.js +1 -0
- package/dist/model/wires/PhaseTapChangerSymmetrical.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerTable.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerTable.js +4 -1
- package/dist/model/wires/PhaseTapChangerTable.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerTablePoint.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerTablePoint.js +4 -0
- package/dist/model/wires/PhaseTapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/PhaseTapChangerTabular.d.ts +1 -0
- package/dist/model/wires/PhaseTapChangerTabular.js +3 -0
- package/dist/model/wires/PhaseTapChangerTabular.js.map +1 -1
- package/dist/model/wires/Plant.js +1 -1
- package/dist/model/wires/Plant.js.map +1 -1
- package/dist/model/wires/PowerTransformer.d.ts +7 -5
- package/dist/model/wires/PowerTransformer.js +46 -45
- package/dist/model/wires/PowerTransformer.js.map +1 -1
- package/dist/model/wires/PowerTransformerEnd.d.ts +5 -4
- package/dist/model/wires/PowerTransformerEnd.js +50 -45
- package/dist/model/wires/PowerTransformerEnd.js.map +1 -1
- package/dist/model/wires/RatioTapChanger.d.ts +22 -0
- package/dist/model/wires/RatioTapChanger.js +30 -0
- package/dist/model/wires/RatioTapChanger.js.map +1 -1
- package/dist/model/wires/RatioTapChangerTable.d.ts +1 -0
- package/dist/model/wires/RatioTapChangerTable.js +4 -1
- package/dist/model/wires/RatioTapChangerTable.js.map +1 -1
- package/dist/model/wires/RatioTapChangerTablePoint.d.ts +1 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js +3 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/ReactiveCapabilityCurve.d.ts +1 -0
- package/dist/model/wires/ReactiveCapabilityCurve.js +2 -1
- package/dist/model/wires/ReactiveCapabilityCurve.js.map +1 -1
- package/dist/model/wires/Recloser.js +9 -9
- package/dist/model/wires/Recloser.js.map +1 -1
- package/dist/model/wires/RegulatingCondEq.d.ts +3 -3
- package/dist/model/wires/RegulatingCondEq.js +5 -0
- package/dist/model/wires/RegulatingCondEq.js.map +1 -1
- package/dist/model/wires/RegulatingControl.d.ts +6 -4
- package/dist/model/wires/RegulatingControl.js +57 -35
- package/dist/model/wires/RegulatingControl.js.map +1 -1
- package/dist/model/wires/RotatingMachine.d.ts +3 -3
- package/dist/model/wires/RotatingMachine.js +18 -1
- package/dist/model/wires/RotatingMachine.js.map +1 -1
- package/dist/model/wires/SeriesCompensator.d.ts +5 -4
- package/dist/model/wires/SeriesCompensator.js +46 -39
- package/dist/model/wires/SeriesCompensator.js.map +1 -1
- package/dist/model/wires/ShuntCompensator.js +9 -0
- package/dist/model/wires/ShuntCompensator.js.map +1 -1
- package/dist/model/wires/StaticVarCompensator.d.ts +1 -0
- package/dist/model/wires/StaticVarCompensator.js +7 -0
- package/dist/model/wires/StaticVarCompensator.js.map +1 -1
- package/dist/model/wires/Switch.d.ts +6 -4
- package/dist/model/wires/Switch.js +58 -39
- package/dist/model/wires/Switch.js.map +1 -1
- package/dist/model/wires/SynchronousMachine.d.ts +5 -4
- package/dist/model/wires/SynchronousMachine.js +91 -60
- package/dist/model/wires/SynchronousMachine.js.map +1 -1
- package/dist/model/wires/TapChanger.js +16 -0
- package/dist/model/wires/TapChanger.js.map +1 -1
- package/dist/model/wires/TapChangerControl.js +1 -1
- package/dist/model/wires/TapChangerControl.js.map +1 -1
- package/dist/model/wires/TapChangerTablePoint.js +7 -0
- package/dist/model/wires/TapChangerTablePoint.js.map +1 -1
- package/dist/model/wires/TransformerEnd.d.ts +3 -3
- package/dist/model/wires/TransformerEnd.js +19 -0
- package/dist/model/wires/TransformerEnd.js.map +1 -1
- package/dist/model-container/enum/EVModelTypeKind.d.ts +4 -0
- package/dist/model-container/enum/EVModelTypeKind.js +9 -0
- package/dist/model-container/enum/EVModelTypeKind.js.map +1 -0
- package/dist/model-container/enum/EVObjectTypeKind.d.ts +143 -0
- package/dist/model-container/enum/EVObjectTypeKind.js +177 -0
- package/dist/model-container/enum/EVObjectTypeKind.js.map +1 -0
- package/dist/model-container/enum/EVOperationType.d.ts +4 -0
- package/dist/model-container/enum/EVOperationType.js +9 -0
- package/dist/model-container/enum/EVOperationType.js.map +1 -0
- package/dist/model-container/enum/EVSourceSystemKind.d.ts +8 -0
- package/dist/model-container/enum/EVSourceSystemKind.js +13 -0
- package/dist/model-container/enum/EVSourceSystemKind.js.map +1 -0
- package/dist/{model/extensions/amprion/model/AMPRIONModel.d.ts → model-container/model/AMPRIONModelContainer.d.ts} +35 -30
- package/dist/{model/extensions/amprion/model/AMPRIONModel.js → model-container/model/AMPRIONModelContainer.js} +49 -34
- package/dist/model-container/model/AMPRIONModelContainer.js.map +1 -0
- package/dist/model-container/model/EVModelContainer.d.ts +9 -0
- package/dist/model-container/model/EVModelContainer.js +29 -0
- package/dist/model-container/model/EVModelContainer.js.map +1 -0
- package/dist/model-container/model/EVModelsContainer.d.ts +51 -0
- package/dist/model-container/model/EVModelsContainer.js +268 -0
- package/dist/model-container/model/EVModelsContainer.js.map +1 -0
- package/dist/model-container/model/INTEGRALModelContainer.d.ts +14 -0
- package/dist/model-container/model/INTEGRALModelContainer.js +42 -0
- package/dist/model-container/model/INTEGRALModelContainer.js.map +1 -0
- package/dist/{model/model/Model.d.ts → model-container/model/ModelContainer.d.ts} +186 -94
- package/dist/model-container/model/ModelContainer.js +2254 -0
- package/dist/model-container/model/ModelContainer.js.map +1 -0
- package/dist/model-container/model/WNModelContainer.d.ts +12 -0
- package/dist/model-container/model/WNModelContainer.js +50 -0
- package/dist/model-container/model/WNModelContainer.js.map +1 -0
- package/dist/rdf/RdfBase.d.ts +10 -0
- package/dist/rdf/RdfBase.js +23 -0
- package/dist/rdf/RdfBase.js.map +1 -0
- package/dist/rdf/RdfClass.d.ts +20 -0
- package/dist/rdf/RdfClass.js +78 -0
- package/dist/rdf/RdfClass.js.map +1 -0
- package/dist/rdf/RdfEnum.d.ts +13 -0
- package/dist/rdf/RdfEnum.js +60 -0
- package/dist/rdf/RdfEnum.js.map +1 -0
- package/dist/rdf/RdfModel.d.ts +19 -0
- package/dist/rdf/RdfModel.js +64 -0
- package/dist/rdf/RdfModel.js.map +1 -0
- package/dist/rdf/RdfProperty.d.ts +20 -0
- package/dist/rdf/RdfProperty.js +84 -0
- package/dist/rdf/RdfProperty.js.map +1 -0
- package/dist/rdf/rdf-enums.d.ts +18 -0
- package/dist/rdf/rdf-enums.js +25 -0
- package/dist/rdf/rdf-enums.js.map +1 -0
- package/dist/rdf/rdf-interfaces.d.ts +4 -0
- package/dist/rdf/rdf-interfaces.js +3 -0
- package/dist/rdf/rdf-interfaces.js.map +1 -0
- package/dist/types/cim.types.d.ts +9 -0
- package/dist/types/cim.types.js +3 -0
- package/dist/types/cim.types.js.map +1 -0
- package/dist/util/collection/util-dot.js +1 -0
- package/dist/util/collection/util-dot.js.map +1 -1
- package/dist/util/collection/util-excel.d.ts +12 -0
- package/dist/util/collection/util-excel.js +20 -6
- package/dist/util/collection/util-excel.js.map +1 -1
- package/dist/util/collection/util-graph.d.ts +30 -0
- package/dist/util/collection/util-graph.js +51 -0
- package/dist/util/collection/util-graph.js.map +1 -1
- package/dist/util/collection/util-graph2tree.d.ts +21 -0
- package/dist/util/collection/util-graph2tree.js +87 -17
- package/dist/util/collection/util-graph2tree.js.map +1 -1
- package/dist/util/collection/util-tree.d.ts +13 -0
- package/dist/util/collection/util-tree.js +13 -0
- package/dist/util/collection/util-tree.js.map +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 +21 -0
- package/dist/util/sparql/sparql-utils.js +34 -10
- package/dist/util/sparql/sparql-utils.js.map +1 -1
- package/dist/util/util-create.d.ts +19 -12
- package/dist/util/util-create.js +17 -0
- package/dist/util/util-create.js.map +1 -1
- package/dist/util/util-search.d.ts +1 -0
- package/dist/util/util-search.js +15 -1
- package/dist/util/util-search.js.map +1 -1
- package/dist/util/util-test.d.ts +11 -9
- package/dist/util/util-test.js +171 -175
- package/dist/util/util-test.js.map +1 -1
- package/dist/util/util-topology.d.ts +16 -6
- package/dist/util/util-topology.js +25 -0
- package/dist/util/util-topology.js.map +1 -1
- package/dist/util/utils.d.ts +24 -6
- package/dist/util/utils.js +56 -21
- package/dist/util/utils.js.map +1 -1
- package/dist/util/xml/utils.parser.js +2 -2
- package/dist/util/xml/utils.parser.js.map +1 -1
- package/dist/util/xml/xml.parser.d.ts +2 -2
- package/dist/util/xml/xml.parser.js +9 -3
- package/dist/util/xml/xml.parser.js.map +1 -1
- package/dist/util/xml/xml.serializer.d.ts +5 -5
- package/dist/util/xml/xml.serializer.js +112 -14
- package/dist/util/xml/xml.serializer.js.map +1 -1
- package/dist/utils2/cim-to-db.d.ts +11 -0
- package/dist/utils2/cim-to-db.js +46 -0
- package/dist/utils2/cim-to-db.js.map +1 -0
- package/dist/utils2/cim.model.utils.d.ts +25 -0
- package/dist/utils2/cim.model.utils.js +428 -0
- package/dist/utils2/cim.model.utils.js.map +1 -0
- package/dist/utils2/common.utils.d.ts +33 -0
- package/dist/utils2/common.utils.js +89 -0
- package/dist/utils2/common.utils.js.map +1 -0
- package/dist/utils2/fuseki.utils.d.ts +43 -0
- package/dist/utils2/fuseki.utils.js +66 -0
- package/dist/utils2/fuseki.utils.js.map +1 -0
- package/dist/utils2/import.utils.d.ts +7 -0
- package/dist/utils2/import.utils.js +40 -0
- package/dist/utils2/import.utils.js.map +1 -0
- package/dist/utils2/model.modification.utils.d.ts +139 -0
- package/dist/utils2/model.modification.utils.js +545 -0
- package/dist/utils2/model.modification.utils.js.map +1 -0
- package/dist/utils2/parser.utils.d.ts +15 -0
- package/dist/utils2/parser.utils.js +141 -0
- package/dist/utils2/parser.utils.js.map +1 -0
- package/dist/utils2/rdf.model.utils.d.ts +7 -0
- package/dist/utils2/rdf.model.utils.js +33 -0
- package/dist/utils2/rdf.model.utils.js.map +1 -0
- package/dist/utils2/sparql.utils.d.ts +40 -0
- package/dist/utils2/sparql.utils.js +330 -0
- package/dist/utils2/sparql.utils.js.map +1 -0
- package/package.json +24 -29
- package/dist/config/config.utils.d.ts +0 -1
- package/dist/config/config.utils.js +0 -38
- package/dist/config/config.utils.js.map +0 -1
- package/dist/config/default/default-load.config.d.ts +0 -1
- package/dist/config/default/default-load.config.js +0 -43
- package/dist/config/default/default-load.config.js.map +0 -1
- package/dist/config/lew-sincal/lew-sincal-load.config.d.ts +0 -1
- package/dist/config/lew-sincal/lew-sincal-load.config.js +0 -46
- package/dist/config/lew-sincal/lew-sincal-load.config.js.map +0 -1
- package/dist/config/power-system-datamodel/psdm-load.config.d.ts +0 -1
- package/dist/config/power-system-datamodel/psdm-load.config.js +0 -48
- package/dist/config/power-system-datamodel/psdm-load.config.js.map +0 -1
- package/dist/config/westnetz-integral7/integral7-load.config.d.ts +0 -1
- package/dist/config/westnetz-integral7/integral7-load.config.js +0 -47
- package/dist/config/westnetz-integral7/integral7-load.config.js.map +0 -1
- package/dist/config/westnetz-neplan/neplan-load.config.d.ts +0 -2
- package/dist/config/westnetz-neplan/neplan-load.config.js +0 -98
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +0 -1
- package/dist/constants/cim-class-definition.d.ts +0 -1
- package/dist/constants/cim-class-definition.js +0 -220
- package/dist/constants/cim-class-definition.js.map +0 -1
- package/dist/constants/cim.sourcesystem.d.ts +0 -6
- package/dist/constants/cim.sourcesystem.js +0 -11
- package/dist/constants/cim.sourcesystem.js.map +0 -1
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +0 -1
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +0 -59
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +0 -1
- package/dist/constants/init-data/ASSSET_OWNER.d.ts +0 -1
- package/dist/constants/init-data/ASSSET_OWNER.js +0 -24
- package/dist/constants/init-data/ASSSET_OWNER.js.map +0 -1
- package/dist/constants/init-data/JENA_SPARQL.d.ts +0 -11
- package/dist/constants/init-data/JENA_SPARQL.js +0 -328
- package/dist/constants/init-data/JENA_SPARQL.js.map +0 -1
- package/dist/constants/init-data/PSR_TYPES.d.ts +0 -1
- package/dist/constants/init-data/PSR_TYPES.js +0 -103
- package/dist/constants/init-data/PSR_TYPES.js.map +0 -1
- package/dist/constants/init-data/RZ.d.ts +0 -1
- package/dist/constants/init-data/RZ.js +0 -61
- package/dist/constants/init-data/RZ.js.map +0 -1
- package/dist/constants/init-data/xml/settings.d.ts +0 -1
- package/dist/constants/init-data/xml/settings.js +0 -70
- package/dist/constants/init-data/xml/settings.js.map +0 -1
- package/dist/constants/util-init.d.ts +0 -1
- package/dist/constants/util-init.js +0 -17
- package/dist/constants/util-init.js.map +0 -1
- package/dist/converter/integral7/ConverterIntegral7.d.ts +0 -200
- package/dist/converter/integral7/ConverterIntegral7.js +0 -4096
- package/dist/converter/integral7/ConverterIntegral7.js.map +0 -1
- package/dist/converter/integral7/converter-i7.d.ts +0 -165
- package/dist/converter/integral7/converter-i7.js +0 -4632
- package/dist/converter/integral7/converter-i7.js.map +0 -1
- package/dist/model/extensions/amprion/model/AMPRIONModel.js.map +0 -1
- package/dist/model/extensions/enervance/model/EVModel.d.ts +0 -11
- package/dist/model/extensions/enervance/model/EVModel.js +0 -45
- package/dist/model/extensions/enervance/model/EVModel.js.map +0 -1
- package/dist/model/extensions/integral/model/INTEGRALModel.d.ts +0 -8
- package/dist/model/extensions/integral/model/INTEGRALModel.js +0 -19
- package/dist/model/extensions/integral/model/INTEGRALModel.js.map +0 -1
- package/dist/model/model/Model.js +0 -1216
- package/dist/model/model/Model.js.map +0 -1
- package/dist/util/cim.model.util.d.ts +0 -4
- package/dist/util/cim.model.util.js +0 -257
- package/dist/util/cim.model.util.js.map +0 -1
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
export declare const PROPERTY_HANDLER_WESTNETZNEPLAN_CONFIG: {
|
|
2
2
|
wn_connectivity_node_s4: {
|
|
3
|
-
cb: (cimModel: import("../..").
|
|
3
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
4
4
|
};
|
|
5
5
|
wn_connectivity_node_s6: {
|
|
6
|
-
cb: (cimModel: import("../..").
|
|
6
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
7
7
|
};
|
|
8
8
|
wn_connectivity_node_health_score: {
|
|
9
|
-
cb: (cimModel: import("../..").
|
|
9
|
+
cb: (cimModel: import("../..").ModelContainer, assets: Map<string, import("../..").Asset>, data: any) => import("../..").TripleData;
|
|
10
10
|
};
|
|
11
11
|
wn_connectivity_node_importance_score: {
|
|
12
|
-
cb: (cimModel: import("../..").
|
|
12
|
+
cb: (cimModel: import("../..").ModelContainer, assets: Map<string, import("../..").Asset>, data: any) => import("../..").TripleData;
|
|
13
13
|
};
|
|
14
14
|
wn_connectivity_node_zuwo_analytics: {
|
|
15
|
-
cb: (cimModel: import("../..").
|
|
15
|
+
cb: (cimModel: import("../..").ModelContainer, assets: Map<string, import("../..").Asset>) => import("../..").TripleData;
|
|
16
16
|
};
|
|
17
17
|
wn_connectivity_node_kind: {
|
|
18
|
-
cb: (cimModel: import("../..").
|
|
18
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
19
19
|
};
|
|
20
20
|
wn_connectivity_node_type: {
|
|
21
|
-
cb: (cimModel: import("../..").
|
|
21
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
22
22
|
};
|
|
23
23
|
wn_connectivity_node_assetowner: {
|
|
24
|
-
cb: (cimModel: import("../..").
|
|
24
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
25
25
|
};
|
|
26
26
|
wn_connectivity_node_assetuser: {
|
|
27
|
-
cb: (cimModel: import("../..").
|
|
27
|
+
cb: (cimModel: import("../..").ModelContainer, icn: import("../..").ConnectivityNode, data: any) => import("../..").TripleData;
|
|
28
28
|
};
|
|
29
29
|
psrType: {
|
|
30
|
-
cb: (cimModel: import("../..").
|
|
30
|
+
cb: (cimModel: import("../..").ModelContainer, psr: import("../..").PowerSystemResource, data: any) => import("../..").TripleData;
|
|
31
31
|
};
|
|
32
32
|
inServiceDate: {
|
|
33
|
-
cb: (cimModel: import("../..").
|
|
33
|
+
cb: (cimModel: import("../..").ModelContainer, psr: import("../..").PowerSystemResource, data: any) => import("../..").TripleData;
|
|
34
34
|
};
|
|
35
35
|
intalledDate: {
|
|
36
|
-
cb: (cimModel: import("../..").
|
|
36
|
+
cb: (cimModel: import("../..").ModelContainer, psr: import("../..").PowerSystemResource, data: any) => import("../..").TripleData;
|
|
37
37
|
};
|
|
38
38
|
wn_energyconsumer_installed: {
|
|
39
|
-
cb: (cimModel: import("../..").
|
|
39
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
40
40
|
};
|
|
41
41
|
wn_energyconsumer_measured: {
|
|
42
|
-
cb: (cimModel: import("../..").
|
|
42
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
43
43
|
};
|
|
44
44
|
wn_energyconsumer_contractual: {
|
|
45
|
-
cb: (cimModel: import("../..").
|
|
45
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
46
46
|
};
|
|
47
47
|
wn_energyconsumer_sub_measured: {
|
|
48
|
-
cb: (cimModel: import("../..").
|
|
48
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
49
49
|
};
|
|
50
50
|
wn_energyconsumer_sub_contractual: {
|
|
51
|
-
cb: (cimModel: import("../..").
|
|
51
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
52
52
|
};
|
|
53
53
|
wn_energyconsumer_trafo1: {
|
|
54
|
-
cb: (cimModel: import("../..").
|
|
54
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
55
55
|
};
|
|
56
56
|
wn_energyconsumer_trafo2: {
|
|
57
|
-
cb: (cimModel: import("../..").
|
|
57
|
+
cb: (cimModel: import("../..").ModelContainer, ec: import("../..").EnergyConsumer, data: any) => import("../..").TripleData;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
@@ -12,4 +12,24 @@ export declare class CIM_ASSET_NAMES {
|
|
|
12
12
|
static readonly OverHeadLine = "Freileitung";
|
|
13
13
|
static readonly Cable = "Kabel";
|
|
14
14
|
static readonly Sonstiges = "Sonstige";
|
|
15
|
+
static readonly AssetOwnerWestnetz = "Westnetz";
|
|
16
|
+
static readonly AssetOwnerFremd = "Fremd";
|
|
17
|
+
}
|
|
18
|
+
export declare class ZuWoNames {
|
|
19
|
+
static readonly CategoryI = "Kategorie I";
|
|
20
|
+
static readonly CategoryII = "Kategorie II";
|
|
21
|
+
static readonly KO = "KO Kriterium";
|
|
22
|
+
}
|
|
23
|
+
export declare class LoadTypes {
|
|
24
|
+
/** Standardisierte Last = gemessene Last + TrafoLeistung * 0.65 */
|
|
25
|
+
static readonly ContractualMV = "wn_energyconsumer_contractual";
|
|
26
|
+
static readonly MeasuredMV = "wn_energyconsumer_measured";
|
|
27
|
+
static readonly ContractualLV = "wn_energyconsumer_sub_contractual";
|
|
28
|
+
static readonly MeasuredLV = "wn_energyconsumer_sub_measured";
|
|
29
|
+
static readonly FeederScaled = "wn_energyconsumer_feeder_scaled";
|
|
30
|
+
static readonly IGP = "wn_energyconsumer_igp";
|
|
31
|
+
static readonly TrafoI = "wn_energyconsumer_trafo1";
|
|
32
|
+
static readonly TrafoII = "wn_energyconsumer_trafo2";
|
|
33
|
+
static readonly TrafoIII = "wn_energyconsumer_trafo3";
|
|
34
|
+
static readonly TrafoIV = "wn_energyconsumer_trafo4";
|
|
15
35
|
}
|
|
@@ -1,20 +1,42 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CIM_ASSET_NAMES = void 0;
|
|
3
|
+
exports.LoadTypes = exports.ZuWoNames = exports.CIM_ASSET_NAMES = void 0;
|
|
4
4
|
class CIM_ASSET_NAMES {
|
|
5
|
+
static Substation = "Station";
|
|
6
|
+
static ONS = "Ortsnetzstation";
|
|
7
|
+
static ACLineSegment = "Stromkreisabschnitt";
|
|
8
|
+
static ACLineSubSegment = "Stromkreisstrecke";
|
|
9
|
+
static Feeder = "Abgang";
|
|
10
|
+
static ONS_C_Station = "C-Station";
|
|
11
|
+
static Maststat = "Maststat";
|
|
12
|
+
static Muffe = "Muffe";
|
|
13
|
+
static Gebaeudestation = "Gebäudestation";
|
|
14
|
+
static Umspannanlage = "Umspannanlage";
|
|
15
|
+
static OverHeadLine = "Freileitung";
|
|
16
|
+
static Cable = "Kabel";
|
|
17
|
+
static Sonstiges = "Sonstige";
|
|
18
|
+
static AssetOwnerWestnetz = "Westnetz";
|
|
19
|
+
static AssetOwnerFremd = "Fremd";
|
|
5
20
|
}
|
|
6
21
|
exports.CIM_ASSET_NAMES = CIM_ASSET_NAMES;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
class ZuWoNames {
|
|
23
|
+
static CategoryI = "Kategorie I";
|
|
24
|
+
static CategoryII = "Kategorie II";
|
|
25
|
+
static KO = "KO Kriterium";
|
|
26
|
+
}
|
|
27
|
+
exports.ZuWoNames = ZuWoNames;
|
|
28
|
+
class LoadTypes {
|
|
29
|
+
/** Standardisierte Last = gemessene Last + TrafoLeistung * 0.65 */
|
|
30
|
+
static ContractualMV = "wn_energyconsumer_contractual";
|
|
31
|
+
static MeasuredMV = "wn_energyconsumer_measured";
|
|
32
|
+
static ContractualLV = "wn_energyconsumer_sub_contractual";
|
|
33
|
+
static MeasuredLV = "wn_energyconsumer_sub_measured";
|
|
34
|
+
static FeederScaled = "wn_energyconsumer_feeder_scaled";
|
|
35
|
+
static IGP = "wn_energyconsumer_igp";
|
|
36
|
+
static TrafoI = "wn_energyconsumer_trafo1";
|
|
37
|
+
static TrafoII = "wn_energyconsumer_trafo2";
|
|
38
|
+
static TrafoIII = "wn_energyconsumer_trafo3";
|
|
39
|
+
static TrafoIV = "wn_energyconsumer_trafo4";
|
|
40
|
+
}
|
|
41
|
+
exports.LoadTypes = LoadTypes;
|
|
20
42
|
//# sourceMappingURL=cim-asset-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cim-asset-types.js","sourceRoot":"","sources":["../../src/constants/cim-asset-types.ts"],"names":[],"mappings":";;;AACA,MAAa,eAAe
|
|
1
|
+
{"version":3,"file":"cim-asset-types.js","sourceRoot":"","sources":["../../src/constants/cim-asset-types.ts"],"names":[],"mappings":";;;AACA,MAAa,eAAe;IAEnB,MAAM,CAAU,UAAU,GAAG,SAAS,CAAC;IACvC,MAAM,CAAU,GAAG,GAAG,iBAAiB,CAAC;IACxC,MAAM,CAAU,aAAa,GAAG,qBAAqB,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,mBAAmB,CAAC;IACvD,MAAM,CAAU,MAAM,GAAG,QAAQ,CAAC;IAElC,MAAM,CAAU,aAAa,GAAG,WAAW,CAAC;IAC5C,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC;IACtC,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAChC,MAAM,CAAU,eAAe,GAAG,gBAAgB,CAAC;IACnD,MAAM,CAAU,aAAa,GAAG,eAAe,CAAC;IAEhD,MAAM,CAAU,YAAY,GAAG,aAAa,CAAC;IAC7C,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAEhC,MAAM,CAAU,SAAS,GAAG,UAAU,CAAC;IAEvC,MAAM,CAAU,kBAAkB,GAAG,UAAU,CAAC;IAChD,MAAM,CAAU,eAAe,GAAG,OAAO,CAAC;;AApBnD,0CAsBC;AAED,MAAa,SAAS;IACb,MAAM,CAAU,SAAS,GAAG,aAAa,CAAC;IAC1C,MAAM,CAAU,UAAU,GAAG,cAAc,CAAC;IAC5C,MAAM,CAAU,EAAE,GAAG,cAAc,CAAC;;AAH7C,8BAIC;AAED,MAAa,SAAS;IACpB,mEAAmE;IAC5D,MAAM,CAAU,aAAa,GAAG,+BAA+B,CAAC;IAChE,MAAM,CAAU,UAAU,GAAG,4BAA4B,CAAC;IAE1D,MAAM,CAAU,aAAa,GAAG,mCAAmC,CAAC;IACpE,MAAM,CAAU,UAAU,GAAG,gCAAgC,CAAC;IAE9D,MAAM,CAAU,YAAY,GAAG,iCAAiC,CAAC;IACjE,MAAM,CAAU,GAAG,GAAG,uBAAuB,CAAC;IAE9C,MAAM,CAAU,MAAM,GAAG,0BAA0B,CAAC;IACpD,MAAM,CAAU,OAAO,GAAG,0BAA0B,CAAC;IACrD,MAAM,CAAU,QAAQ,GAAG,0BAA0B,CAAC;IACtD,MAAM,CAAU,OAAO,GAAG,0BAA0B,CAAC;;AAd9D,8BAgBC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class ClassNames {
|
|
2
2
|
static readonly PSRType = "PSRType";
|
|
3
3
|
static readonly BaseVoltage = "BaseVoltage";
|
|
4
4
|
static readonly GeographicalRegion = "GeographicalRegion";
|
|
@@ -54,6 +54,7 @@ export declare class CIM_CLASS_NAMES {
|
|
|
54
54
|
static readonly OperationalLimitSet = "OperationalLimitSet";
|
|
55
55
|
static readonly OperationalLimitType = "OperationalLimitType";
|
|
56
56
|
static readonly CurrentLimit = "CurrentLimit";
|
|
57
|
+
static readonly VoltageLimit = "VoltageLimit";
|
|
57
58
|
static readonly Diagram = "Diagram";
|
|
58
59
|
static readonly EVDiagram = "EVDiagram";
|
|
59
60
|
static readonly DiagramObject = "DiagramObject";
|
|
@@ -73,9 +74,27 @@ export declare class CIM_CLASS_NAMES {
|
|
|
73
74
|
static readonly AssetOwner = "AssetOwner";
|
|
74
75
|
static readonly AssetUser = "AssetUser";
|
|
75
76
|
static readonly HealthScore = "HealthScore";
|
|
77
|
+
static readonly AggregateScore = "AggregateScore";
|
|
76
78
|
static readonly SwitchingPlan = "SwitchingPlan";
|
|
77
79
|
static readonly SwitchingAction = "SwitchingAction";
|
|
80
|
+
static readonly ChangeSet = "ChangeSet";
|
|
81
|
+
static readonly ObjectDeletion = "ObjectDeletion";
|
|
82
|
+
static readonly ObjectCreation = "ObjectCreation";
|
|
83
|
+
static readonly ObjectModification = "ObjectModification";
|
|
84
|
+
static readonly ObjectReverseModification = "ObjectReverseModification";
|
|
85
|
+
static readonly EVMetaObject = "EVMetaObject";
|
|
78
86
|
static readonly ModelOperationDescription = "ModelOperationDescription";
|
|
87
|
+
static readonly ModelOperation = "ModelOperation";
|
|
88
|
+
static readonly IncrementalDatasetArgDescription = "IncrementalDatasetArgDescription";
|
|
89
|
+
static readonly IncrementalDatasetArg = "IncrementalDatasetArg";
|
|
90
|
+
static readonly EVModelsContainer = "EVModelsContainer";
|
|
91
|
+
static readonly ModelContainer = "ModelContainer";
|
|
92
|
+
static readonly EVModelContainer = "EVModelContainer";
|
|
93
|
+
static readonly WNModelContainer = "WNModelContainer";
|
|
94
|
+
static readonly AMPRIONModelContainer = "AMPRIONModelContainer ";
|
|
95
|
+
static readonly INTEGRALModelContainer = "INTEGRALModelContainer ";
|
|
96
|
+
static readonly Model = "Model";
|
|
97
|
+
static readonly FullModel = "FullModel";
|
|
79
98
|
static readonly EVTerminal = "EVTerminal";
|
|
80
99
|
static readonly EVTerminalAction = "EVTerminalAction";
|
|
81
100
|
static readonly SwitchAction = "SwitchAction";
|
|
@@ -92,10 +111,10 @@ export declare class CIM_CLASS_NAMES {
|
|
|
92
111
|
static readonly WNConnectivityNode = "WNConnectivityNode";
|
|
93
112
|
static readonly WNFeeder = "WNFeeder";
|
|
94
113
|
static readonly WNEnergyConsumer = "WNEnergyConsumer";
|
|
95
|
-
static readonly
|
|
114
|
+
static readonly WNZUWOHealthScore = "WNZUWOHealthScore";
|
|
115
|
+
static readonly WNZUWOImportanceScore = "WNZUWOImportanceScore";
|
|
116
|
+
static readonly WNZUWOPriority = "WNZUWOPriority";
|
|
96
117
|
static readonly EVIndicator = "EVIndicator";
|
|
97
|
-
static readonly EVImportanceScore = "EVImportanceScore";
|
|
98
|
-
static readonly EVAnalytic = "EVAnalytic";
|
|
99
118
|
static readonly EVWireObject = "EVWireObject";
|
|
100
119
|
static readonly AMPRIONSubstation = "AMPRIONSubstation";
|
|
101
120
|
static readonly AMPRIONBay = "AMPRIONBay";
|
|
@@ -129,4 +148,9 @@ export declare class CIM_CLASS_NAMES {
|
|
|
129
148
|
static readonly AMPRIONProtectionCurrentLimit = "AMPRIONProtectionCurrentLimit";
|
|
130
149
|
static readonly AMPRIONThermalCurrentLimit = "AMPRIONThermalCurrentLimit";
|
|
131
150
|
static readonly AMPRIONThermalConnectionCurrentLimit = "AMPRIONThermalConnectionCurrentLimit";
|
|
151
|
+
static readonly RdfClass = "RdfClass";
|
|
152
|
+
static readonly RdfProperty = "RdfProperty";
|
|
153
|
+
static readonly RdfEnum = "RdfEnum";
|
|
132
154
|
}
|
|
155
|
+
export declare const AlternateModelsDeletableProperties: string[];
|
|
156
|
+
export declare const keepProperties: string[];
|
|
@@ -1,137 +1,196 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.keepProperties = exports.AlternateModelsDeletableProperties = exports.ClassNames = void 0;
|
|
4
|
+
class ClassNames {
|
|
5
|
+
static PSRType = "PSRType";
|
|
6
|
+
static BaseVoltage = "BaseVoltage";
|
|
7
|
+
static GeographicalRegion = "GeographicalRegion";
|
|
8
|
+
static SubGeographicalRegion = "SubGeographicalRegion";
|
|
9
|
+
//TransformerEnd
|
|
10
|
+
static TransformerEnd = "TransformerEnd"; //IdentifiedObject
|
|
11
|
+
static PowerTransformerEnd = "PowerTransformerEnd"; //TransformerEnd
|
|
12
|
+
//Hierarchie
|
|
13
|
+
static PowerSystemResource = "PowerSystemResource";
|
|
14
|
+
static ConnectivityNodeContainer = "ConnectivityNodeContainer"; //PowerSystemResource
|
|
15
|
+
static EquipmentContainer = "EquipmentContainer"; //ConnectivityNodeContainer
|
|
16
|
+
//Kinder EquipmentContainer
|
|
17
|
+
static Substation = "Substation";
|
|
18
|
+
static VoltageLevel = "VoltageLevel";
|
|
19
|
+
static Plant = "Plant";
|
|
20
|
+
static DCEquipmentContainer = "DCEquipmentContainer";
|
|
21
|
+
static Bay = "Bay";
|
|
22
|
+
static Line = "Line";
|
|
23
|
+
static Feeder = "Feeder";
|
|
24
|
+
//Topologie
|
|
25
|
+
static ConnectivityNode = "ConnectivityNode";
|
|
26
|
+
static Terminal = "Terminal"; //ACDCTerminal
|
|
27
|
+
static Equipment = "Equipment";
|
|
28
|
+
static TopologicalNode = "TopologicalNode";
|
|
29
|
+
static TopologicalIsland = "TopologicalIsland";
|
|
30
|
+
//ConductingEquipment
|
|
31
|
+
static ConductingEquipment = "ConductingEquipment";
|
|
32
|
+
static ACLineSegment = "ACLineSegment"; //Conductor
|
|
33
|
+
static EVACLineSegment = "EVACLineSegment"; //Conductor
|
|
34
|
+
static EVACLineSubSegment = "EVACLineSubSegment"; //Conductor
|
|
35
|
+
static PowerTransformer = "PowerTransformer"; //ConductingEquipment
|
|
36
|
+
static BusbarSection = "BusbarSection"; //Connector -> ConductingEquipment
|
|
37
|
+
static Junction = "Junction"; //Connector -> ConductingEquipment
|
|
38
|
+
static Ground = "Ground"; //Switch
|
|
39
|
+
static GroundDisconnector = "GroundDisconnector"; //Switch
|
|
40
|
+
static Disconnector = "Disconnector"; //Switch
|
|
41
|
+
static Switch = "Switch"; //ConductingEquipment
|
|
42
|
+
static Breaker = "Breaker"; //Switch -> ProtectedSwitch
|
|
43
|
+
static LoadBreakSwitch = "LoadBreakSwitch"; //Switch -> ProtectedSwitch
|
|
44
|
+
static Recloser = "Recloser"; //Switch -> ProtectedSwitch
|
|
45
|
+
static SeriesCompensator = "SeriesCompensator";
|
|
46
|
+
static EnergySource = "EnergySource"; //ConductingEquipment
|
|
47
|
+
static EnergyConsumer = "EnergyConsumer"; //ConductingEquipment
|
|
48
|
+
static Clamp = "Clamp";
|
|
49
|
+
//Equivalents
|
|
50
|
+
static EquivalentBranch = "EquivalentBranch"; //Switch -> ProtectedSwitch
|
|
51
|
+
static EquivalentInjection = "EquivalentInjection"; //Switch -> ProtectedSwitch
|
|
52
|
+
//LoadModel
|
|
53
|
+
static LoadArea = "LoadArea";
|
|
54
|
+
static SubLoadArea = "SubLoadArea";
|
|
55
|
+
static ConformLoadGroup = "ConformLoadGroup";
|
|
56
|
+
static ConformLoad = "ConformLoad";
|
|
57
|
+
//RegulatingCondEq
|
|
58
|
+
static RegulatingCondEq = "RegulatingCondEq";
|
|
59
|
+
static ExternalNetworkInjection = "ExternalNetworkInjection";
|
|
60
|
+
static RegulatingControl = "RegulatingControl";
|
|
61
|
+
static SynchronousMachine = "SynchronousMachine";
|
|
62
|
+
static GeneratingUnit = "GeneratingUnit";
|
|
63
|
+
//ShuntCompensator
|
|
64
|
+
static ShuntCompensator = "ShuntCompensator";
|
|
65
|
+
static LinearShuntCompensator = "LinearShuntCompensator";
|
|
66
|
+
//OperationalLimits
|
|
67
|
+
static OperationalLimitSet = "OperationalLimitSet";
|
|
68
|
+
static OperationalLimitType = "OperationalLimitType";
|
|
69
|
+
static CurrentLimit = "CurrentLimit";
|
|
70
|
+
static VoltageLimit = "VoltageLimit";
|
|
71
|
+
//Diagramm
|
|
72
|
+
static Diagram = "Diagram";
|
|
73
|
+
static EVDiagram = "EVDiagram";
|
|
74
|
+
static DiagramObject = "DiagramObject";
|
|
75
|
+
static DiagramObjectPoint = "DiagramObjectPoint";
|
|
76
|
+
//Geo
|
|
77
|
+
static CoordinateSystem = "CoordinateSystem";
|
|
78
|
+
static Location = "Location";
|
|
79
|
+
static WNLocation = "WNLocation";
|
|
80
|
+
static PositionPoint = "PositionPoint";
|
|
81
|
+
//StateVaribles
|
|
82
|
+
static SvPowerFlow = "SvPowerFlow";
|
|
83
|
+
static SvVoltage = "SvVoltage";
|
|
84
|
+
//Assets
|
|
85
|
+
static Asset = "Asset";
|
|
86
|
+
static Facility = "Facility";
|
|
87
|
+
static AssetDeployment = "AssetDeployment";
|
|
88
|
+
//ActivityRecord
|
|
89
|
+
static AssetHealthEvent = "AssetHealthEvent";
|
|
90
|
+
static Organisation = "Organisation";
|
|
91
|
+
//Roles
|
|
92
|
+
static AssetOrganisationRole = "AssetOrganisationRole";
|
|
93
|
+
static AssetOwner = "AssetOwner";
|
|
94
|
+
static AssetUser = "AssetUser";
|
|
95
|
+
//Analytics
|
|
96
|
+
static HealthScore = "HealthScore";
|
|
97
|
+
static AggregateScore = "AggregateScore";
|
|
98
|
+
// Switching
|
|
99
|
+
static SwitchingPlan = "SwitchingPlan";
|
|
100
|
+
static SwitchingAction = "SwitchingAction";
|
|
101
|
+
// DataSet
|
|
102
|
+
static ChangeSet = "ChangeSet";
|
|
103
|
+
static ObjectDeletion = "ObjectDeletion";
|
|
104
|
+
static ObjectCreation = "ObjectCreation";
|
|
105
|
+
static ObjectModification = "ObjectModification";
|
|
106
|
+
static ObjectReverseModification = "ObjectReverseModification";
|
|
107
|
+
static EVMetaObject = "EVMetaObject";
|
|
108
|
+
// ModelOperation
|
|
109
|
+
static ModelOperationDescription = "ModelOperationDescription";
|
|
110
|
+
static ModelOperation = "ModelOperation";
|
|
111
|
+
static IncrementalDatasetArgDescription = "IncrementalDatasetArgDescription";
|
|
112
|
+
static IncrementalDatasetArg = "IncrementalDatasetArg";
|
|
113
|
+
//ContainerModel
|
|
114
|
+
static EVModelsContainer = "EVModelsContainer";
|
|
115
|
+
static ModelContainer = "ModelContainer";
|
|
116
|
+
static EVModelContainer = "EVModelContainer";
|
|
117
|
+
static WNModelContainer = "WNModelContainer";
|
|
118
|
+
static AMPRIONModelContainer = "AMPRIONModelContainer ";
|
|
119
|
+
static INTEGRALModelContainer = "INTEGRALModelContainer ";
|
|
120
|
+
//ModelDescription
|
|
121
|
+
static Model = "Model";
|
|
122
|
+
static FullModel = "FullModel";
|
|
123
|
+
// Enervance Erweiterungen
|
|
124
|
+
// Switching Actions
|
|
125
|
+
static EVTerminal = "EVTerminal";
|
|
126
|
+
static EVTerminalAction = "EVTerminalAction";
|
|
127
|
+
static SwitchAction = "SwitchAction";
|
|
128
|
+
// AssetInfo
|
|
129
|
+
static EVPowerTransformerInfo = "EVPowerTransformerInfo";
|
|
130
|
+
static EVPowerTransformerEndInfo = "EVPowerTransformerEndInfo";
|
|
131
|
+
static EVTapChangerInfo = "EVTapChangerInfo";
|
|
132
|
+
static EVWireInfo = "EVWireInfo";
|
|
133
|
+
static WNWireInfo = "WNWireInfo";
|
|
134
|
+
static SwitchInfo = "SwitchInfo";
|
|
135
|
+
static EVStationInfo = "EVStationInfo";
|
|
136
|
+
//Neplan Erweiterungen
|
|
137
|
+
static WNOutage = "WNOutage";
|
|
138
|
+
static WNFaultConnectivityNode = "WNFaultConnectivityNode";
|
|
139
|
+
static WNFacility = "WNFacility";
|
|
140
|
+
static WNConnectivityNode = "WNConnectivityNode";
|
|
141
|
+
static WNFeeder = "WNFeeder";
|
|
142
|
+
static WNEnergyConsumer = "WNEnergyConsumer";
|
|
143
|
+
static WNZUWOHealthScore = "WNZUWOHealthScore";
|
|
144
|
+
static WNZUWOImportanceScore = "WNZUWOImportanceScore";
|
|
145
|
+
static WNZUWOPriority = "WNZUWOPriority";
|
|
146
|
+
//enerVance Erweiterungen
|
|
147
|
+
static EVIndicator = "EVIndicator";
|
|
148
|
+
static EVWireObject = "EVWireObject";
|
|
149
|
+
//Amprion
|
|
150
|
+
static AMPRIONSubstation = "AMPRIONSubstation";
|
|
151
|
+
static AMPRIONBay = "AMPRIONBay";
|
|
152
|
+
static AMPRIONConstructionContainer = "AMPRIONConstructionContainer";
|
|
153
|
+
static AMPRIONSpanField = "AMPRIONSpanField";
|
|
154
|
+
static AMPRIONWire = "AMPRIONWire";
|
|
155
|
+
static AMPRIONTower = "AMPRIONTower";
|
|
156
|
+
static AMPRIONFacility = "AMPRIONFacility";
|
|
157
|
+
static AMPRIONACLineSegment = "AMPRIONACLineSegment";
|
|
158
|
+
static AMPRIONACLineSubSegment = "AMPRIONACLineSubSegment";
|
|
159
|
+
static ACLineSegmentPhase = "ACLineSegmentPhase";
|
|
160
|
+
static AMPRIONConstructionProject = "AMPRIONConstructionProject";
|
|
161
|
+
static AMPRIONErpProjectPhase = "AMPRIONErpProjectPhase";
|
|
162
|
+
static AMPRIONConstructionProjectBundle = "AMPRIONConstructionProjectBundle";
|
|
163
|
+
static AMPRIONConstructionProjectPlan = "AMPRIONConstructionProjectPlan";
|
|
164
|
+
static AMPRIONErpProject = "AMPRIONErpProject";
|
|
165
|
+
static AMPRIONErpProjectStructure = "AMPRIONErpProjectStructure";
|
|
166
|
+
static AMPRIONTeam = "AMPRIONTeam";
|
|
167
|
+
static AMPRIONAssetPrimaryEquipment = "AMPRIONAssetPrimaryEquipment";
|
|
168
|
+
static AMPRIONAssetSecondaryEquipment = "AMPRIONAssetSecondaryEquipment";
|
|
169
|
+
static AMPRIONAssetConstructionMaintenance = "AMPRIONAssetConstructionMaintenance";
|
|
170
|
+
static AMPRIONAssetCommunicationEquipment = "AMPRIONAssetCommunicationEquipment";
|
|
171
|
+
static AMPRIONLeaseholder = "AMPRIONLeaseholder";
|
|
172
|
+
static AMPRIONServiceProvider = "AMPRIONServiceProvider";
|
|
173
|
+
static AMPRIONContractingAuthority = "AMPRIONContractingAuthority";
|
|
174
|
+
static AMPRIONLineDistrict = "AMPRIONLineDistrict";
|
|
175
|
+
static AMPRIONLine = "AMPRIONLine";
|
|
176
|
+
static AMPRIONCountry = "AMPRIONCountry";
|
|
177
|
+
static AMPRIONState = "AMPRIONState";
|
|
178
|
+
static AMPRIONMaxInstrumentalCurrentLimit = "AMPRIONMaxInstrumentalCurrentLimit";
|
|
179
|
+
static AMPRIONProtectionCurrentLimit = "AMPRIONProtectionCurrentLimit";
|
|
180
|
+
static AMPRIONThermalCurrentLimit = "AMPRIONThermalCurrentLimit";
|
|
181
|
+
static AMPRIONThermalConnectionCurrentLimit = "AMPRIONThermalConnectionCurrentLimit";
|
|
182
|
+
//MetaModel
|
|
183
|
+
static RdfClass = "RdfClass";
|
|
184
|
+
static RdfProperty = "RdfProperty";
|
|
185
|
+
static RdfEnum = "RdfEnum";
|
|
5
186
|
}
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
CIM_CLASS_NAMES.EquipmentContainer = "EquipmentContainer";
|
|
16
|
-
CIM_CLASS_NAMES.Substation = "Substation";
|
|
17
|
-
CIM_CLASS_NAMES.VoltageLevel = "VoltageLevel";
|
|
18
|
-
CIM_CLASS_NAMES.Plant = "Plant";
|
|
19
|
-
CIM_CLASS_NAMES.DCEquipmentContainer = "DCEquipmentContainer";
|
|
20
|
-
CIM_CLASS_NAMES.Bay = "Bay";
|
|
21
|
-
CIM_CLASS_NAMES.Line = "Line";
|
|
22
|
-
CIM_CLASS_NAMES.Feeder = "Feeder";
|
|
23
|
-
CIM_CLASS_NAMES.ConnectivityNode = "ConnectivityNode";
|
|
24
|
-
CIM_CLASS_NAMES.Terminal = "Terminal";
|
|
25
|
-
CIM_CLASS_NAMES.Equipment = "Equipment";
|
|
26
|
-
CIM_CLASS_NAMES.TopologicalNode = "TopologicalNode";
|
|
27
|
-
CIM_CLASS_NAMES.TopologicalIsland = "TopologicalIsland";
|
|
28
|
-
CIM_CLASS_NAMES.ConductingEquipment = "ConductingEquipment";
|
|
29
|
-
CIM_CLASS_NAMES.ACLineSegment = "ACLineSegment";
|
|
30
|
-
CIM_CLASS_NAMES.EVACLineSegment = "EVACLineSegment";
|
|
31
|
-
CIM_CLASS_NAMES.EVACLineSubSegment = "EVACLineSubSegment";
|
|
32
|
-
CIM_CLASS_NAMES.PowerTransformer = "PowerTransformer";
|
|
33
|
-
CIM_CLASS_NAMES.BusbarSection = "BusbarSection";
|
|
34
|
-
CIM_CLASS_NAMES.Junction = "Junction";
|
|
35
|
-
CIM_CLASS_NAMES.Ground = "Ground";
|
|
36
|
-
CIM_CLASS_NAMES.GroundDisconnector = "GroundDisconnector";
|
|
37
|
-
CIM_CLASS_NAMES.Disconnector = "Disconnector";
|
|
38
|
-
CIM_CLASS_NAMES.Switch = "Switch";
|
|
39
|
-
CIM_CLASS_NAMES.Breaker = "Breaker";
|
|
40
|
-
CIM_CLASS_NAMES.LoadBreakSwitch = "LoadBreakSwitch";
|
|
41
|
-
CIM_CLASS_NAMES.Recloser = "Recloser";
|
|
42
|
-
CIM_CLASS_NAMES.SeriesCompensator = "SeriesCompensator";
|
|
43
|
-
CIM_CLASS_NAMES.EnergySource = "EnergySource";
|
|
44
|
-
CIM_CLASS_NAMES.EnergyConsumer = "EnergyConsumer";
|
|
45
|
-
CIM_CLASS_NAMES.Clamp = "Clamp";
|
|
46
|
-
CIM_CLASS_NAMES.EquivalentBranch = "EquivalentBranch";
|
|
47
|
-
CIM_CLASS_NAMES.EquivalentInjection = "EquivalentInjection";
|
|
48
|
-
CIM_CLASS_NAMES.LoadArea = "LoadArea";
|
|
49
|
-
CIM_CLASS_NAMES.SubLoadArea = "SubLoadArea";
|
|
50
|
-
CIM_CLASS_NAMES.ConformLoadGroup = "ConformLoadGroup";
|
|
51
|
-
CIM_CLASS_NAMES.ConformLoad = "ConformLoad";
|
|
52
|
-
CIM_CLASS_NAMES.RegulatingCondEq = "RegulatingCondEq";
|
|
53
|
-
CIM_CLASS_NAMES.ExternalNetworkInjection = "ExternalNetworkInjection";
|
|
54
|
-
CIM_CLASS_NAMES.RegulatingControl = "RegulatingControl";
|
|
55
|
-
CIM_CLASS_NAMES.SynchronousMachine = "SynchronousMachine";
|
|
56
|
-
CIM_CLASS_NAMES.GeneratingUnit = "GeneratingUnit";
|
|
57
|
-
CIM_CLASS_NAMES.ShuntCompensator = "ShuntCompensator";
|
|
58
|
-
CIM_CLASS_NAMES.LinearShuntCompensator = "LinearShuntCompensator";
|
|
59
|
-
CIM_CLASS_NAMES.OperationalLimitSet = "OperationalLimitSet";
|
|
60
|
-
CIM_CLASS_NAMES.OperationalLimitType = "OperationalLimitType";
|
|
61
|
-
CIM_CLASS_NAMES.CurrentLimit = "CurrentLimit";
|
|
62
|
-
CIM_CLASS_NAMES.Diagram = "Diagram";
|
|
63
|
-
CIM_CLASS_NAMES.EVDiagram = "EVDiagram";
|
|
64
|
-
CIM_CLASS_NAMES.DiagramObject = "DiagramObject";
|
|
65
|
-
CIM_CLASS_NAMES.DiagramObjectPoint = "DiagramObjectPoint";
|
|
66
|
-
CIM_CLASS_NAMES.CoordinateSystem = "CoordinateSystem";
|
|
67
|
-
CIM_CLASS_NAMES.Location = "Location";
|
|
68
|
-
CIM_CLASS_NAMES.WNLocation = "WNLocation";
|
|
69
|
-
CIM_CLASS_NAMES.PositionPoint = "PositionPoint";
|
|
70
|
-
CIM_CLASS_NAMES.SvPowerFlow = "SvPowerFlow";
|
|
71
|
-
CIM_CLASS_NAMES.SvVoltage = "SvVoltage";
|
|
72
|
-
CIM_CLASS_NAMES.Asset = "Asset";
|
|
73
|
-
CIM_CLASS_NAMES.Facility = "Facility";
|
|
74
|
-
CIM_CLASS_NAMES.AssetDeployment = "AssetDeployment";
|
|
75
|
-
CIM_CLASS_NAMES.AssetHealthEvent = "AssetHealthEvent";
|
|
76
|
-
CIM_CLASS_NAMES.Organisation = "Organisation";
|
|
77
|
-
CIM_CLASS_NAMES.AssetOrganisationRole = "AssetOrganisationRole";
|
|
78
|
-
CIM_CLASS_NAMES.AssetOwner = "AssetOwner";
|
|
79
|
-
CIM_CLASS_NAMES.AssetUser = "AssetUser";
|
|
80
|
-
CIM_CLASS_NAMES.HealthScore = "HealthScore";
|
|
81
|
-
CIM_CLASS_NAMES.SwitchingPlan = "SwitchingPlan";
|
|
82
|
-
CIM_CLASS_NAMES.SwitchingAction = "SwitchingAction";
|
|
83
|
-
CIM_CLASS_NAMES.ModelOperationDescription = "ModelOperationDescription";
|
|
84
|
-
CIM_CLASS_NAMES.EVTerminal = "EVTerminal";
|
|
85
|
-
CIM_CLASS_NAMES.EVTerminalAction = "EVTerminalAction";
|
|
86
|
-
CIM_CLASS_NAMES.SwitchAction = "SwitchAction";
|
|
87
|
-
CIM_CLASS_NAMES.EVPowerTransformerInfo = "EVPowerTransformerInfo";
|
|
88
|
-
CIM_CLASS_NAMES.EVPowerTransformerEndInfo = "EVPowerTransformerEndInfo";
|
|
89
|
-
CIM_CLASS_NAMES.EVTapChangerInfo = "EVTapChangerInfo";
|
|
90
|
-
CIM_CLASS_NAMES.EVWireInfo = "EVWireInfo";
|
|
91
|
-
CIM_CLASS_NAMES.WNWireInfo = "WNWireInfo";
|
|
92
|
-
CIM_CLASS_NAMES.SwitchInfo = "SwitchInfo";
|
|
93
|
-
CIM_CLASS_NAMES.EVStationInfo = "EVStationInfo";
|
|
94
|
-
CIM_CLASS_NAMES.WNOutage = "WNOutage";
|
|
95
|
-
CIM_CLASS_NAMES.WNFaultConnectivityNode = "WNFaultConnectivityNode";
|
|
96
|
-
CIM_CLASS_NAMES.WNFacility = "WNFacility";
|
|
97
|
-
CIM_CLASS_NAMES.WNConnectivityNode = "WNConnectivityNode";
|
|
98
|
-
CIM_CLASS_NAMES.WNFeeder = "WNFeeder";
|
|
99
|
-
CIM_CLASS_NAMES.WNEnergyConsumer = "WNEnergyConsumer";
|
|
100
|
-
CIM_CLASS_NAMES.EVModel = "EVModel";
|
|
101
|
-
CIM_CLASS_NAMES.EVIndicator = "EVIndicator";
|
|
102
|
-
CIM_CLASS_NAMES.EVImportanceScore = "EVImportanceScore";
|
|
103
|
-
CIM_CLASS_NAMES.EVAnalytic = "EVAnalytic";
|
|
104
|
-
CIM_CLASS_NAMES.EVWireObject = "EVWireObject";
|
|
105
|
-
CIM_CLASS_NAMES.AMPRIONSubstation = "AMPRIONSubstation";
|
|
106
|
-
CIM_CLASS_NAMES.AMPRIONBay = "AMPRIONBay";
|
|
107
|
-
CIM_CLASS_NAMES.AMPRIONConstructionContainer = "AMPRIONConstructionContainer";
|
|
108
|
-
CIM_CLASS_NAMES.AMPRIONSpanField = "AMPRIONSpanField";
|
|
109
|
-
CIM_CLASS_NAMES.AMPRIONWire = "AMPRIONWire";
|
|
110
|
-
CIM_CLASS_NAMES.AMPRIONTower = "AMPRIONTower";
|
|
111
|
-
CIM_CLASS_NAMES.AMPRIONFacility = "AMPRIONFacility";
|
|
112
|
-
CIM_CLASS_NAMES.AMPRIONACLineSegment = "AMPRIONACLineSegment";
|
|
113
|
-
CIM_CLASS_NAMES.AMPRIONACLineSubSegment = "AMPRIONACLineSubSegment";
|
|
114
|
-
CIM_CLASS_NAMES.ACLineSegmentPhase = "ACLineSegmentPhase";
|
|
115
|
-
CIM_CLASS_NAMES.AMPRIONConstructionProject = "AMPRIONConstructionProject";
|
|
116
|
-
CIM_CLASS_NAMES.AMPRIONErpProjectPhase = "AMPRIONErpProjectPhase";
|
|
117
|
-
CIM_CLASS_NAMES.AMPRIONConstructionProjectBundle = "AMPRIONConstructionProjectBundle";
|
|
118
|
-
CIM_CLASS_NAMES.AMPRIONConstructionProjectPlan = "AMPRIONConstructionProjectPlan";
|
|
119
|
-
CIM_CLASS_NAMES.AMPRIONErpProject = "AMPRIONErpProject";
|
|
120
|
-
CIM_CLASS_NAMES.AMPRIONErpProjectStructure = "AMPRIONErpProjectStructure";
|
|
121
|
-
CIM_CLASS_NAMES.AMPRIONTeam = "AMPRIONTeam";
|
|
122
|
-
CIM_CLASS_NAMES.AMPRIONAssetPrimaryEquipment = "AMPRIONAssetPrimaryEquipment";
|
|
123
|
-
CIM_CLASS_NAMES.AMPRIONAssetSecondaryEquipment = "AMPRIONAssetSecondaryEquipment";
|
|
124
|
-
CIM_CLASS_NAMES.AMPRIONAssetConstructionMaintenance = "AMPRIONAssetConstructionMaintenance";
|
|
125
|
-
CIM_CLASS_NAMES.AMPRIONAssetCommunicationEquipment = "AMPRIONAssetCommunicationEquipment";
|
|
126
|
-
CIM_CLASS_NAMES.AMPRIONLeaseholder = "AMPRIONLeaseholder";
|
|
127
|
-
CIM_CLASS_NAMES.AMPRIONServiceProvider = "AMPRIONServiceProvider";
|
|
128
|
-
CIM_CLASS_NAMES.AMPRIONContractingAuthority = "AMPRIONContractingAuthority";
|
|
129
|
-
CIM_CLASS_NAMES.AMPRIONLineDistrict = "AMPRIONLineDistrict";
|
|
130
|
-
CIM_CLASS_NAMES.AMPRIONLine = "AMPRIONLine";
|
|
131
|
-
CIM_CLASS_NAMES.AMPRIONCountry = "AMPRIONCountry";
|
|
132
|
-
CIM_CLASS_NAMES.AMPRIONState = "AMPRIONState";
|
|
133
|
-
CIM_CLASS_NAMES.AMPRIONMaxInstrumentalCurrentLimit = "AMPRIONMaxInstrumentalCurrentLimit";
|
|
134
|
-
CIM_CLASS_NAMES.AMPRIONProtectionCurrentLimit = "AMPRIONProtectionCurrentLimit";
|
|
135
|
-
CIM_CLASS_NAMES.AMPRIONThermalCurrentLimit = "AMPRIONThermalCurrentLimit";
|
|
136
|
-
CIM_CLASS_NAMES.AMPRIONThermalConnectionCurrentLimit = "AMPRIONThermalConnectionCurrentLimit";
|
|
187
|
+
exports.ClassNames = ClassNames;
|
|
188
|
+
exports.AlternateModelsDeletableProperties = [
|
|
189
|
+
'baseIRI',
|
|
190
|
+
'propertiesCIMDataObject',
|
|
191
|
+
'targetingCIMDataObject'
|
|
192
|
+
];
|
|
193
|
+
exports.keepProperties = [
|
|
194
|
+
'mrid',
|
|
195
|
+
];
|
|
137
196
|
//# sourceMappingURL=cim-class-names.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cim-class-names.js","sourceRoot":"","sources":["../../src/constants/cim-class-names.ts"],"names":[],"mappings":";;;AAAA,MAAa,
|
|
1
|
+
{"version":3,"file":"cim-class-names.js","sourceRoot":"","sources":["../../src/constants/cim-class-names.ts"],"names":[],"mappings":";;;AAAA,MAAa,UAAU;IAEZ,MAAM,CAAU,OAAO,GAAG,SAAS,CAAC;IACpC,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAC5C,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC;IAC1D,MAAM,CAAU,qBAAqB,GAAG,uBAAuB,CAAC;IACvE,gBAAgB;IACT,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC,CAAA,kBAAkB;IACpE,MAAM,CAAU,mBAAmB,GAAG,qBAAqB,CAAC,CAAA,gBAAgB;IACnF,YAAY;IACL,MAAM,CAAU,mBAAmB,GAAG,qBAAqB,CAAC;IAC5D,MAAM,CAAU,yBAAyB,GAAG,2BAA2B,CAAC,CAAA,qBAAqB;IAC7F,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC,CAAA,2BAA2B;IAC5F,2BAA2B;IACpB,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;IAC9C,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAChC,MAAM,CAAU,oBAAoB,GAAG,sBAAsB,CAAC;IAC9D,MAAM,CAAU,GAAG,GAAG,KAAK,CAAC;IAC5B,MAAM,CAAU,IAAI,GAAG,MAAM,CAAC;IAC9B,MAAM,CAAU,MAAM,GAAI,QAAQ,CAAC;IAE1C,WAAW;IACJ,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC,CAAA,cAAc;IACpD,MAAM,CAAU,SAAS,GAAG,WAAW,CAAC;IACxC,MAAM,CAAU,eAAe,GAAG,iBAAiB,CAAC;IACpD,MAAM,CAAU,iBAAiB,GAAG,mBAAmB,CAAC;IAE/D,qBAAqB;IACd,MAAM,CAAU,mBAAmB,GAAG,qBAAqB,CAAC;IAC5D,MAAM,CAAU,aAAa,GAAG,eAAe,CAAC,CAAA,WAAW;IAC3D,MAAM,CAAU,eAAe,GAAG,iBAAiB,CAAC,CAAA,WAAW;IAC/D,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC,CAAA,WAAW;IACrE,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC,CAAC,qBAAqB;IAC5E,MAAM,CAAU,aAAa,GAAG,eAAe,CAAC,CAAA,kCAAkC;IAClF,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC,CAAA,kCAAkC;IACxE,MAAM,CAAU,MAAM,GAAG,QAAQ,CAAC,CAAA,QAAQ;IAC1C,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC,CAAC,QAAQ;IACnE,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC,CAAC,QAAQ;IACvD,MAAM,CAAU,MAAM,GAAG,QAAQ,CAAC,CAAA,qBAAqB;IAEvD,MAAM,CAAU,OAAO,GAAG,SAAS,CAAC,CAAC,2BAA2B;IAChE,MAAM,CAAU,eAAe,GAAG,iBAAiB,CAAC,CAAA,2BAA2B;IAC/E,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC,CAAA,2BAA2B;IACjE,MAAM,CAAU,iBAAiB,GAAG,mBAAmB,CAAC;IACxD,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC,CAAA,qBAAqB;IACnE,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC,CAAA,qBAAqB;IACvE,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAEvC,aAAa;IACN,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC,CAAC,2BAA2B;IAClF,MAAM,CAAU,mBAAmB,GAAG,qBAAqB,CAAC,CAAC,2BAA2B;IAE/F,WAAW;IACJ,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC;IACtC,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAC5C,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAEnD,kBAAkB;IACX,MAAM,CAAU,gBAAgB,GAAI,kBAAkB,CAAC;IACvD,MAAM,CAAU,wBAAwB,GAAG,0BAA0B,CAAC;IACtE,MAAM,CAAU,iBAAiB,GAAI,mBAAmB,CAAC;IACzD,MAAM,CAAU,kBAAkB,GAAI,oBAAoB,CAAC;IAE3D,MAAM,CAAU,cAAc,GAAI,gBAAgB,CAAC;IAE1D,kBAAkB;IACX,MAAM,CAAU,gBAAgB,GAAI,kBAAkB,CAAC;IACvD,MAAM,CAAU,sBAAsB,GAAI,wBAAwB,CAAC;IAE1E,mBAAmB;IACZ,MAAM,CAAU,mBAAmB,GAAI,qBAAqB,CAAC;IAC7D,MAAM,CAAU,oBAAoB,GAAI,sBAAsB,CAAC;IAC/D,MAAM,CAAU,YAAY,GAAI,cAAc,CAAC;IAC/C,MAAM,CAAU,YAAY,GAAI,cAAc,CAAC;IAEtD,UAAU;IACH,MAAM,CAAU,OAAO,GAAI,SAAS,CAAC;IACrC,MAAM,CAAU,SAAS,GAAI,WAAW,CAAC;IACzC,MAAM,CAAU,aAAa,GAAI,eAAe,CAAC;IACjD,MAAM,CAAU,kBAAkB,GAAI,oBAAoB,CAAC;IAElE,KAAK;IACE,MAAM,CAAU,gBAAgB,GAAI,kBAAkB,CAAC;IACvD,MAAM,CAAU,QAAQ,GAAI,UAAU,CAAC;IACvC,MAAM,CAAU,UAAU,GAAI,YAAY,CAAC;IAC3C,MAAM,CAAU,aAAa,GAAI,eAAe,CAAC;IAExD,eAAe;IACR,MAAM,CAAU,WAAW,GAAI,aAAa,CAAC;IAC7C,MAAM,CAAU,SAAS,GAAI,WAAW,CAAC;IAEhD,QAAQ;IACD,MAAM,CAAU,KAAK,GAAI,OAAO,CAAC;IACjC,MAAM,CAAU,QAAQ,GAAI,UAAU,CAAC;IACvC,MAAM,CAAU,eAAe,GAAI,iBAAiB,CAAC;IAC5D,gBAAgB;IACT,MAAM,CAAU,gBAAgB,GAAI,kBAAkB,CAAC;IAEvD,MAAM,CAAU,YAAY,GAAI,cAAc,CAAC;IACtD,OAAO;IACA,MAAM,CAAU,qBAAqB,GAAI,uBAAuB,CAAC;IACjE,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,SAAS,GAAG,WAAW,CAAC;IAC/C,WAAW;IACJ,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAC5C,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAEzD,YAAY;IACL,MAAM,CAAU,aAAa,GAAG,eAAe,CAAC;IAChD,MAAM,CAAU,eAAe,GAAG,iBAAiB,CAAC;IAE3D,UAAU;IACH,MAAM,CAAU,SAAS,GAAG,WAAW,CAAC;IAExC,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAClD,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAClD,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC;IAC1D,MAAM,CAAU,yBAAyB,GAAG,2BAA2B,CAAC;IACxE,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;IAErD,iBAAiB;IACV,MAAM,CAAU,yBAAyB,GAAG,2BAA2B,CAAC;IACxE,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAClD,MAAM,CAAU,gCAAgC,GAAG,kCAAkC,CAAC;IACtF,MAAM,CAAU,qBAAqB,GAAG,uBAAuB,CAAC;IAEvE,gBAAgB;IACT,MAAM,CAAU,iBAAiB,GAAG,mBAAmB,CAAC;IACxD,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAClD,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,qBAAqB,GAAI,wBAAwB,CAAC;IAClE,MAAM,CAAU,sBAAsB,GAAI,yBAAyB,CAAC;IAE3E,kBAAkB;IACX,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAChC,MAAM,CAAU,SAAS,GAAG,WAAW,CAAC;IAE/C,0BAA0B;IAC1B,oBAAoB;IACb,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;IACrD,YAAY;IACL,MAAM,CAAU,sBAAsB,GAAG,wBAAwB,CAAC;IAClE,MAAM,CAAU,yBAAyB,GAAG,2BAA2B,CAAC;IACxE,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IACtD,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAE1C,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAG1C,MAAM,CAAU,aAAa,GAAG,eAAe,CAAC;IAGvD,sBAAsB;IACf,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC;IACtC,MAAM,CAAU,uBAAuB,GAAG,yBAAyB,CAAC;IAEpE,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC;IAC1D,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC;IACtC,MAAM,CAAU,gBAAgB,GAAG,kBAAkB,CAAC;IAEtD,MAAM,CAAU,iBAAiB,GAAG,mBAAmB,CAAC;IACxD,MAAM,CAAU,qBAAqB,GAAG,uBAAuB,CAAC;IAChE,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAEzD,yBAAyB;IAClB,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAC5C,MAAM,CAAU,YAAY,GAAI,cAAc,CAAC;IAEtD,SAAS;IACF,MAAM,CAAU,iBAAiB,GAAI,mBAAmB,CAAC;IACzD,MAAM,CAAU,UAAU,GAAI,YAAY,CAAC;IAE3C,MAAM,CAAU,4BAA4B,GAAI,8BAA8B,CAAC;IAC/E,MAAM,CAAU,gBAAgB,GAAI,kBAAkB,CAAC;IACvD,MAAM,CAAU,WAAW,GAAI,aAAa,CAAC;IAC7C,MAAM,CAAU,YAAY,GAAI,cAAc,CAAC;IAC/C,MAAM,CAAU,eAAe,GAAI,iBAAiB,CAAC;IAErD,MAAM,CAAU,oBAAoB,GAAI,sBAAsB,CAAC;IAC/D,MAAM,CAAU,uBAAuB,GAAI,yBAAyB,CAAC;IACrE,MAAM,CAAU,kBAAkB,GAAI,oBAAoB,CAAC;IAE3D,MAAM,CAAU,0BAA0B,GAAI,4BAA4B,CAAC;IAC3E,MAAM,CAAU,sBAAsB,GAAI,wBAAwB,CAAC;IACnE,MAAM,CAAU,gCAAgC,GAAI,kCAAkC,CAAC;IACvF,MAAM,CAAU,8BAA8B,GAAI,gCAAgC,CAAC;IACnF,MAAM,CAAU,iBAAiB,GAAI,mBAAmB,CAAC;IACzD,MAAM,CAAU,0BAA0B,GAAI,4BAA4B,CAAC;IAG3E,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAC5C,MAAM,CAAU,4BAA4B,GAAG,8BAA8B,CAAC;IAC9E,MAAM,CAAU,8BAA8B,GAAG,gCAAgC,CAAC;IAClF,MAAM,CAAU,mCAAmC,GAAG,qCAAqC,CAAC;IAC5F,MAAM,CAAU,kCAAkC,GAAG,oCAAoC,CAAC;IAE1F,MAAM,CAAU,kBAAkB,GAAG,oBAAoB,CAAC;IAC1D,MAAM,CAAU,sBAAsB,GAAG,wBAAwB,CAAC;IAClE,MAAM,CAAU,2BAA2B,GAAG,6BAA6B,CAAC;IAC5E,MAAM,CAAU,mBAAmB,GAAG,qBAAqB,CAAC;IAC5D,MAAM,CAAU,WAAW,GAAG,aAAa,CAAC;IAE5C,MAAM,CAAU,cAAc,GAAG,gBAAgB,CAAC;IAClD,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;IAE9C,MAAM,CAAU,kCAAkC,GAAG,oCAAoC,CAAC;IAC1F,MAAM,CAAU,6BAA6B,GAAG,+BAA+B,CAAC;IAChF,MAAM,CAAU,0BAA0B,GAAG,4BAA4B,CAAC;IAC1E,MAAM,CAAU,oCAAoC,GAAG,sCAAsC,CAAC;IAErG,WAAW;IACJ,MAAM,CAAU,QAAQ,GAAG,UAAU,CAAC;IACtC,MAAM,CAAU,WAAW,GAAE,aAAa,CAAC;IAC3C,MAAM,CAAU,OAAO,GAAE,SAAS,CAAC;;AA7N9C,gCA8NC;AAEY,QAAA,kCAAkC,GAAG;IAC9C,SAAS;IACT,yBAAyB;IACzB,wBAAwB;CAC3B,CAAA;AAEY,QAAA,cAAc,GAAG;IAC1B,MAAM;CACT,CAAA"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DIAGRAM_LAYOUT_TYPES = void 0;
|
|
4
4
|
class DIAGRAM_LAYOUT_TYPES {
|
|
5
|
+
static NODE_BREAKER = "node-breaker";
|
|
6
|
+
static BUS_BRANCH = "bus-branch";
|
|
7
|
+
static GEOSCHEMATIC = "geoschematic";
|
|
5
8
|
}
|
|
6
9
|
exports.DIAGRAM_LAYOUT_TYPES = DIAGRAM_LAYOUT_TYPES;
|
|
7
|
-
DIAGRAM_LAYOUT_TYPES.NODE_BREAKER = "node-breaker";
|
|
8
|
-
DIAGRAM_LAYOUT_TYPES.BUS_BRANCH = "bus-branch";
|
|
9
|
-
DIAGRAM_LAYOUT_TYPES.GEOSCHEMATIC = "geoschematic";
|
|
10
10
|
//# sourceMappingURL=cim-constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cim-constants.js","sourceRoot":"","sources":["../../src/constants/cim-constants.ts"],"names":[],"mappings":";;;AAAA,MAAa,oBAAoB
|
|
1
|
+
{"version":3,"file":"cim-constants.js","sourceRoot":"","sources":["../../src/constants/cim-constants.ts"],"names":[],"mappings":";;;AAAA,MAAa,oBAAoB;IACxB,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;IAC9C,MAAM,CAAU,UAAU,GAAG,YAAY,CAAC;IAC1C,MAAM,CAAU,YAAY,GAAG,cAAc,CAAC;;AAHvD,oDAIC"}
|