public interface SimulationModeState
extends java.io.Serializable
SimulationState
s are singletons and may not have state.
But they may provide some state implementation which is stored in the current
SimulationState
.Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getStatusLines(SimulationState simulationState)
provides some information about the current state of the
SimulationMode |
java.util.List<java.lang.String> getStatusLines(SimulationState simulationState)
SimulationMode
simulationState
-