exportData

abstract fun exportData(    environment: Environment<T, P>,     reaction: Actionable<T>?,     time: Time,     step: Long)

Delegates the concrete implementation of this method to his subclasses.