Package jigcell.compare.transform

Interface Summary
IResultantTransform Indicates that this transform represents a result of potential interest.
ITransform A DataGenerator that performs a part of a transform evaluation.
ITransformContainer A transform that can manage a collection of other transforms.
ITransformContext A runtime context for evaluating transforms.
ITransformContextListener A listener for transform evaluation context membership events.
 

Class Summary
BoxTransformContainer A compositon of statements that acts as single transform.
ConstantTransform Transform for testing and use as a stub.
ExtremaTestTransform A transform that tests whether a sequence would be passed by a band-pass filter.
FileTransform A transform that tracks a file.
InputTransform Allows selection of a transform to create a transform chain.
ReadFromFileTransform A transform that reads data from a file.
ScriptEvaluationTransform Executes a user provided script when evaluated.
SelectColumnsTransform A transform that selects a set of columns out of an existing generator.
Transform An indvidual statement of a transform as a part of a sequence of steps.
TransformContainer A collection of transforms that combine to compute a result.
TransformContext A default implementation of the runtime context for evaluating transforms.
TransformEvaluationTransform A transform that evaluates another named transform.
WriteToFileTransform A transform that writes data to a file.