extractDataAsText
override fun <T> extractDataAsText(environment: Environment<T, *>, reaction: Actionable<T>?, time: Time, step: Long): Map<String, String>(source)
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}
Content copied to clipboard
reaction
the last executed {@link Reaction}
Content copied to clipboard
time
the current {@link Time}
Content copied to clipboard
step
the simulation step
Content copied to clipboard