MacrostabilityOutwardsFailureMechanismSectionResult.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Start renaming MacrostabilityOutwards -> MacroStabilityOutwards Start implementing probability assessment input and properties for macro stability outwards failure mechanism WTI-1531

    • -79
    • +0
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 64 more files in changeset.
Incorporated comments: - Pushed AssessmentLayerThree down to the derived classes -- Adjusted tests

Related to Issue [WTI-1373]

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

Former-commit-id: 7eacee6cb466fa4b6c8f56ae238ae24cd8fe705f

Former-commit-id: ac1367b97138cee55c90e7af965fef29e06fba39

    • -0
    • +6
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 56 more files in changeset.
Updated license headers in Ringtoets.Integration. Related to Issue [WTI-1242]

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

Former-commit-id: 5cf71e2f52c6a9a36e1a31ea82f36a076ffbebd4

Former-commit-id: 6abec109964cfccaea7e617f4a17ce5ab22c1d4f

    • -1
    • +1
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 245 more files in changeset.
* Introduced Range class and FormattableConstants * Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. * Removed Dotspatial Legend related stuff from BruTileLayer and IConfiguration (and it's derivatives). * Cleanup in BruTileLayer. * Extended ProbabilityHelper with method for validating probability values. Related to Issue [WTI-1131]

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

Former-commit-id: d5a767df415eb68fcef3ebd2503020ed5f4979cc

Former-commit-id: 1bdd5e06da36a1dbb69f6e6e4d1e529805155d47

    • -3
    • +9
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 84 more files in changeset.
Make sure all toetssporen have a toetslaag 1 in their "Resultaat" view * Moved AssessmentlayerOne and AssessmentLayerThree to base * cleaned *FailureMechanismSectionResult.cs * cleaned *FailureMechanismSectionResultTest.cs * cleaned *FailureMechanismSectionResultRow.cs * cleaned *FailureMechanismSectionResultRowTest.cs Related to Issue [WTI-935]

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

Former-commit-id: 0e03c6bc20f13d073b13cf30def9c56982e07d84

Former-commit-id: 8e305f808667634c5856790dac77d85097e8393e

    • -14
    • +1
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 90 more files in changeset.
Regenerated DbContext. Added GeneralGrassCoverErosionInwardsInputCreateExtensions. Removed code that became obsolete after not updating anymore. Related to Issue [WTI-841]

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

Former-commit-id: b53160ea628d6c95afebe9f2ded759daf311b918

Former-commit-id: 67a72771530ac0984b6b496dcb3ec9c2d4610aa6

    • -4
    • +1
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 273 more files in changeset.
* Cleanup Ringtoets.Integration source projects. Related to Issue [WTI-737]

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

Former-commit-id: 81780950d9062b4a617f459444f29a79a547ad60

Former-commit-id: 6f72bf743578a919b68f5f9fd762453a83a52382

    • -2
    • +2
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 69 more files in changeset.
* Fixed value inconsistency between PipingFailureMechanismSectionResultRow.AssessmentLayerTwoA and PipingSemiProbabilisticOutputProperties.Probability ** Probabilities are now longer RoundedDouble *** FailureMechanismSectionResultNoProbabilityValueRoundedDoubleConverter refactored to FailureMechanismSectionResultNoProbabilityValueDoubleConverter to work with only doubles for the probability properties. Related to Issue [WTI-660]

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

Former-commit-id: d08b494c7bb36d299e7e2bc2c3d1835f39c0526b

Former-commit-id: 308a51e0eee06a4942bec0e865b4ef9ad630d9b4

    • -3
    • +3
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 41 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

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

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

    • -1
    • +2
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 135 more files in changeset.
Added explicit check for NaN value when validating AssessmentLayerTwoA as a probability. Connected generate scenario's context menu item to the dikeprofile selection dialog. Added tests for generating calculations with unique names based on DikeProfile instances.

Related to Issue [WTI-634]

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

Former-commit-id: c43f3d10d5ed64306a48baebff0b922a5f920da2

Former-commit-id: c0b4e9094924c0b079944c9951cd3577646bcba8

    • -1
    • +1
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 6 more files in changeset.
Implemented create/update/read for - MacrostabilityInwardsFailureMechanismSectionResult - MacrostabilityOutwardsFailureMechanismSectionResult - WaveImpactAsphaltCoverFailureMechanismSectionResult Related to Issue [WTI-648]

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

Former-commit-id: f2f1ef864da0cc1b4f7fe54b5f8d9f0f6cdd3ce2

Former-commit-id: 596eac5f4eb38d79813917c0d20ca2d4992b917d

    • -1
    • +4
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 43 more files in changeset.
Implemented more readable (and better maintainable) way of returning contexts for each failure mechanism by implementing and using FailureMechanismContextAssociation instances which defines transformations per FailureMechanism to a FailureMechanismContext instance. Added GetMemberName for methods in TypeUtils. Moved Name property of FailureMechanismResultRow implementations to the FailureMechanismResultRow (base) class. Renamed directories (and thus namespaces) to prevent possible naming conflicts. Made parts of code more readable. Improved doc. Related to Issue [WTI-510]

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

Former-commit-id: edec08193cc1b21df028e473f6667a16b73d1568

Former-commit-id: 8b2c23d212760c612069ec6d6baf6aab55c4e1dc

    • -0
    • +79
    ./MacrostabilityOutwardsFailureMechanismSectionResult.cs
  1. … 260 more files in changeset.