Show / Hide Table of Contents

Class OutputDependency

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

Inheritance
object
OutputDependency
Implements
ITransformationRuleDependency
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public abstract class OutputDependency : ITransformationRuleDependency

Properties

| Edit this page View Source

ExecuteBefore

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 Source

HandleReadyComputation(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

Implements

ITransformationRuleDependency
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX