IllustrationPoints

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -76
    • +0
    ./FaultTreeIllustrationPointConverter.cs
    • -106
    • +0
    ./IllustrationPointNodeConverter.cs
    • -54
    • +0
    ./IllustrationPointResultConverter.cs
    • -65
    • +0
    ./SubMechanismIllustrationPointConverter.cs
    • -70
    • +0
    ./TopLevelFaultTreeIllustrationPointConverter.cs
    • -69
    • +0
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 15705 more files in changeset.
Renamed Ringtoets.HydraRing.Calculation. WTI-1931

    • -2
    • +2
    ./FaultTreeIllustrationPointConverter.cs
    • -1
    • +1
    ./SubMechanismIllustrationPointConverter.cs
    • -2
    • +2
    ./TopLevelFaultTreeIllustrationPointConverter.cs
    • -2
    • +2
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 367 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./FaultTreeIllustrationPointConverter.cs
    • -1
    • +1
    ./SubMechanismIllustrationPointConverter.cs
    • -1
    • +1
    ./TopLevelFaultTreeIllustrationPointConverter.cs
    • -1
    • +1
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 6086 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.Common.Service and its tests

WTI-1767

    • -2
    • +3
    ./FaultTreeIllustrationPointConverter.cs
    • -4
    • +6
    ./SubMechanismIllustrationPointConverter.cs
    • -0
    • +1
    ./TopLevelFaultTreeIllustrationPointConverter.cs
    • -0
    • +1
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 6 more files in changeset.
Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

  1. … 23 more files in changeset.
Directly evaluate enumerations Related to Issue [WTI-1393]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13288 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b576755cf796f255cf0595630d3589639bc27c4a

Former-commit-id: ecaf869c5373e50070e70929208558dc272632a5

    • -1
    • +1
    ./FaultTreeIllustrationPointConverter.cs
    • -2
    • +2
    ./SubMechanismIllustrationPointConverter.cs
  1. … 50 more files in changeset.
Cleanup of Ringtoets.Common.* Related to Issue [WTI-1463]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@12775 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f9d9cdbb2feae87c9cca7154bfb0e630390ca220

Former-commit-id: 2ace285b026b153ffd67d17b506b409376d93638

    • -3
    • +3
    ./FaultTreeIllustrationPointConverter.cs
  1. … 88 more files in changeset.
Extended RingtoetsGraphNodeFactory Added GraphNodeConverter Related to Issue [WTI-1312]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11468 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0ad68853915865f87f85f823dafbfdd806e717d0

Former-commit-id: aa110f756cdeb39df5c6399782fc573127ea372b

  1. … 8 more files in changeset.
Incorporated comments review 1991: - Updated XMLDocs and string values - Removed redundant assertions

Paired with ~janssen

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10917 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cb92587bf33eb2ff284efaff82dcf8f4ff72ba64

Former-commit-id: df2363552672db336d3e9a86cb72860b4334ba4c

    • -4
    • +1
    ./FaultTreeIllustrationPointConverter.cs
  1. … 1 more file in changeset.
Incorporated comments review 1971: - Ran DeltaresClean on the illustrationpoint converters related files. Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10857 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d80588bb60247e23fce99490581d19ea9b11b5ab

Former-commit-id: 4a17a22944679368e84bce71b629c2b1faefd4c0

  1. … 2 more files in changeset.
Incorporated comments review 1971: - Reverted to old implementation for the CombinationTypeConverter: -- InvalidEnumArgumentException thrown when an enum is fed which is undefined -- NotSupportedException thrown when an enum is defined, but could not be converted - Adjusted implementation of the IllustrationPointNodeConverter: -- Instead of returning NULL for an unknown IIllustrationPoint, throw a NotSupportedException. Data should not be set on the nodes when there's an invalid element present. Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10856 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2cbfb8c965710004156f587b1d1d143aa01f2d15

Former-commit-id: 3c4c94634b5e02d5e0fe07ca0dd1d0c6d8e6c2d6

    • -7
    • +20
    ./FaultTreeIllustrationPointConverter.cs
    • -10
    • +32
    ./IllustrationPointNodeConverter.cs
  1. … 3 more files in changeset.
Incorporated comments review 1959: Relevant comments for Converters - Removed the InvalidEnumArgumentException of the CombinationTypeConverter and turned it into a IllustrationPointConversionException -- Done because it prevents every user in the converters from wrapping an InvalidEnumArgumentException into a IllustrationPointConversionException

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10842 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2dfb4170b55491ebd90bd15b22e22c7abc598f19

