Technical Elements Documentation
    Preparing search index...

    Interface SystemSuccessCriteriaDefinition

    Represents system-specific success criteria including required capacities.

    SC-A3

    SC-A4

    interface SystemSuccessCriteriaDefinition {
        analysisReferences: string[];
        description: string;
        overallSuccessCriteriaId: string;
        requiredCapacities: { basis: string; parameter: string; value: string }[];
        systemDependencies?: {
            dependencyNature: string;
            dependentSystemId: string;
        }[];
        systemId: string;
    }

    Hierarchy

    • Unique
      • SystemSuccessCriteriaDefinition
    Index

    Properties

    analysisReferences: string[]

    References to supporting analyses

    description: string

    Description of the system's success criteria

    overallSuccessCriteriaId: string

    Reference to overall success criteria this supports

    requiredCapacities: { basis: string; parameter: string; value: string }[]

    Required capacities for success

    Type declaration

    • basis: string

      Basis for this requirement

    • parameter: string

      Parameter name

    • value: string

      Required value or range

    systemDependencies?: { dependencyNature: string; dependentSystemId: string }[]

    Dependencies on other systems

    Type declaration

    • dependencyNature: string

      Nature of the dependency

    • dependentSystemId: string

      Dependent system ID

    systemId: string

    System identifier