Technical Elements Documentation
    Preparing search index...

    Interface SupportSystemSuccessCriteria

    Minimal interface for support system success criteria

    SY-B7/B8

    interface SupportSystemSuccessCriteria {
        criteriaType: "conservative" | "realistic";
        successCriteria: string;
        supportedSystems: systems_analysis.SystemReference[];
        systemReference: systems_analysis.SystemReference;
    }

    Hierarchy

    • Unique
      • SupportSystemSuccessCriteria
    Index

    Properties

    criteriaType: "conservative" | "realistic"

    Whether the success criteria are conservative or realistic

    successCriteria: string

    Success criteria for the support system

    supportedSystems: systems_analysis.SystemReference[]

    Systems supported by this support system

    Reference to the support system