Former-commit-id: c0e736cd8416fce224aee1975cbb388408549ed4

    • -20
    • +7
    ./FaultTreeIllustrationPointConverter.cs
  1. … 2 more files in changeset.
Incorporated comments review 1959: Relevant comments for Converters - Renamed Create methods to Convert

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10841 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5e0b94a85615f02a7c19028830441a8616e1a88a

Former-commit-id: f46ac23151fc772d5a60dc227ed4f6d222a60ce5

    • -3
    • +3
    ./FaultTreeIllustrationPointConverter.cs
    • -3
    • +3
    ./SubMechanismIllustrationPointConverter.cs
    • -7
    • +7
    ./TopLevelFaultTreeIllustrationPointConverter.cs
    • -4
    • +4
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 14 more files in changeset.
Incorporated comments review 1959: Relevant comments for Converters - Additional tests added asserting behaviour for edge cases - Simplified tests by inlining variables Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10839 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b14ecf36fccc0403dc273dfdee3116362b078f96

Former-commit-id: 48ac15f36c292e68b85252828127973b80260bd1

    • -7
    • +22
    ./FaultTreeIllustrationPointConverter.cs
    • -0
    • +10
    ./IllustrationPointNodeConverter.cs
  1. … 4 more files in changeset.
Introduced StructuresOutputProperties and corresponding TreeNodeInfo to prevent InvalidOperationException when selecting a structures output Related to Issue [WTI-1353]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10717 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0c4d02508b23612cc3b46dcf7437642ec3540d23

Former-commit-id: fc43a7f841b531238d1fd30ec25e5e33e8513d38

  1. … 8 more files in changeset.
Introduced GeneralResultConverter to convert HydraRing general results to RT general result with top level fault tree illustration points: - Introduced an IllustrationPointConversionException to indicate that a conversion for the illustration points has failed - Adjusted situation for the converter for sub mechanism illustration points Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10707 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b2c4f976c33a003f31a42aaa497cbb66659037b8

Former-commit-id: 92b3fca93e3dfa4ed8193c083bd4dc083a523cee

  1. … 5 more files in changeset.
Introduced TopLevelFaultTreeIllustrationPointConverter to convert from a HydraRing fault tree to a RT one

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10697 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e88762d1a0af315560cc20a4e1d8a53440dd7dbc

Former-commit-id: 3aea8f3d86e28b8c4a796cacbff8fb6638da23f0

    • -0
    • +69
    ./TopLevelFaultTreeIllustrationPointConverter.cs
  1. … 4 more files in changeset.
Added converter for IllustrationPointNode. Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10695 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 95ec5fdcbc27b00f5544c4f35a9593f65d313173

Former-commit-id: e58599ce4ce5eea32f8c60dbc1c6e987a09f6580

    • -0
    • +76
    ./IllustrationPointNodeConverter.cs
  1. … 9 more files in changeset.
Refactored GeneralResultSubMechanismIllustrationPoint: - Removed class in favor of the GeneralResult<T> - Renamed files when appropriate - Removed obsolete extensions, these are replaced by internal logic based on strings of the wrapper IllustrationPointControlItem on the calling side Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10687 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 65bcd4295ccbcbfc85ffe45740c5877d9c0a8352

Former-commit-id: c9de3cb8e9980d93fb413ad1e598c7795816ffdd

    • -87
    • +0
    ./GeneralResultSubmechanismIllustrationPointConverter.cs
  1. … 50 more files in changeset.
Added converters for combination type and FaultTreeIllustationPoint. Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10681 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6afe7421190b5547e0d7ae47dd57b72e225c6c79

Former-commit-id: a14ee8f0f4ca02b192c81d2d0a706160c6a7a63f

    • -0
    • +57
    ./CombinationTypeConverter.cs
    • -0
    • +63
    ./FaultTreeIllustrationPointConverter.cs
  1. … 5 more files in changeset.
Renamed converter methods. Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10680 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 39813d75d3bde285faf0333d57ec1730d7772dcb

Former-commit-id: 79d8d67b1718c854004dc41d739d41192d706e0e

    • -4
    • +3
    ./GeneralResultSubmechanismIllustrationPointConverter.cs
    • -3
    • +2
    ./SubMechanismIllustrationPointConverter.cs
    • -5
    • +4
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 7 more files in changeset.
Introduced the IllustrationPointBase which serves as a base element for elements in the fault tree: - Derived the FaultTreeIllustrationPoint and SubMechanismIllustrationPoint from the base class - Changed order of constructor arguments of the SubMechanismIllustrationPoint

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10595 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 931f74bac821cb27fb4d1f8c098c613252101462

