GlobalExporter

class GlobalExporter<T, P : Position<P>>(val 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
constructor(exporters: List<Exporter<T, P>>)

Properties

Link copied to clipboard

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: Actionable<T>?, time: Time, step: Long)