Class OutputDependency
Represents a default implementation for a dependency that requires a computation to have its output initialized
Implements
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public abstract class OutputDependency : ITransformationRuleDependency
Properties
| Edit this page View SourceExecuteBefore
Gets a value indicating whether the dependency should be executed before or after the computation is added to the computation order
Declaration
public bool ExecuteBefore { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceHandleReadyComputation(Computation)
Handles the computation that is ready (i.e. the output is clear)
Declaration
protected abstract void HandleReadyComputation(Computation computation)
Parameters
Type | Name | Description |
---|---|---|
Computation | computation |