Event
Protocol defining the events that can occur in the simulation.
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Event indicating the simulation is paused.
Event indicating the simulation is paused.
Attributes
Event representing a random event in the simulation.
Event representing a random event in the simulation.
Value parameters
- rng
-
the random number generator RNG used for the event.
Attributes
Event indicating the simulation has resumed.
Event indicating the simulation has resumed.
Attributes
Event representing a proposal for robot actions.
Event representing a proposal for robot actions.
Value parameters
- proposals
-
the list of RobotProposal to be processed.
Attributes
Event indicating the simulation has stopped.
Event indicating the simulation has stopped.
Attributes
Event representing a tick in the simulation with a specified time delta.
Event representing a tick in the simulation with a specified time delta.
Value parameters
- delta
-
the time duration for the tick.
Attributes
Event representing a change in the simulation speed.
Event representing a change in the simulation speed.
Value parameters
- speed
-
the new SimulationSpeed.