Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationsRegistry

A Registry that keeps our Operation instances. Node doesn't contain an operation instance even if it has an operation type otherwise it would waste the memory resources. The node contains only operation Symbol, and the registry based on it provides the relative operation instance

Hierarchy

  • OperationsRegistry

Index

Constructors

constructor

Properties

registry

registry: RegistryType

Methods

getOperationBySymbol

  • getOperationBySymbol(symbol: string): undefined | Operation

throwIfUnregisteredOperation

  • throwIfUnregisteredOperation(symbol: string): void

Generated using TypeDoc