Class AbstractVisitorWithContext<ContextT>Abstract

Visit the instances of the model with context.

Type Parameters

  • ContextT

    type of the visitation context

Hierarchy

Constructors

Methods

  • Visit that in context.

    Parameters

    • that: AssetInformation

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    Returns void

  • Visit that in context.

    Parameters

    • that: Blob

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Capability

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Entity

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Environment

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: EventPayload

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Extension

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: File

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Key

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: LevelType

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    Returns void

  • Visit that in context.

    Parameters

    • that: Operation

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Property

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Qualifier

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Range

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: ReferenceElement

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Reference

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Resource

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: SpecificAssetId

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: Submodel

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Visit that in context.

    Parameters

    • that: ValueList

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

  • Double-dispatch on that in context.

    Parameters

    • that: Class

      instance to be visited

    • context: ContextT

      of the visitation

    Returns void

Generated using TypeDoc