Interface Graph

A Graph is a collection of Subjects, each with their properties.

Hierarchy

  • Graph

Implemented by

Properties

Methods

Properties

Reference to the FDR environment which created this graph.

id: string

Methods

  • Declare that the DataSpec is no longer in use

    Parameters

    • desc: DataSpec<any>

      the DataSpec to be disposed of

    Returns void

  • Intending to use the specified data, make sure it is available.

    Note that this function is expected to be async

    Returns

    A promise which resolves with the parameter DataSpec object which is filled with the necessary data and is ready to use.

    Type Parameters

    Parameters

    • desc: T

      The description of the data to materialize. Must be a supported DataSpec implementation.

    Returns Promise<T>

Generated using TypeDoc