Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/IMacroStabilityInwardsCalculatorFactory.cs
===================================================================
diff -u -rd6c2f6364fcba038152ea93e0e420e03989dd35a -r497172e737ffc201c0f905e85a246cdba3c0cb1c
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/IMacroStabilityInwardsCalculatorFactory.cs (.../IMacroStabilityInwardsCalculatorFactory.cs) (revision d6c2f6364fcba038152ea93e0e420e03989dd35a)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/IMacroStabilityInwardsCalculatorFactory.cs (.../IMacroStabilityInwardsCalculatorFactory.cs) (revision 497172e737ffc201c0f905e85a246cdba3c0cb1c)
@@ -24,17 +24,17 @@
namespace Ringtoets.MacroStabilityInwards.KernelWrapper
{
///
- /// Interface for a factory which creates the calculators from the macro stability inwards kernel.
+ /// Interface for a factory which creates calculators for performing macro stability inwards calculations.
///
public interface IMacroStabilityInwardsCalculatorFactory
{
///
- /// Creates the calculator.
+ /// Creates an Uplift Van calculator.
///
- /// The containing all the values required
- /// for performing a macro stability inwards calculation.
- /// The factory responsible for creating the sub calculators.
- /// The calculator.
- IUpliftVanCalculator CreateCalculator(MacroStabilityInwardsCalculatorInput input, IMacroStabilityInwardsKernelFactory factory);
+ /// The containing all the values required
+ /// for performing an Uplift Van calculation.
+ /// The factory responsible for creating the Uplift Van kernel.
+ /// The Uplift Van calculator.
+ IUpliftVanCalculator CreateUpliftVanCalculator(UpliftVanCalculatorInput input, IMacroStabilityInwardsKernelFactory factory);
}
}
\ No newline at end of file