Namespace NMF.Transformations.Linq
Classes
InPlaceTransformationRuleSource<TIn>
Represents the usage of a transformation rule with one input argument in a relational pattern
InPlaceTransformationRuleSource<TIn1, TIn2>
Represents the usage of a transformation rule with two input arguments in a relational pattern
IncrementalExtensions
This class contains the extension methods necessary for the NMF Transformations relational extensions
IncrementalPattern<TIn>
Represents a relational pattern for a transformation rule with one input argument
IncrementalPattern<TIn1, TIn2>
Represents a relational pattern for a transformation rule with one input argument
StaticPattern<T>
Denotes a static pattern used as input for a transformation rule
StaticPattern<T1, T2>
Denotes a static pattern used to generate inputs for transformation rules
TransformationRuleSource<TIn, TOut>
Represents the usage of a transformation rule with one input argument in a relational pattern
TransformationRuleSource<TIn1, TIn2, TOut>
Represents the usage of a transformation rule with two input arguments in a relational pattern
Structs
InPlaceComputationWrapper<TIn>
Wraps computations from the type TIn to the type TOut
InPlaceComputationWrapper<TIn1, TIn2>
Wraps computations from the type TIn to the type TOut
TransformationComputationWrapper<TIn, TOut>
Wraps computations from the type TIn to the type TOut
TransformationComputationWrapper<TIn1, TIn2, TOut>
Wraps computations from the type TIn to the type TOut