Package it.unibo.alchemist.boundary.fxui.monitors.impl

This package contains generic monitors for various Environments.

Types

Link copied to clipboard
abstract class AbstractNumericLabelMonitor<N, T, P : Position<out P>?> : Label, OutputMonitor<T, P>
OutputMonitor that monitors the current steps of the Simulation.
Link copied to clipboard
open class FXStepMonitor<T, P : Position<out P>?> : AbstractNumericLabelMonitor<N, T, P>
OutputMonitor that monitors the current steps of the Simulation.
Link copied to clipboard
open class FXTimeMonitor<T, P : Position<out P>?> : AbstractNumericLabelMonitor<N, 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.