Output Monitor
An interface for the visualization of the simulation.
Parameters
<T>
Concentration Type
<P>
Position Type
Functions
Link copied to clipboard
This method will be called by the simulation as soon as the initialization phase is completed.
Link copied to clipboard
open fun stepDone(@Nonnull environment: Environment<T, P>, @Nullable reaction: Actionable<T>, @Nonnull time: Time, step: Long)
This method will be called by the simulation every time a simulation step is done.