Table of Contents

Class SingleDependency

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

This class represents a single require- or call-after- dependency

public class SingleDependency : Dependency, ITransformationRuleDependency
Inheritance
SingleDependency
Implements
Inherited Members

Methods

HandleDependency(Computation)

Calls the transformation dependency for the given computation

public override void HandleDependency(Computation computation)

Parameters

computation Computation

The computation that this dependency is to be called