Technical Elements Documentation
    Preparing search index...

    Interface SaphireFaultTree

    Interface for SAPHIRE fault tree compatibility

    technical_elements.core.integration

    interface SaphireFaultTree {
        alternateName?: string;
        description?: string;
        name: string;
        subTree?: boolean;
        text?: string;
    }
    Index

    Properties

    alternateName?: string

    Alternate fault tree name

    description?: string

    Fault tree description

    name: string

    Fault tree name

    subTree?: boolean

    Whether this is a sub-tree

    text?: string

    Textual information