Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.KernelWrapper/Kernels/AssemblyToolKernelFactory.cs =================================================================== diff -u -rc0389fd4c1b36538e525337a16b67f30ae866f7b -r8baf4e5b00314ba3b36fb82e722fd2940deaad30 --- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.KernelWrapper/Kernels/AssemblyToolKernelFactory.cs (.../AssemblyToolKernelFactory.cs) (revision c0389fd4c1b36538e525337a16b67f30ae866f7b) +++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.KernelWrapper/Kernels/AssemblyToolKernelFactory.cs (.../AssemblyToolKernelFactory.cs) (revision 8baf4e5b00314ba3b36fb82e722fd2940deaad30) @@ -19,8 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using AssemblyTool.Kernel.Assembly; -using AssemblyTool.Kernel.Categories; +using Assembly.Kernel.Implementations; +using Assembly.Kernel.Interfaces; namespace Ringtoets.AssemblyTool.KernelWrapper.Kernels { @@ -45,14 +45,14 @@ } } - public ICategoriesCalculator CreateAssemblyCategoriesKernel() + public ICategoryLimitsCalculator CreateAssemblyCategoriesKernel() { - return new CategoriesCalculator(); + return new CategoryLimitsCalculator(); } - public IFailureMechanismSectionAssemblyCalculator CreateFailureMechanismSectionAssemblyKernel() + public IAssessmentResultsTranslator CreateFailureMechanismSectionAssemblyKernel() { - return new FailureMechanismSectionAssemblyCalculator(); + return new AssessmentResultsTranslator(); } } } \ No newline at end of file