Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs (.../ExportableFailureMechanismAssemblyResult.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs (.../ExportableFailureMechanismAssemblyResult.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,7 +41,7 @@
}
///
- /// Gets the assembly method that was used to assembly the assembly result.
+ /// Gets the assembly method that was used to assemble the assembly result.
///
public ExportableAssemblyMethod AssemblyMethod { get; }
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismGroup.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismGroup.cs (.../ExportableFailureMechanismGroup.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismGroup.cs (.../ExportableFailureMechanismGroup.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -37,7 +37,7 @@
Group2 = 2,
///
- /// Represnts the failure mechanism group 3.
+ /// Represents the failure mechanism group 3.
///
Group3 = 3,
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismType.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismType.cs (.../ExportableFailureMechanismType.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismType.cs (.../ExportableFailureMechanismType.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -87,7 +87,7 @@
DA = 12,
///
- /// Represents the failure mechanism height structurews.
+ /// Represents the failure mechanism height structures.
///
HTKW = 13,
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs (.../ExportableSectionAssemblyResult.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs (.../ExportableSectionAssemblyResult.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,7 +41,7 @@
}
///
- /// Gets the assembly method that was used to assemble the assembly result.
+ /// Gets the assembly method that was used to assemble the assembly result.
///
public ExportableAssemblyMethod AssemblyMethod { get; }
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -40,8 +40,8 @@
/// based on .
///
/// The to create
- /// a for.
- /// A with assembly results.
+ /// an for.
+ /// An with assembly results.
/// Thrown when
/// is null.
/// Thrown when assembly results cannot be created for .
@@ -63,11 +63,11 @@
}
///
- /// Creates a with the assembly result
+ /// Creates an with the assembly result
/// based on .
///
- /// The assessment section to create a for.
- /// A with assembly result.
+ /// The assessment section to create an for.
+ /// An with assembly result.
/// Thrown when assembly result cannot be created for .
private static ExportableAssessmentSectionAssemblyResult CreateExportableAssessmentSectionAssemblyResult(AssessmentSection assessmentSection)
{
@@ -76,11 +76,11 @@
}
///
- /// Creates a with the assembly result
+ /// Creates an with the assembly result
/// based on .
///
- /// The assessment section to create a for.
- /// A with assembly result.
+ /// The assessment section to create an for.
+ /// An with assembly result.
/// Thrown when assembly result cannot be created for .
private static ExportableFailureMechanismAssemblyResultWithProbability CreateExportableFailureMechanismAssemblyResultWithProbability(AssessmentSection assessmentSection)
{
@@ -91,11 +91,11 @@
}
///
- /// Creates a with the assembly result
+ /// Creates an with the assembly result
/// based on .
///
- /// The assessment section to create a for.
- /// A with assembly result.
+ /// The assessment section to create an for.
+ /// An with assembly result.
/// Thrown when assembly result cannot be created for .
private static ExportableFailureMechanismAssemblyResult CreateExportableFailureMechanismAssemblyResultWithoutProbability(AssessmentSection assessmentSection)
{
@@ -154,9 +154,9 @@
}
///
- /// Creates a based on .
+ /// Creates an based on .
///
- /// The assessment section to a for.
+ /// The assessment section to an for.
/// A .
/// Thrown when assembly results cannot be created for .
private static ExportableCombinedSectionAssemblyCollection CreateExportableCombinedSectionAssemblyCollection(AssessmentSection assessmentSection)
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableClosingStructuresFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableClosingStructuresFailureMechanismFactory.cs (.../ExportableClosingStructuresFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableClosingStructuresFailureMechanismFactory.cs (.../ExportableClosingStructuresFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableCombinedSectionAssemblyCollectionFactory.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableCombinedSectionAssemblyCollectionFactory.cs (.../ExportableCombinedSectionAssemblyCollectionFactory.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableCombinedSectionAssemblyCollectionFactory.cs (.../ExportableCombinedSectionAssemblyCollectionFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -35,12 +35,12 @@
public static class ExportableCombinedSectionAssemblyCollectionFactory
{
///
- /// Creates a new instance of
+ /// Creates an new instance of
/// based on .
///
/// A collection of combined section results to
- /// create a for.
- /// A .
+ /// create an for.
+ /// An .
/// Thrown when
/// is null.
public static ExportableCombinedSectionAssemblyCollection CreateExportableCombinedSectionAssemblyCollection(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableDuneErosionFailureMechanismFactory.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableDuneErosionFailureMechanismFactory.cs (.../ExportableDuneErosionFailureMechanismFactory.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableDuneErosionFailureMechanismFactory.cs (.../ExportableDuneErosionFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -1,4 +1,4 @@
-// Copyright (C) Stichting Deltares 2017. All rights reserved.
+// Copyright (C) Stichting Deltares 2017. All rights reserved.
//
// This file is part of Ringtoets.
//
@@ -40,12 +40,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableFailureMechanismFactory.cs (.../ExportableFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableFailureMechanismFactory.cs (.../ExportableFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -31,13 +31,13 @@
public static class ExportableFailureMechanismFactory
{
///
- /// Creates a default instance of a
+ /// Creates a default instance of an
/// with a probability based on its input parameters.
///
/// The of the failure mechanism.
/// The of the failure mechanism.
/// The assembly method which is used to obtain the general assembly result of the failure mechanism.
- /// A with default values.
+ /// An with default values.
public static ExportableFailureMechanism CreateDefaultExportableFailureMechanismWithProbability(
ExportableFailureMechanismType failureMechanismCode,
ExportableFailureMechanismGroup failureMechanismGroup,
@@ -54,13 +54,13 @@
}
///
- /// Creates a default instance of a
+ /// Creates a default instance of an
/// without a probability based on its input parameters.
///
/// The of the failure mechanism.
/// The of the failure mechanism.
/// The assembly method which is used to obtain the general assembly result of the failure mechanism.
- /// A with default values.
+ /// An with default values.
public static ExportableFailureMechanism CreateDefaultExportableFailureMechanismWithoutProbability(
ExportableFailureMechanismType failureMechanismCode,
ExportableFailureMechanismGroup failureMechanismGroup,
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionInwardsFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionInwardsFailureMechanismFactory.cs (.../ExportableGrassCoverErosionInwardsFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionInwardsFailureMechanismFactory.cs (.../ExportableGrassCoverErosionInwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionOutwardsFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionOutwardsFailureMechanismFactory.cs (.../ExportableGrassCoverErosionOutwardsFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverErosionOutwardsFailureMechanismFactory.cs (.../ExportableGrassCoverErosionOutwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -40,12 +40,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffInwardsFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffInwardsFailureMechanismFactory.cs (.../ExportableGrassCoverSlipOffInwardsFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffInwardsFailureMechanismFactory.cs (.../ExportableGrassCoverSlipOffInwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffOutwardsFailureMechanismFactory.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffOutwardsFailureMechanismFactory.cs (.../ExportableGrassCoverSlipOffOutwardsFailureMechanismFactory.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableGrassCoverSlipOffOutwardsFailureMechanismFactory.cs (.../ExportableGrassCoverSlipOffOutwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableHeightStructuresFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableHeightStructuresFailureMechanismFactory.cs (.../ExportableHeightStructuresFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableHeightStructuresFailureMechanismFactory.cs (.../ExportableHeightStructuresFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityInwardsFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityInwardsFailureMechanismFactory.cs (.../ExportableMacroStabilityInwardsFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityInwardsFailureMechanismFactory.cs (.../ExportableMacroStabilityInwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityOutwardsFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityOutwardsFailureMechanismFactory.cs (.../ExportableMacroStabilityOutwardsFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMacroStabilityOutwardsFailureMechanismFactory.cs (.../ExportableMacroStabilityOutwardsFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -43,13 +43,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMicrostabilityFailureMechanismFactory.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMicrostabilityFailureMechanismFactory.cs (.../ExportableMicrostabilityFailureMechanismFactory.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableMicrostabilityFailureMechanismFactory.cs (.../ExportableMicrostabilityFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingFailureMechanismFactory.cs (.../ExportablePipingFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingFailureMechanismFactory.cs (.../ExportablePipingFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingStructureFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingStructureFailureMechanismFactory.cs (.../ExportablePipingStructureFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportablePipingStructureFailureMechanismFactory.cs (.../ExportablePipingStructureFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableSectionAssemblyResultFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableSectionAssemblyResultFactory.cs (.../ExportableSectionAssemblyResultFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableSectionAssemblyResultFactory.cs (.../ExportableSectionAssemblyResultFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -37,7 +37,7 @@
/// The assembly result of this section.
/// The assembly method
/// which was used to generate the result.
- /// A .
+ /// An .
/// Thrown when
/// is null.
public static ExportableSectionAssemblyResult CreateExportableSectionAssemblyResult(
@@ -54,7 +54,7 @@
/// The assembly result of this section.
/// The assembly method
/// which was used to generate the result.
- /// A .
+ /// An .
/// Thrown when
/// is null.
public static ExportableSectionAssemblyResultWithProbability CreateExportableSectionAssemblyResultWithProbability(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityPointStructuresFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityPointStructuresFailureMechanismFactory.cs (.../ExportableStabilityPointStructuresFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityPointStructuresFailureMechanismFactory.cs (.../ExportableStabilityPointStructuresFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -41,13 +41,13 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1B1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
/// The assessment section this failure mechanism belongs to.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when any parameter is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityStoneCoverFailureMechanismFactory.cs
===================================================================
diff -u -r6764bbce511e1295e4ec857488cba59f1b11d49b -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityStoneCoverFailureMechanismFactory.cs (.../ExportableStabilityStoneCoverFailureMechanismFactory.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStabilityStoneCoverFailureMechanismFactory.cs (.../ExportableStabilityStoneCoverFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -40,12 +40,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStrengthStabilityLengthwiseConstructionFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStrengthStabilityLengthwiseConstructionFailureMechanismFactory.cs (.../ExportableStrengthStabilityLengthwiseConstructionFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableStrengthStabilityLengthwiseConstructionFailureMechanismFactory.cs (.../ExportableStrengthStabilityLengthwiseConstructionFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableTechnicalInnovationFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableTechnicalInnovationFailureMechanismFactory.cs (.../ExportableTechnicalInnovationFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableTechnicalInnovationFailureMechanismFactory.cs (.../ExportableTechnicalInnovationFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaterPressureAsphaltCoverFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaterPressureAsphaltCoverFailureMechanismFactory.cs (.../ExportableWaterPressureAsphaltCoverFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaterPressureAsphaltCoverFailureMechanismFactory.cs (.../ExportableWaterPressureAsphaltCoverFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -42,12 +42,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaveImpactAsphaltCoverFailureMechanismFactory.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaveImpactAsphaltCoverFailureMechanismFactory.cs (.../ExportableWaveImpactAsphaltCoverFailureMechanismFactory.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableWaveImpactAsphaltCoverFailureMechanismFactory.cs (.../ExportableWaveImpactAsphaltCoverFailureMechanismFactory.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -40,12 +40,12 @@
private const ExportableAssemblyMethod failureMechanismAssemblyMethod = ExportableAssemblyMethod.WBI1A1;
///
- /// Creates a
+ /// Creates an
/// with assembly results based on the input parameters.
///
- /// The to create a
+ /// The to create an
/// for.
- /// A with assembly results.
+ /// An with assembly results.
/// Thrown when is null.
/// Thrown when assembly results cannot be created.
public static ExportableFailureMechanism CreateExportableFailureMechanism(
Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs
===================================================================
diff -u -re2ad465c881cae0f566d5aa5e16e476aa2239980 -r7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a
--- Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980)
+++ Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision 7b05c7fa960ab9f62cd9de2ae661a0f24ca0756a)
@@ -10,7 +10,7 @@
public static class ExportableSectionAssemblyResultTestHelper
{
///
- /// Asserts a
+ /// Asserts an
/// against the assembly result and the method which was used to generate the result.
///
/// The expected .
@@ -26,7 +26,7 @@
}
///
- /// Asserts a
+ /// Asserts an
/// against the assembly result and the method which was used to generate the result.
///
/// The expected .