Exporter
Properties
Link copied to clipboard
The List of Extractor used to export simulations data.
Functions
Link copied to clipboard
Assign the list of dataExtractors to the selected Exporter.
Link copied to clipboard
Link copied to clipboard
Prepare the export environment. This method is called only once upon simulation initialization.
Link copied to clipboard
abstract fun update(environment: Environment<T, P>, reaction: Actionable<T>?, time: Time, step: Long)
Main method used by exporters to export data. This method is called at each step of the simulation.