Represent the most general class of an AAS model.

Hierarchy

Constructors

Methods

  • Dispatch the visitor on this instance with context.

    Type Parameters

    • ContextT

      type of the visitation context

    Parameters

    Returns void

  • Iterate recursively over all the instances referenced from this one.

    Returns IterableIterator<Class>

  • Iterate over all the instances referenced from this one.

    Returns IterableIterator<Class>

  • Dispatch the transformer on this instance.

    Returns

    this instance transformed

    Type Parameters

    • T

      type of the transformation result

    Parameters

    Returns T

  • Dispatch the transformer on this instance in context.

    Returns

    this instance transformed

    Type Parameters

    • ContextT

    • T

      type of the transformation result

    Parameters

    Returns T

Generated using TypeDoc