Table of Contents

Class OutputDependency

Namespace
NMF.Transformations.Core
Assembly
NMF.Transformations.Core.dll

Represents a default implementation for a dependency that requires a computation to have its output initialized

public abstract class OutputDependency : ITransformationRuleDependency
Inheritance
OutputDependency
Implements
Inherited Members

Properties

ExecuteBefore

Gets a value indicating whether the dependency should be executed before or after the computation is added to the computation order

public bool ExecuteBefore { get; }

Property Value

bool

Methods

HandleReadyComputation(Computation)

Handles the computation that is ready (i.e. the output is clear)

protected abstract void HandleReadyComputation(Computation computation)

Parameters

computation Computation