Class SequentialExecutionEngine
Denotes a standard sequential execution engine
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class SequentialExecutionEngine : ExecutionEngine
Methods
| Edit this page View SourceExecute(List<INotifiable>)
Propagates changes of the given DDG nodes
Declaration
protected override void Execute(List<INotifiable> nodes)
Parameters
Type | Name | Description |
---|---|---|
List<INotifiable> | nodes | The changed DDG nodes |