Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup intermediate combined section assembly model:

- Changed return types: return an IEnumerable of results instead.

WTI-1790

  1. … 3 more files in changeset.
Cleanup intermediate combined section assembly model:

- Changed the constructor argument --> collection to an IEnumerable of results for the exportable assessment section

WTI-1790

  1. … 5 more files in changeset.
Cleanup intermediate combined section assembly model:

- Prepared to remove the intermediate object that contains the collection:

-- Moved collection of assembly results as a property on the assessment section

WTI-1790

  1. … 3 more files in changeset.
Cleanup intermediate failure mechanism model:

- Removed unused sections property.

WTI-1790

    • -6
    • +0
    ./ExportableCombinedSectionAssemblyCollection.cs
  1. … 4 more files in changeset.
Cleanup intermediate failure mechanism model:

- Removed obsolete sections construction argument

WTI-1790

  1. … 23 more files in changeset.
Cleanup intermediate failure mechanism model:

- Removed unused Sections property from the exportable failure mechanism.

WTI-1790

  1. … 22 more files in changeset.
Adjust ID generation of the X(G)ML elements:

- Lessened constraints on the intermediate model, as empty assessment section id's are allowed by the RT data model

WTI-1803

  1. … 1 more file in changeset.
Adjust ID generation of the X(G)ML elements:

- Added assessment section id to the exportable assessment section to retrieve the ID information when exporting the "Waterkeringstelsel" (SerializableAssessmentSection).

WTI-1803

  1. … 4 more files in changeset.
Incorporated comments review 3186:

- Fixed XMLDocs

WTI-1790

    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResult.cs
  1. … 23 more files in changeset.
Incorporated comments review 3186:

-Ran Deltares Cleanup for all new namespaces.

WTI-1790

    • -1
    • +1
    ./ExportableCombinedSectionAssemblyCollection.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResult.cs
  1. … 11 more files in changeset.
Incorporated comments review 3186:

- Fixed XMLDocs

WTI-1790

    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
    • -1
    • +1
    ./ExportableAssessmentSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Incorporated comments review 3186:

- Added license headers to newly created files

WTI-1790

    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
    • -1
    • +22
    ./ExportableAssessmentSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableCombinedFailureMechanismSection.cs
    • -1
    • +22
    ./ExportableCombinedSectionAssembly.cs
    • -1
    • +22
    ./ExportableCombinedSectionAssemblyCollection.cs
    • -1
    • +22
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +22
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
    • -1
    • +22
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableFailureMechanismGroup.cs
  1. … 69 more files in changeset.
Cleanup:

- Updated XMLDocs of the intermediate datamodel

- Adjusted test names

WTI-1790

    • -1
    • +1
    ./ExportableCombinedFailureMechanismSection.cs
    • -1
    • +1
    ./ExportableCombinedSectionAssembly.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
    • -1
    • +1
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
    • -3
    • +3
    ./ExportableFailureMechanismSection.cs
    • -3
    • +3
    ./ExportableSectionAssemblyResultWithProbability.cs
  1. … 11 more files in changeset.
Corrected data model:

- Individual result of a section within the combined section assembly should be of type section assembly result.

WTI-1790

    • -8
    • +8
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Corrected data model:

- Overal result of a combined section assembly should be of type section assembly result.

WTI-1790

    • -6
    • +6
    ./ExportableCombinedSectionAssembly.cs
  1. … 1 more file in changeset.
Added missing properties on the Assembled AssessmentSection:

- Added properties to contain the total assembly result of the failure mechanisms with and without probability on an AssessmentSection.

WTI-1790

  1. … 3 more files in changeset.
Updated XMLDocs of exportable model:

- Added units for the distances.

WTI-1790

    • -2
    • +2
    ./ExportableCombinedFailureMechanismSection.cs
    • -2
    • +4
    ./ExportableFailureMechanismSection.cs
Introduced exportable object to represent a collection of combined section assemblies.

- Applied to the exportable assessment section

WTI-1790

  1. … 1 more file in changeset.
Introduced exportable object to represent a collection of combined section assemblies. WTI-1790

    • -0
    • +45
    ./ExportableCombinedSectionAssemblyCollection.cs
  1. … 3 more files in changeset.
Introduced exportable assessment section assembly:

- Introduced object to hold the full assembly of an assessment section.

WTI-1790

    • -0
    • +102
    ./ExportableAssessmentSection.cs
  1. … 3 more files in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Removed obsolete type parameter for the exportable failure mechanism

WTI-1790

  1. … 1 more file in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Derived the already existing implementations from the base class

-- Derivation was removed due to commit f287e92ca4b0d05761733637fab582565a30df0c

WTI-1790

    • -11
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -11
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 2 more files in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Done to prevent too many generic arguments in the exportable assessment section assembly

- Fixed compilation errors

WTI-1790

    • -45
    • +4
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -4
    • +39
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
  1. … 3 more files in changeset.
Revert 9e7d412c1e0f7161e5cd10385f203aed85a3424f:

- Reverted changes as a preparation to make the base class a non-generic type

WTI-1790

    • -3
    • +45
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -4
    • +45
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 2 more files in changeset.
Introduced exportable assessment section assembly:

- Introduced object to hold the assembly result of an assessment section.

WTI-1790

    • -0
    • +33
    ./ExportableAssessmentSectionAssemblyResult.cs
  1. … 3 more files in changeset.
Cleanup:

- Updated XMLDoc for clarity

- Removed unused references

WTI-1790

    • -2
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -2
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -2
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
Introduced exportable combined section assembly:

- Renamed class to clarify that it represents an individual result of a failure mechanism within a combined section assembly result.

WTI-1790

    • -2
    • +2
    ./ExportableCombinedSectionAssembly.cs
    • -38
    • +0
    ./ExportableCombinedSectionAssemblyResult.cs
    • -0
    • +38
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
  1. … 5 more files in changeset.
Introduced exportable combined section assembly:

- Introduced object to hold all the information:

-- Section

-- Collection of the individual failure mechanism results for this section

-- The total result of this section

WTI-1790

    • -0
    • +57
    ./ExportableCombinedSectionAssembly.cs
  1. … 3 more files in changeset.
Introduced exportable combined section assembly:

- Introduced object to hold the result of a single failure mechanism within the combined section assembly.

WTI-1790

    • -0
    • +38
    ./ExportableCombinedSectionAssemblyResult.cs
  1. … 3 more files in changeset.
Introduced exportable combined section assembly:

- Introduced a derivative failure mechanism section to keep track how a section was generated in case of a combined assembly result.

WTI-1790

    • -0
    • +38
    ./ExportableCombinedFailureMechanismSection.cs
  1. … 3 more files in changeset.