GlobalExporter

class GlobalExporter<T, P : Position<P>>(exporters: List<Exporter<T, P>>) : OutputMonitor<T, P>

Contains all exporters selected in the configuration file. Implements the OutputMonitor interface and delegate the export phase to each one of his internal exporters.

Parameters

exporters

The list of Exporter.

Constructors

Link copied to clipboard
fun <T, P : Position<P>> GlobalExporter(exporters: List<Exporter<T, P>>)

Functions

Link copied to clipboard
open override fun finished(environment: Environment<T, P>, time: Time, step: Long)
Link copied to clipboard
open override fun initialized(environment: Environment<T, P>)
Link copied to clipboard
open override fun stepDone(environment: Environment<T, P>, reaction: Reaction<T>?, time: Time, step: Long)