Class SingleDependency
This class represents a single require- or call-after- dependency
Implements
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public class SingleDependency : Dependency, ITransformationRuleDependency
Methods
| Edit this page View SourceHandleDependency(Computation)
Calls the transformation dependency for the given computation
Declaration
public override void HandleDependency(Computation computation)
Parameters
Type | Name | Description |
---|---|---|
Computation | computation | The computation that this dependency is to be called |