See: Description

| Interface | Description | 
|---|---|
| StreamFactory | 
 Interface for output handling (single file, multiple files, ...) 
 | 
| TextWriteable | 
 Interface for objects providing a text serialization suitable for
 human reading and storage in CSV files. 
 | 
| Class | Description | 
|---|---|
| MultipleFilesOutput | 
 Manage output to multiple files. 
 | 
| SingleStreamOutput | 
 Class to output all result data to a single stream (e.g. 
 | 
| TextWriter | 
 Class to write a result to human-readable text output 
 | 
| TextWriterStream | 
 Representation of an output stream to a text file. 
 | 
| TextWriterWriterInterface<O> | 
 Base class for object writers. 
 | 
Text serialization (CSV, Gnuplot, Console, ...)