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
TransformationRule
Gets the transformation rule for which the trace entry was generated
GeneralTransformationRule TransformationRule { get; }
Property Value
Methods
GetInput(int)
Gets the input for this trace entry at the ith position
object GetInput(int index)
Parameters
index
intThe position index
Returns
- object
The input at the ith position