Package it.unibo.alchemist.boundary.monitor

This package contains generic monitors for various Environments.

Types

Link copied to clipboard
open class FXStepMonitor<T, P : Position<out P>?> : NumericLabelMonitor<Long, T, P>
OutputMonitor that monitors the current steps of the Simulation.
Link copied to clipboard
open class FXTimeMonitor<T, P : Position<out P>?> : NumericLabelMonitor<Time, T, P>
OutputMonitor that monitors the current steps of the Simulation.
Link copied to clipboard
open class PlayPauseMonitor<T, P : Position<out P>?> : JFXButton, OutputMonitor<T, P>
OutputMonitor that monitors the current status of the Simulation, acting as a toggle to play and pause the Simulation.