Technical Elements Documentation
    Preparing search index...

    Interface ModelType

    Represents a specific PRA model type

    technical_elements.core

    interface ModelType {
        color?: number;
        description: string;
        name: string;
        num: number;
        suffix?: string;
    }
    Index

    Properties

    color?: number

    Colour code for visualization (integer representation, (used in SAPHIRE))

    description: string

    Detailed description of the model type.

    name: string

    Name of the model type.

    num: number

    Numerical identifier for the model type.

    suffix?: string

    Suffix associated with this model type (used in SAPHIRE).