tga-spectrum
    Preparing search index...

    Class AnalysesManager

    Index

    Constructors

    Properties

    analyses: Analysis[]

    Methods

    • Parameters

      Returns void

    • Parameters

      • Optionaloptions: GetAnalysesOptions

      Returns Analysis[]

    • Parameters

      • id: string

      Returns Analysis | undefined

    • Returns the index of the analysis in the analyses array

      Parameters

      • id: string

      Returns number | undefined

    • Get an array of objects (key + count) of all the dataTypes

      Returns CounterType[]

    • Get an array of objects (key + count) of all the labels

      Returns CounterType[]

    • Get an array of objects (key + unit + label + count) of all the units

      Returns { count: number; key: string; label: string; units: string }[]

    • Get an array of objects (key + count) of all the meta

      Returns DifferentType[]

    • Get an array of objects (key + count) of all the titles

      Returns CounterType[]

    • Get an array of objects (key + count) of all the units

      Returns CounterType[]

    • Returns MeasurementXY<DoubleArray>[]

    • Parameters

      • id: string

      Returns MeasurementXY<DoubleArray> | undefined

    • Checks if the ID of an analysis exists in the AnalysesManager

      Parameters

      • id: string

      Returns boolean

    • Returns void

    • Remove the analysis from the AnalysesManager for the specified id

      Parameters

      • id: string

      Returns Analysis[] | undefined