Ringtoets.AssemblyTool.KernelWrapper

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Removed unused krenel interface and kernelWrapperException. * Renamed KernelWrapperFactory to KernelFactory. WTI-1618

    • -0
    • +52
    ./Kernels/AssemblyToolKernelFactory.cs
    • -54
    • +0
    ./Kernels/AssemblyToolKernelWrapperFactory.cs
    • -68
    • +0
    ./Kernels/Categories/AssemblyCategoriesKernelWrapperException.cs
    • -3
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 12 more files in changeset.
Removed redundant AssemblyTool data project. WTI-1618

    • -5
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 12 more files in changeset.
Implemented new kernel and refactored categories calculation. WTI-1618

    • -13
    • +10
    ./Calculators/Categories/AssemblyCategoriesCalculator.cs
    • -99
    • +0
    ./Creators/AssemblyCategoryResultCreator.cs
    • -0
    • +98
    ./Creators/AssessmentSectionAssemblyCategoryCreator.cs
    • -2
    • +3
    ./Kernels/AssemblyToolKernelWrapperFactory.cs
    • -3
    • +5
    ./Kernels/IAssemblyToolKernelFactory.cs
    • -2
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 36 more files in changeset.
* Added kernel factory to calculator. * Added method to calculator factory for creating the calculator. WTI-1618

    • -0
    • +6
    ./Calculators/AssemblyToolCalculatorFactory.cs
    • -0
    • +18
    ./Calculators/Assessments/FailureMechanismSectionAssessmentAssemblyCalculator.cs
    • -0
    • +9
    ./Calculators/IAssemblyToolCalculatorFactory.cs
  1. … 4 more files in changeset.
Implemented calculator for calculating failure mechanism section assessment assembly. WTI-1618

    • -0
    • +42
    ./Calculators/Assessments/FailureMechanismSectionAssessmentAssemblyCalculator.cs
    • -1
    • +1
    ./Calculators/Assessments/IFailureMechanismSectionAssessmentAssemblyCalculator.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
Implemented interface for calculating failure mechanism section assessment assembly. WTI-1618

    • -0
    • +53
    ./Calculators/Assessments/IFailureMechanismSectionAssessmentAssemblyCalculator.cs
    • -0
    • +6
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
Improvements after review. WTI-1558

    • -2
    • +0
    ./Calculators/Categories/AssemblyCategoriesCalculatorException.cs
    • -4
    • +5
    ./Creators/AssemblyCategoryResultCreator.cs
    • -2
    • +0
    ./Kernels/Categories/AssemblyCategoriesKernelWrapperException.cs
  1. … 24 more files in changeset.
Implemented catching the kernel exception and wrapping it with a calculator exception. WTI-1558

    • -3
    • +10
    ./Calculators/Categories/AssemblyCategoriesCalculator.cs
  1. … 1 more file in changeset.
Added throwing exception to kernel wrapper and stub. WTI-1558

  1. … 2 more files in changeset.
Introduced calculator exception. WTI-1558

    • -0
    • +70
    ./Calculators/Categories/AssemblyCategoriesCalculatorException.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
Introduced kernelWrapper exception. WTI-1558

    • -0
    • +70
    ./Kernels/Categories/AssemblyCategoriesKernelWrapperException.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
- Removed Boundaries result as we can just return an ienumerable of categories - Renamed CategoryBoundaries to Categories. WTI-1558

    • -3
    • +3
    ./Calculators/AssemblyToolCalculatorFactory.cs
    • -0
    • +69
    ./Calculators/Categories/AssemblyCategoriesCalculator.cs
    • -0
    • +53
    ./Calculators/Categories/IAssemblyCategoriesCalculator.cs
    • -5
    • +5
    ./Calculators/IAssemblyToolCalculatorFactory.cs
    • -100
    • +0
    ./Creators/AssemblyCategoryBoundariesResultCreator.cs
    • -0
    • +98
    ./Creators/AssemblyCategoryResultCreator.cs
    • -3
    • +3
    ./Kernels/AssemblyToolKernelWrapperFactory.cs
    • -0
    • +37
    ./Kernels/Categories/AssemblyCategoriesKernelWrapper.cs
    • -0
    • +48
    ./Kernels/Categories/IAssemblyCategoriesKernel.cs
    • -4
    • +4
    ./Kernels/IAssemblyToolKernelFactory.cs
    • -5
    • +5
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 43 more files in changeset.
Refactored kernelWrapper - Only expose calculate method. WTI-1558

  1. … 4 more files in changeset.
Implemented getting the result from the kernel in the calculator. WTI-1558

  1. … 1 more file in changeset.
Introduced creator to convert assembly kernel output to kernel wrapper result. WTI-1558

    • -0
    • +100
    ./Creators/AssemblyCategoryBoundariesResultCreator.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
Implemented setting the input on the kernelWrapper and performing the calculation. WTI-1558

  1. … 4 more files in changeset.
Added kernel stub library. WTI-1558

    • -0
    • +3
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 1 more file in changeset.
Added properties and calculate method to kernelWrapper. WTI-1558

  1. … 2 more files in changeset.
Introduced CalculateAssessmentSectionCategories on calculator. WTI-1558

  1. … 3 more files in changeset.
Removed passing the input when creating the calculator. WTI-1558

    • -4
    • +2
    ./Calculators/AssemblyToolCalculatorFactory.cs
    • -6
    • +2
    ./Calculators/IAssemblyToolCalculatorFactory.cs
  1. … 4 more files in changeset.
Introduced factory config for calculator. WTI-1558

  1. … 4 more files in changeset.
Implemented calculator factory. WTI-1558

    • -0
    • +59
    ./Calculators/AssemblyToolCalculatorFactory.cs
    • -0
    • +45
    ./Calculators/IAssemblyToolCalculatorFactory.cs
    • -0
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 8 more files in changeset.
Implemented constructor of calculator. WTI-1558

    • -0
    • +7
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 3 more files in changeset.
Implemented creating the kernelWrapper in the factory. WTI-1558

    • -2
    • +2
    ./Kernels/AssemblyToolKernelWrapperFactory.cs
  1. … 1 more file in changeset.
Added TestUtil project for AssemblyToolKernelWrapper. WTI-1558

    • -1
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 8 more files in changeset.
Introduced AssemblyToolKernelFactory. WTI-1558

    • -0
    • +53
    ./Kernels/AssemblyToolKernelWrapperFactory.cs
    • -0
    • +37
    ./Kernels/IAssemblyToolKernelFactory.cs
    • -0
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
Implemented empty kernelWrapper. WTI-1558

    • -0
    • +28
    ./Kernels/CategoryBoundaries/AssemblyCategoryBoundariesKernelWrapper.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 2 more files in changeset.
Renamed CategoryBoundaries to AssemblyCategoryBoundaries. WTI-1558

    • -0
    • +30
    ./Calculators/CategoryBoundaries/AssemblyCategoryBoundariesCalculator.cs
    • -0
    • +35
    ./Calculators/CategoryBoundaries/IAssemblyCategoryBoundariesCalculator.cs
    • -0
    • +37
    ./Kernels/CategoryBoundaries/IAssemblyCategoryBoundariesKernel.cs
    • -3
    • +3
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 3 more files in changeset.
Added empty calculator implementation. WTI-1558

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 3 more files in changeset.
Fixed missing interfaces in project. WTI-1558

    • -0
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj