CSVExporter
Writes data provided by a number of extractors to a CSV file. The CSV uses '#' as the comment character.
Type Parameters
the concentration type
the position type
Constructors
Properties
The list of bound data extractors.
the directory to write exported files (temporary folder is used when omitted)
the extension for the exported files (default: 'csv')
the sampling time; defaults to AbstractExporter.DEFAULT_INTERVAL
Functions
Assign the list of dataExtractors to the selected Exporter.
Delegates the concrete implementation of this method to his subclasses.
Prepare the export environment. This method is called only once upon simulation initialization.
Every step of the simulation check if is time to export data depending on the sampling interval. Converts the division of the current time and the interval to Long in order to export data only when the difference between steps is as big as the sampling interval.