Table of Contents

Interface ITraceEntry

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

Represents a trace entry

public interface ITraceEntry
Extension Methods

Properties

Output

Gets the transformation output for this trace entry

object Output { get; }

Property Value

object

TransformationRule

Gets the transformation rule for which the trace entry was generated

GeneralTransformationRule TransformationRule { get; }

Property Value

GeneralTransformationRule

Methods

GetInput(int)

Gets the input for this trace entry at the ith position

object GetInput(int index)

Parameters

index int

The position index

Returns

object

The input at the ith position