AssessmentSectionAssemblyCalculator.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>

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

- Fixed namespace of the KernelWrapper

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

- Fixed namespaces in .Data project

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

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 6095 more files in changeset.
Cleanup. WTI-1845

    • -2
    • +2
    ./AssessmentSectionAssemblyCalculator.cs
Use FailureProbabilityMarginFactor from AssessmentSection in Assembly. WTI-1844

    • -3
    • +3
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 6 more files in changeset.
Change factor for method 2B-1 to 0.58 WTI-1830

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 1 more file 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

    • -4
    • +3
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 9 more files in changeset.
Cleanup:

- Added missing asserts

- Editorial changes

WTI-1763

    • -1
    • +2
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 13 more files in changeset.
Fixes compilation errors on AssessmentSectionAssemblyCalculator

-Exposed converter of the input creator to allow conversions between the kernel and RT data values

- Fixed calls. WBI-11 should be called with a fixed contribution of 0.54 when determining the category limits

WTI-1763

WTI-1763

    • -14
    • +20
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 3 more files in changeset.
Implement review comments. Update asserts, rename AssemblyErrorMessageTranslator, update test names and update method names WTI-1671

    • -8
    • +8
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 19 more files in changeset.
Add generic error message for exceptions not thrown by the kernel WTI-1671

    • -4
    • +4
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 9 more files in changeset.
Add error message translation to the assessment section assembly calculator WTI-1671

    • -0
    • +17
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 5 more files in changeset.
Improvements after review. WTI-1683

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

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

    • -0
    • +16
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 3 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

    • -2
    • +3
    ./AssessmentSectionAssemblyCalculator.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

    • -3
    • +7
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Exposed kernel methods that are relevant for assembling the assessment section

WTI-1681

    • -0
    • +14
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Introduced conversions from the kernel output objects to RT objects in the calculators: - Adjusted interface

WTI-1681

    • -5
    • +9
    ./AssessmentSectionAssemblyCalculator.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
    • +87
    ./AssessmentSectionAssemblyCalculator.cs
  1. … 7 more files in changeset.