Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfiguration.cs
===================================================================
diff -u -r56beff6e761d1d6f07fcd566791a03baad5c7358 -reeac9fe0e250075e6e95683e4781b7b96ddc178c
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 56beff6e761d1d6f07fcd566791a03baad5c7358)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision eeac9fe0e250075e6e95683e4781b7b96ddc178c)
@@ -39,27 +39,27 @@
///
/// Gets or sets the stochast configuration for the area flow apertures of the structure.
///
- public MeanStandardDeviationStochastConfiguration AreaFlowApertures { get; set; }
+ public StochastConfiguration AreaFlowApertures { get; set; }
///
/// Gets or sets the stochast configuration for the bank width of the structure.
///
- public MeanStandardDeviationStochastConfiguration BankWidth { get; set; }
+ public StochastConfiguration BankWidth { get; set; }
///
/// Gets or sets the stochast configuration for the constructive strength of the linear load model of the structure.
///
- public MeanVariationCoefficientStochastConfiguration ConstructiveStrengthLinearLoadModel { get; set; }
+ public StochastConfiguration ConstructiveStrengthLinearLoadModel { get; set; }
///
/// Gets or sets the stochast configuration for the constructive strength of the quadratic load model of the structure.
///
- public MeanVariationCoefficientStochastConfiguration ConstructiveStrengthQuadraticLoadModel { get; set; }
+ public StochastConfiguration ConstructiveStrengthQuadraticLoadModel { get; set; }
///
/// Gets or sets the stochast configuration for the drain coefficient of the structure.
///
- public MeanStandardDeviationStochastConfiguration DrainCoefficient { get; set; }
+ public StochastConfiguration DrainCoefficient { get; set; }
///
/// Gets or sets the evaluation level of the structure.
@@ -69,7 +69,7 @@
///
/// Gets or sets the stochast configuration for the failure collision energy of the structure.
///
- public MeanVariationCoefficientStochastConfiguration FailureCollisionEnergy { get; set; }
+ public StochastConfiguration FailureCollisionEnergy { get; set; }
///
/// Gets or sets the failure probability of repairing a closure of the structure.
@@ -79,7 +79,7 @@
///
/// Gets or sets the stochast configuration for the flow velocity structure closable of the structure.
///
- public MeanVariationCoefficientStochastConfiguration FlowVelocityStructureClosable { get; set; }
+ public StochastConfiguration FlowVelocityStructureClosable { get; set; }
///
/// Gets or sets the inflow model type of the structure.
@@ -89,17 +89,17 @@
///
/// Gets or sets the stochast configuration for the inside water level of the structure.
///
- public MeanStandardDeviationStochastConfiguration InsideWaterLevel { get; set; }
+ public StochastConfiguration InsideWaterLevel { get; set; }
///
/// Gets or sets the stochast configuration for the inside water level failure construction of the structure.
///
- public MeanStandardDeviationStochastConfiguration InsideWaterLevelFailureConstruction { get; set; }
+ public StochastConfiguration InsideWaterLevelFailureConstruction { get; set; }
///
/// Gets or sets the stochast configuration for the crest level of the structure.
///
- public MeanStandardDeviationStochastConfiguration LevelCrestStructure { get; set; }
+ public StochastConfiguration LevelCrestStructure { get; set; }
///
/// Gets or sets the leveling count of the structure.
@@ -119,27 +119,27 @@
///
/// Gets or sets the stochast configuration for the mass of the ship.
///
- public MeanVariationCoefficientStochastConfiguration ShipMass { get; set; }
+ public StochastConfiguration ShipMass { get; set; }
///
/// Gets or sets the stochast configuration for the velocity of the ship.
///
- public MeanVariationCoefficientStochastConfiguration ShipVelocity { get; set; }
+ public StochastConfiguration ShipVelocity { get; set; }
///
/// Gets or sets the stochast configuration for the stability properties of the linear load model of the structure.
///
- public MeanVariationCoefficientStochastConfiguration StabilityLinearLoadModel { get; set; }
+ public StochastConfiguration StabilityLinearLoadModel { get; set; }
///
/// Gets or sets the stochast configuration for the stability properties of the quadratic load model of the structure.
///
- public MeanVariationCoefficientStochastConfiguration StabilityQuadraticLoadModel { get; set; }
+ public StochastConfiguration StabilityQuadraticLoadModel { get; set; }
///
/// Gets or sets the stochast configuration for the threshold height of the open weir of the structure.
///
- public MeanStandardDeviationStochastConfiguration ThresholdHeightOpenWeir { get; set; }
+ public StochastConfiguration ThresholdHeightOpenWeir { get; set; }
///
/// Gets or sets the vertical distance of the structure.