| Flow Constructor |
| Name | Description | |
|---|---|---|
| Flow(IElementModel) |
Creates an execution plan using model and defaults registry
| |
| Flow(Module) |
Creates execution plan using Module | |
| Flow(IElementActivatorRegistry, IElementModel) |
Creates execution plan using registry and model
| |
| Flow(IRuleSet, String) |
Creates execution plan using ruleset and defaults registry
| |
| Flow(IElementActivatorRegistry, IRuleSet, String) |
Creates execution plan using registry and ruleset
|