EnvironmentSubscriptionMonitor

An OutputMonitor that emits a new Environment as a EnvironmentSurrogate each time the OutputMonitor.stepDone function is called.

Parameters

T

the concentration type

P

the position

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Returns a Flow that emits a new EnvironmentSurrogate each time the OutputMonitor.stepDone function is called.

Functions

Link copied to clipboard
open override fun finished(environment: Environment<T, P>, time: Time, step: Long)
Link copied to clipboard
open override fun initialized(environment: Environment<T, P>)
Link copied to clipboard
open override fun stepDone(environment: Environment<T, P>, reaction: Actionable<T>?, time: Time, step: Long)