Former-commit-id: 104e9aaac1eb9316038ad0fe96299621242ab608

    • -2
    • +2
    ./SubMechanismIllustrationPointConverter.cs
  1. … 19 more files in changeset.
Moved IllustrationPoint up one level from the Hydraulics: - Elements are a common element which is not only tied to Hydraulics Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10591 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 91d4f7623869b05460e914b82ef6daef39531376

Former-commit-id: 578a6fb8e14ce4094139337ff19c3f126bae3aa3

    • -1
    • +1
    ./GeneralResultSubmechanismIllustrationPointConverter.cs
    • -1
    • +1
    ./SubMechanismIllustrationPointConverter.cs
    • -1
    • +1
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 113 more files in changeset.
Renamed GeneralResult to GeneralResultSubMechanismIllustrationPoint for data(base) consistency reasons Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10550 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3a34bb24e35a4846eb6629406914d042bb442134

Former-commit-id: 5e87896bbb0b3267a545b4df88602a9c86fed0fa

    • -0
    • +88
    ./GeneralResultSubmechanismIllustrationPointConverter.cs
  1. … 49 more files in changeset.
Review suggestions: - updated XMLdoc - changed method to property - Updated resources Related to Issue [WTI-1303]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10549 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 26067514d45b7dd9f655a7b62e660fb56721ac59

Former-commit-id: 6c4a73ee53b741443afae5bf4ba14ed91cafad6d

    • -10
    • +12
    ./IllustrationPointResultConverter.cs
    • -18
    • +16
    ./SubMechanismIllustrationPointConverter.cs
    • -19
    • +17
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 16 more files in changeset.
Renamed Submechanism<X> to SubMechanism<X> for the illustration points: - Performed on the HydraRing side only

Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10540 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 077a7d4ec43c5777d2a58aadf38de8e9b3fa83f4

Former-commit-id: 8c99502b1f2539ddb4f05f81c55536fa19398ce4

    • -6
    • +9
    ./SubMechanismIllustrationPointConverter.cs
    • -8
    • +9
    ./TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 17 more files in changeset.
Renamed Submechanism<X> to SubMechanism<X> for the illustration points: - Initial commit - Performed on the RT side only - Updated database and migration scripts with the updated names

Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10537 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b4e245c45841961f67a8e6a215a8ddc0108b06d0

Former-commit-id: 9551680e9783a3e8a70dd77616fb14872b7ebcde

    • -0
    • +63
    ./SubMechanismIllustrationPointConverter.cs
    • -64
    • +0
    ./SubmechanismIllustrationPointConverter.cs
    • -0
    • +70
    ./TopLevelSubMechanismIllustrationPointConverter.cs
    • -71
    • +0
    ./TopLevelSubmechanismIllustrationPointConverter.cs
  1. … 85 more files in changeset.
Renamed WindDirectionClosingSituationIllustrationPoint to TopLevelSubmechanismIllustrationPoint: - Done to mirror the items of the fault tree representation more accurately Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10525 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fcf07f21a08126a989c93f0aa75c07e90479fbfa

Former-commit-id: e7f237c271c469cf36e9accc88fe3a86be61fbff

    • -0
    • +71
    ./TopLevelSubmechanismIllustrationPointConverter.cs
    • -71
    • +0
    ./WindDirectionClosingSituationIllustrationPointConverter.cs
  1. … 28 more files in changeset.
Renamed IllustrationPoint to SubmechanismIllustrationPoint: - Done to mirror the items of the fault tree representation more accurately - Fixed inconsistency in the hydra ring side, SubMechanismIllustrationPoint --> SubmechanismIllustrationPoint Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10524 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ab7ea1efe7a38a5dfd582fa8c12dfb84d6405feb

Former-commit-id: 280ffcdbd4442a1d1930adbeb5338d41a3c5b4fd

    • -0
    • +64
    ./SubmechanismIllustrationPointConverter.cs
    • -8
    • +11
    ./WindDirectionClosingSituationIllustrationPointConverter.cs
  1. … 33 more files in changeset.
Renamed RealizedStochast to SubmechanismIllustrationPointStochast: - Done to represent a clearer association with its parent component - Only done on the HydraRing side - Fixed failing tests

Related to Issue [WTI-1305]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10521 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 75ee7fbbd00df14720485f37984ac33ea31941eb

Former-commit-id: 1480a6d37d6d2c3d9a627929b3e7c85ebd0fea20

  1. … 14 more files in changeset.