Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/GrassCoverErosionOutwardsWaveConditionsCalculationHelper.cs
===================================================================
diff -u -r218e7a0206204401ad7fe9d94ea3532dc456f33e -rca7d3c9eddcb3636472cbecdc1088af10211b51a
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/GrassCoverErosionOutwardsWaveConditionsCalculationHelper.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationHelper.cs) (revision 218e7a0206204401ad7fe9d94ea3532dc456f33e)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/GrassCoverErosionOutwardsWaveConditionsCalculationHelper.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationHelper.cs) (revision ca7d3c9eddcb3636472cbecdc1088af10211b51a)
@@ -38,12 +38,12 @@
public static class GrassCoverErosionOutwardsWaveConditionsCalculationHelper
{
///
- /// Adds a based on the
- /// in the and sets their initial category type input based on the .
+ /// Adds a in the
+ /// based on the and the .
///
/// Locations to base the calculation upon.
/// The list to update.
- /// The to set the category type input for.
+ /// The to base the calculation on.
/// Throw when any
/// or is null.
/// Thrown when is an invalid value.
Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs
===================================================================
diff -u -rcfadbf568db1e3dd80f853ef86d0d19813c8786d -rca7d3c9eddcb3636472cbecdc1088af10211b51a
--- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision cfadbf568db1e3dd80f853ef86d0d19813c8786d)
+++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision ca7d3c9eddcb3636472cbecdc1088af10211b51a)
@@ -38,8 +38,8 @@
public static class StabilityStoneCoverCalculationConfigurationHelper
{
///
- /// Adds based on the
- /// in the and sets their initial category type input based on the .
+ /// Adds in the
+ /// based on the and the .
///
/// Locations to base the calculation upon.
/// The list to update.
@@ -71,6 +71,17 @@
}
}
+ ///
+ /// Creates a calculation and sets the
+ /// and the category type on its input.
+ ///
+ /// The to set.
+ /// The list of calculations to base the calculation name from.
+ /// The to base the category type input on.
+ /// An representing a stability stone cover calculation.
+ /// Thrown when is an invalid value.
+ /// Thrown when is a valid value,
+ /// but unsupported.
private static ICalculationBase CreateStabilityStoneCoverWaveConditionsCalculation(
HydraulicBoundaryLocation hydraulicBoundaryLocation,
IEnumerable calculations,
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs
===================================================================
diff -u -r8588a6a0d9c1d11a496590ef3eaaccd5cf3a1108 -rca7d3c9eddcb3636472cbecdc1088af10211b51a
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs) (revision 8588a6a0d9c1d11a496590ef3eaaccd5cf3a1108)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs) (revision ca7d3c9eddcb3636472cbecdc1088af10211b51a)
@@ -38,8 +38,8 @@
public static class WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper
{
///
- /// Adds based on the
- /// in the and sets their initial category type input based on the .
+ /// Adds in the
+ /// based on the and the .
///
/// Locations to base the calculation upon.
/// The list to update.
@@ -70,6 +70,17 @@
}
}
+ ///
+ /// Creates a calculation and sets the
+ /// and the category type on its input.
+ ///
+ /// The to set.
+ /// The list of calculations to base the calculation name from.
+ /// The to base the category type input on.
+ /// An representing a wave impact asphalt cover calculation.
+ /// Thrown when is an invalid value.
+ /// Thrown when is a valid value,
+ /// but unsupported.
private static ICalculationBase CreateWaveImpactAsphaltCoverWaveConditionsCalculation(
HydraulicBoundaryLocation hydraulicBoundaryLocation,
IEnumerable calculations,