Technical Elements Documentation

    Interface QuantificationReference

    Interface for a quantification reference that bridges between data-analysis and systems-analysis modules

    interface QuantificationReference {
        dataAnalysisReference?: string;
        id: string;
        metadata?: Record<string, any>;
        quantificationMethod?: string;
        referenceType: "direct" | "template-based" | "component-based" | "custom";
        systemBasicEventId?: string;
    }
    Index

    Properties

    dataAnalysisReference?: string

    Reference to component or component basic event in data-analysis

    id: string

    Unique identifier for this quantification reference

    metadata?: Record<string, any>

    Optional metadata for extensibility

    quantificationMethod?: string

    Quantification method to use This allows flexibility in choosing different quantification approaches

    referenceType: "direct" | "template-based" | "component-based" | "custom"

    Type of reference to support different reference strategies

    systemBasicEventId?: string

    Reference to the basic event in systems-analysis

    MMNEPVFCICPMFPCPTTAAATR