Technical Elements Documentation
    Preparing search index...

    Represents an overall success criterion for an event sequence family.

    interface OverallSuccessCriterion {
        criteriaText: string[];
        description?: string;
        endState?: EndState;
        engineeringBasisReferences: string[];
        eventSequenceFamilyReference: string;
        initiatingEventReferences?: string[];
        plantOperatingStateReferences?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    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

    eventSequenceFamilyReference: string

    Reference to the event sequence family this criterion applies to

    initiatingEventReferences?: string[]

    Links to related initiating events

    plantOperatingStateReferences?: string[]

    Links to related plant operating states