Class Dependency
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
This class represents a (non-calling) dependency
public abstract class Dependency : ITransformationRuleDependency
- Inheritance
-
Dependency
- Implements
- Derived
- Inherited Members
Properties
ExecuteBefore
Gets or sets a value indicating whether the dependency is executed before or after the base computation
public bool ExecuteBefore { get; set; }
Property Value
NeedOutput
Gets or sets a value indicating whether the dependency needs the output of the base computation set
public bool NeedOutput { get; set; }
Property Value
Methods
HandleDependency(Computation)
Calls the transformation dependency for the given computation
public abstract void HandleDependency(Computation computation)
Parameters
computation
ComputationThe computation that this dependency is to be called