IStochasticSoilModelUpdateStrategy.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed IStochasticSoilModelUpdateStrategy to IStochasticSoilModelUpdateModelStrategy to better match intention. Refactored StochasticSoilModelImporterTest so that it is not dependent on StochasticSoilModelReplaceDataStrategy. Related to Issue [WTI-1070]

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

Former-commit-id: ac5e0a5ca10519b341140941114df4cc1c1d11fb

Former-commit-id: a5e2892a626326fc99d0d6460d367b4afa783c8e

    • -52
    • +0
    ./IStochasticSoilModelUpdateStrategy.cs
  1. … 7 more files in changeset.
Added validation for Probability of StochasticSoilProfile. Added StochasticSoilmodelUpdateException. Provided base implementation of the DoPostImport (cancelable behavior) and an overridable DoPostImportUpdates to implement just the model updates. Added Strategy postfix to IStochasticSoilModelUpdateStrategy implementations. Fixed liskov issue with StochasticSoilModelUpdateDataStrategy. Related to Issue [WTI-1070]

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

Former-commit-id: 1b86b03430a8714c43abdb447dbf9a561426a94e

Former-commit-id: 781140c2712d3dd80e4e97c162a8455e54d8227d

    • -7
    • +12
    ./IStochasticSoilModelUpdateStrategy.cs
  1. … 40 more files in changeset.
Added "Bijwerken..." item in Stochastic soil models context menu. Made stochasticSoilModel observable, so that updates can be propagated to views. Related to Issue [WTI-1070]

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

Former-commit-id: 27ebf0978fd228bdf9c8226dd234dc5337e97edc

Former-commit-id: f8a3b792894c5cee089977a4a5ee097eb11230ba

    • -5
    • +4
    ./IStochasticSoilModelUpdateStrategy.cs
  1. … 14 more files in changeset.
Implemented routine for updating stochastic soil models based on new definitions from a D-Soil Model file. Added new constructors for TestStochasticSoilModel and TestPipingSoilProfile which have a name parameter. Removed 2 obsolete test classes. Related to Issue [WTI-1070]

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

Former-commit-id: 4c139e13327f35b135005254fe00fdf0cb5f754d

Former-commit-id: 23a3d4c37f34502a91581994953ce32fc1618a73

    • -1
    • +1
    ./IStochasticSoilModelUpdateStrategy.cs
  1. … 20 more files in changeset.
Added IStochasticSoilModelUpdateStrategy which is used to differentiate between the two update strategies after importing stochastic soil models. Implemented StochasticSoilModelReplaceData as one of the two strategies. Created incorrect and unused implementation of StochasticSoilModelUpdateData strategy, to be improved later. Related to Issue [WTI-1070]

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

Former-commit-id: 4962792d5571ff86be5db7467c0a148d8ffd2dab

Former-commit-id: fcd1962eb2a576d83fd6eb72224f7220f1c2dcac

    • -0
    • +48
    ./IStochasticSoilModelUpdateStrategy.cs
  1. … 10 more files in changeset.