Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Introduced exportable failure mechanism section:

- Introduced for the exportable failure mechanism

WTI-1790

  1. … 1 more file in changeset.
Introduced exportable failure mechanism section:

- Replaced usages of RT failure mechanism section in the exportable failure mechanism section results

WTI-1790

    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -2
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
  1. … 4 more files in changeset.
Introduced exportable failure mechanism section:

- Ringtoets definition of the failure mechanism section is inadequate to transform the intermediate result to the serializable counterpart.

WTI-1790

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

- Expanded a single enum to contain all assembly method options to prevent contradictions

-- Removed obsolete enum definition

WTI-1790

    • -18
    • +0
    ./ExportableFailureMechanismAssemblyMethod.cs
    • -2
    • +2
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
  1. … 6 more files in changeset.
Cleanup:

- Expanded a single enum to contain all assembly method options to prevent contradictions

-- Renamed and expanded an existing enum to minimize initial impact

WTI-1790

    • -0
    • +118
    ./ExportableAssemblyMethod.cs
    • -88
    • +0
    ./ExportableFailureMechanismSectionAssemblyMethod.cs
    • -1
    • +1
    ./ExportableSectionAssemblyResultWithProbability.cs
  1. … 10 more files in changeset.
Cleanup:

- Corrected erroneously defined enum values for the assembly methods that calculate the result for a whole failure mechanism.

WTI-1790

    • -9
    • +4
    ./ExportableFailureMechanismAssemblyMethod.cs
  1. … 1 more file in changeset.
Introduced object to hold failure mechanism specific assembly information:

- Incorporated object that holds the failure mechanism assembly result in the exportable failure mechanism object

WTI-1790

  1. … 1 more file in changeset.
Cleanup:

- Updated XMLDocs

WTI-1790

    • -1
    • +1
    ./ExportableSectionAssemblyResultWithProbability.cs
Introduced object to hold failure mechanism specific assembly information:

- introduced an object that represent the assembly result with probability of a failure mechanism itself.

WTI-1790

    • -0
    • +29
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
  1. … 3 more files in changeset.
Introduced object to hold failure mechanism specific assembly information:

- Introduced object that represents the assembly result of a failure mechanism itself.

WTI-1790

    • -0
    • +32
    ./ExportableFailureMechanismAssemblyResult.cs
  1. … 3 more files in changeset.
Introduced enum to represent the method calls for a failure mechanism assembly. WTI-1790

    • -0
    • +23
    ./ExportableFailureMechanismAssemblyMethod.cs
  1. … 3 more files in changeset.
Introduced object to hold failure mechanism specific assembly information. WTI-1790

    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -0
    • +64
    ./ExportableFailureMechanism.cs
  1. … 3 more files in changeset.
Introduced enums to represent failure mechanism specific data for the assembly results. WTI-1790

    • -0
    • +28
    ./ExportableFailureMechanismGroup.cs
    • -0
    • +98
    ./ExportableFailureMechanismType.cs
  1. … 5 more files in changeset.
Expanded assembly method enum:

- Included options to represent a combined assembly for a failure mechanism section.

WTI-1790

    • -0
    • +15
    ./ExportableFailureMechanismSectionAssemblyMethod.cs
  1. … 1 more file in changeset.
Introduced object to hold all assembly information:

- Introduced a derivative to represent failure mechanism section result that do not have a detailed assembly result

WTI-1790

    • -0
    • +26
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
  1. … 3 more files in changeset.
Introduced object to hold all assembly information:

- Introduced base class

-- Applied base class to already existing items

WTI-1790

    • -49
    • +7
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -45
    • +3
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 2 more files in changeset.
Introduced object to hold all assembly information:

- Introduced base class.

WTI-1790

    • -0
    • +72
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
  1. … 3 more files in changeset.
Introduced object to hold all assembly information:

- Moved objects to correct location and namespace.

WTI-1790

    • -0
    • +83
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -0
    • +83
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 3 more files in changeset.
Implemented exportable objects to hold assembly results. WTI-1790

    • -0
    • +32
    ./ExportableSectionAssemblyResult.cs
    • -0
    • +29
    ./ExportableSectionAssemblyResultWithProbability.cs
  1. … 4 more files in changeset.
Implemented enum representing the assembly methods for failure mechanism sections. WTI-1790

    • -0
    • +73
    ./ExportableFailureMechanismSectionAssemblyMethod.cs
  1. … 3 more files in changeset.