Technical Elements Documentation
    Preparing search index...

    Interface QuantificationAdapterOptions

    Configuration options for the quantification adapter

    interface QuantificationAdapterOptions {
        errorHandling?: "warn" | "ignore" | "fail";
        includeCCFGroups?: boolean;
        includeEventTrees?: boolean;
        includeFaultTrees?: boolean;
        validateOutput?: boolean;
    }
    Index

    Properties

    errorHandling?: "warn" | "ignore" | "fail"

    How to handle errors during conversion

    "warn"
    
    includeCCFGroups?: boolean

    Whether to include CCF groups in the conversion

    true
    
    includeEventTrees?: boolean

    Whether to include event trees in the conversion

    true
    
    includeFaultTrees?: boolean

    Whether to include fault trees in the conversion

    true
    
    validateOutput?: boolean

    Whether to validate the converted model before returning

    true