Class CSVGenerator<T>

Type Parameters:
T - iteration-type
All Implemented Interfaces:
Generator<T>, TransformingGenerator<T,T>, ElementWriter<T>
Direct Known Subclasses:
FeatureTableCSVGenerator, HistogramCSVGenerator

public abstract class CSVGenerator<T> extends OneStageGenerator<T>
A generator that writes the contents of a CSV file to the file-system.
  • Constructor Details

    • CSVGenerator

      protected CSVGenerator()
  • Method Details