IAssessmentSectionAssemblyCalculator.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Changed all src directories from Ringtoets.<X> to Riskeer.<X>

    • -82
    • +0
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 178 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of the KernelWrapper

    • -1
    • +1
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 209 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 376 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 6095 more files in changeset.
Use FailureProbabilityMarginFactor from AssessmentSection in Assembly. WTI-1844

    • -1
    • +4
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 6 more files in changeset.
Incorporated comments review 3105:

- Ran Cleanup

- Merged properties into a single property as on calling side it is still possible to determine which function was called

- Cleaned up src and tests by extracting common knowledge in separate functions

- Updated XMLDoc

WTI-1763

    • -2
    • +2
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 9 more files in changeset.
Fixed compilation errors for the AssessmentSectionAssemblyCalculator

- Changed return and function arguments to adhere to the new kernel API

-- Fixed ICalculator and stubs. Calculator and its tests were already fixed as part of rev. 8ab2faf07b8a06b705b156aec092eecc8e70cbb8

WTI-1763

    • -8
    • +8
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Removed Combined assembly failure mechanism input since its parameters are unused in the kernel. WTI-1683

    • -3
    • +2
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 13 more files in changeset.
Implemented calculator method. WTI-1683

    • -0
    • +12
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 3 more files in changeset.
Incorporated comments review 2770: - Updated XMLDoc -- changed when to while in the interfaces -- changed from to for in the creator function for the function argument - Fixed typo

WTI-1681

    • -3
    • +3
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 4 more files in changeset.
Replaced AssessmentCategoriesInput with double inputs: - Assembling failure mechanisms does not require other values besides the lower limit norm and the signaling norm -- Adjusted interface and stub accordingly

WTI-1681

    • -3
    • +4
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 4 more files in changeset.
- Exposed kernel output that is relevant for assembling the assessment section: - Adjusted interface to expose the calculator function

WTI-1681

    • -0
    • +13
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Introduced conversions from the kernel output objects to RT objects in the calculators: - Adjusted interface

WTI-1681

    • -3
    • +5
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Exposed kernel methods that are relevant for assembling the failure mechanisms: - Introduced custom exception to wrap all exceptions that can occur in the assembly tool layer - Introduced interface to make the calculator stubbable for future applications

WTI-1681

    • -0
    • +52
    ./IAssessmentSectionAssemblyCalculator.cs
  1. … 7 more files in changeset.