extractDataAsText

open fun <T> extractDataAsText(environment: Environment<T, *>, reaction: Actionable<T>?, time: Time, step: Long): Map<String, String>

Same as extractData, but specifically meant for textual outputs. Captures E to String conversions. The default implementation just runs a toString() conversion ver extractData's return value's values.

Return

the extracted properties in textual format with their names.

Parameters

environment
the {@link Environment}
reaction
the last executed {@link Reaction}
time
the current {@link Time}
step
the simulation step
concentration type