Technical Elements Documentation
    Preparing search index...

    Represents a component-level success criterion.

    interface ComponentSuccessCriterion {
        componentReference: string;
        criteriaText: string[];
        description?: string;
        endState?: EndState;
        engineeringBasisReferences: string[];
        initiatingEventReferences?: string[];
        performanceRequirements: string;
        plantOperatingStateReferences?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    componentReference: string

    Reference to the component this criterion applies to

    criteriaText: string[]

    The actual criteria statements

    description?: string

    Detailed description of the success criterion

    endState?: EndState

    The defined end state if applicable to this criterion

    engineeringBasisReferences: string[]

    References to the engineering basis supporting this criterion

    initiatingEventReferences?: string[]

    Links to related initiating events

    performanceRequirements: string

    Component performance requirements

    plantOperatingStateReferences?: string[]

    Links to related plant operating states