Package-level declarations
Types
Link copied to clipboard
class EnvironmentMonitor<T, P : Position<P>, TS : Any, PS : PositionSurrogate>(toConcentrationSurrogate: (T) -> TS, toPositionSurrogate: (P) -> PS) : OutputMonitor<T, P>
A monitor that maps an Environment into an EnvironmentSurrogate and saves it in the store.
Link copied to clipboard
object EnvironmentMonitorFactory
A factory for EnvironmentMonitors. Monitors are returned as OutputMonitor.