Time

class Time : Extractor<Double>

Exports a column with the current time.

Constructors

Link copied to clipboard
fun Time()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <T> extractData(environment: Environment<T, *>, reaction: Reaction<T>?, time: Time, step: Long): Map<String, Double>

Extracts properties from an environment. The returned map must either:

Properties

Link copied to clipboard
open override val columnNames: List<String>