Uses of Enum Class
madkit.kernel.Scheduler.SimulationState
Packages that use Scheduler.SimulationState
Package
Description
Provides classes that are fundamental to the design of MaDKit applications.
-
Uses of Scheduler.SimulationState in madkit.kernel
Methods in madkit.kernel that return Scheduler.SimulationStateModifier and TypeMethodDescriptionScheduler.getSimulationState()
The state of the simulation.static Scheduler.SimulationState
Returns the enum constant of this class with the specified name.static Scheduler.SimulationState[]
Scheduler.SimulationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in madkit.kernel with parameters of type Scheduler.SimulationStateModifier and TypeMethodDescriptionprotected void
Scheduler.setSimulationState
(Scheduler.SimulationState newState) Changes the state of the scheduler