Table of Contents

Interface ITransformationRuleDependency

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

Represents an interface for dependencies for transformation rules

public interface ITransformationRuleDependency

Properties

ExecuteBefore

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

bool ExecuteBefore { get; }

Property Value

bool

Methods

HandleDependency(Computation)

Calls the transformation dependency for the given computation

void HandleDependency(Computation computation)

Parameters

computation Computation

The computation that this dependency is to be called