Technical Elements Documentation
    Preparing search index...

    Interface for expert judgment used in success criteria analysis.

    SC-A8

    interface ExpertJudgment {
        informedSuccessCriteria: SuccessCriteriaId[];
        justification: string;
        outcome: string;
        panelMembers: string[];
        processDescription: string;
        processDocumentationReference: string;
        topic: string;
    }

    Hierarchy

    • Unique
      • ExpertJudgment
    Index

    Properties

    informedSuccessCriteria: SuccessCriteriaId[]

    Success criteria informed by this judgment

    justification: string

    Justification for using expert judgment

    outcome: string

    Outcome of the expert judgment

    panelMembers: string[]

    Panel members involved

    processDescription: string

    Process followed

    processDocumentationReference: string

    Reference to process documentation

    topic: string

    Topic of expert judgment