Technical Elements Documentation
    Preparing search index...

    Interface ConversionResult

    Result of a conversion operation, including the converted model and any warnings

    interface ConversionResult {
        idMapping: Record<string, string>;
        quantificationInput: QuantificationInput;
        warnings: string[];
    }
    Index

    Properties

    idMapping: Record<string, string>

    Mapping between OpenPRA IDs and quantification input IDs

    quantificationInput: QuantificationInput

    The converted quantification input model

    warnings: string[]

    Any warnings generated during conversion