Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgGenericAlgorithm

A generic algorithm that takes WgPasses in the constructor and executes them in sequence when run() is called

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly context

context: WgContext

Private Optional Readonly debug

debug: undefined | string

Protected Readonly passes

passes: WgPass[]

Methods

Protected _run

  • _run(passes: WgPass[], debug?: undefined | string): Promise<void>

run

  • run(): Promise<void>

Generated using TypeDoc