Interface | Description |
---|---|
ActionGraphFactoryDelegate |
The factory in charge of creating the action graph depending on the construction mode.
|
ActionGraphFactoryDelegate.ActionGraphBuilderDecorator |
Creates the base
ActionGraphBuilder with potentially a decorator to be compatible with
the new rule analysis framework |
Class | Description |
---|---|
ActionGraphCache |
Contains cached action graphs.
|
ActionGraphConfig | |
ActionGraphFactory | |
ActionGraphProvider |
Class that transforms
TargetGraph to ActionGraph . |
IncrementalActionGraphGenerator |
Provides a way to incrementally construct a new
ActionGraphBuilder from a previous one. |
ParallelActionGraphFactory |
Enum | Description |
---|---|
IncrementalActionGraphMode |
Incremental action graph mode with A/B experiment support.
|