Technical Elements Documentation
    Preparing search index...

    Interface ModelUncertaintyDocumentation

    Interface representing documentation of model uncertainty in the systems analysis.

    SY-C2

    interface ModelUncertaintyDocumentation {
        preOperationalAssumptions?: Record<
            systems_analysis.SystemReference,
            { assumptions: string[]; impact: string },
        >;
        reasonableAlternatives: {
            alternative: string;
            applicableSystems?: systems_analysis.SystemReference[];
            reasonNotSelected: string;
        }[];
        relatedAssumptions: {
            applicableElements?: string[];
            assumption: string;
            basis: string;
        }[];
        requirementReference?: string;
        systemSpecificUncertainties?: Record<
            systems_analysis.SystemReference,
            { impact: string; uncertainties: string[] },
        >;
        uncertaintySources: {
            applicableElements?: string[];
            impact: string;
            source: string;
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    preOperationalAssumptions?: Record<
        systems_analysis.SystemReference,
        { assumptions: string[]; impact: string },
    >

    Pre-operational assumptions affecting systems analysis

    SY-A33/B17

    reasonableAlternatives: {
        alternative: string;
        applicableSystems?: systems_analysis.SystemReference[];
        reasonNotSelected: string;
    }[]

    Documentation of reasonable alternatives.

    Type declaration

    • alternative: string

      Alternative approach

    • OptionalapplicableSystems?: systems_analysis.SystemReference[]

      Affected systems

    • reasonNotSelected: string

      Reason not selected

    SY-C2

    relatedAssumptions: {
        applicableElements?: string[];
        assumption: string;
        basis: string;
    }[]

    Related assumptions

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • assumption: string

      Assumption description

    • basis: string

      Basis for assumption

    requirementReference?: string

    Reference to requirement

    systemSpecificUncertainties?: Record<
        systems_analysis.SystemReference,
        { impact: string; uncertainties: string[] },
    >

    Systems-specific uncertainty impacts.

    SY-C2

    uncertaintySources: {
        applicableElements?: string[];
        impact: string;
        source: string;
    }[]

    Sources of model uncertainty

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • impact: string

      Impact on analysis

    • source: string

      Source description