Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up some code hierarchies Related to Issue [WTI-1135]

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

Former-commit-id: 852a743befd47106f8b3a7e330ab692dc77632bb

Former-commit-id: f66c0c339bd98568173cba1b25c66f7f366d644c

    • -45
    • +0
    ./IStochasticSoilModelChangeHandler.cs
    • -52
    • +0
    ./IStochasticSoilModelUpdateModelStrategy.cs
    • -49
    • +0
    ./ISurfaceLineUpdateSurfaceLineStrategy.cs
    • -327
    • +0
    ./StochasticSoilModelImporter.cs
    • -57
    • +0
    ./StochasticSoilModelUpdateException.cs
  1. … 26 more files in changeset.
Removed need of change handler as part of the importer. Related to Issue [WTI-1093]

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

Former-commit-id: e0442d548d88a06725bf8b672c9d55cd1336d619

Former-commit-id: 5eb84782d6408dfe1bb9ea3c3b7d869f36653c84

    • -58
    • +38
    ./StochasticSoilModelImporter.cs
  1. … 5 more files in changeset.
Implemented ISurfaceLineUpdateStrategy for the surface line importer: - Adjusted tests, introduced an internal TestSurfaceLineUpdateStrategy to be independent of the concrete implementations - Renamed interface for consistency reasons: name is now consistent with the soil model equivalent - Hooked up the strategy with the PipingPlugin, AddNewDemoAssessmentSectionCommand and DataImportHelper Related to Issue [WTI-1075]

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

Former-commit-id: 4ccd0f22d485c61168ad0889cfd8ef0004f7a3a4

Former-commit-id: 35be3671e707113e48c9fec3cb5caee637353326

    • -0
    • +49
    ./ISurfaceLineUpdateSurfaceLineStrategy.cs
  1. … 8 more files in changeset.
Added implementation for the StochasticSoilModelChangeHandler. Related to Issue [WTI-1093]

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

Former-commit-id: 1ae9cdb18e4e7c4e938185dd13f87863d2b74efe

Former-commit-id: 187d29454404995f4707c1e5230c4c47fcb9277f

    • -0
    • +15
    ./IStochasticSoilModelChangeHandler.cs
  1. … 8 more files in changeset.
Implemented UpdateStrategy for the surface lines: - Strategy to replace the targetCollection with the read surface lines Related to Issue [WTI-1075]

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

Former-commit-id: e3080905eeace80c54a862b92386ad2be00d8c26

Former-commit-id: b464cab5892ac36418479e6c6a74d1c58c1b3ad6

    • -0
    • +49
    ./ISurfaceLineUpdateStrategy.cs
  1. … 5 more files in changeset.
Moved StochasticSoilModelImporter to IO namespace. Added IStochasticSoilModelChangeHandler to inquire user for change confirmation. Implemented TestStochasticSoilModelChangeHandler utility class to use in testing. Added Ringtoets.Piping.IO.TestUtil to house the utility class. Implemented StochasticSoilModelChangeHandler with a basic implementation. Extracted TestStochasticSoilModelUpdateModelStrategy from StochasticSoilModelImporterTest. Related to Issue [WTI-1093]

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

Former-commit-id: daa6aaa9971d4c85b57003a53b2dff1138ea52cc

Former-commit-id: 79e4b525884bc0d7a9dc1f2a0af9d6aa57e7d9bf

    • -0
    • +30
    ./IStochasticSoilModelChangeHandler.cs
    • -0
    • +52
    ./IStochasticSoilModelUpdateModelStrategy.cs
    • -0
    • +347
    ./StochasticSoilModelImporter.cs
    • -0
    • +57
    ./StochasticSoilModelUpdateException.cs
  1. … 32 more files in changeset.