Technical Elements Documentation
    Preparing search index...

    Treatment of recovery actions in event sequence quantification

    ESQ-A7

    interface RecoveryActionTreatment {
        modelingMethod: string;
        recoveryActions: { description: string; id: string }[];
    }
    Index

    Properties

    modelingMethod: string

    Method used to incorporate recovery actions into the quantification

    recoveryActions: { description: string; id: string }[]

    List of recovery actions with their IDs and descriptions

    Type declaration

    • description: string

      Description of the recovery action

    • id: string

      Unique identifier for the recovery action