public interface SimulationController
Simulator
s are controlled by implementing classes. Each simulation step the
goOn
method is called to check whether to go on or not.Modifier and Type | Method and Description |
---|---|
boolean |
goOn(Simulator sim)
Returns whether or not to go on with the given simulation
|
boolean goOn(Simulator sim)
sim
- simulationCopyright © 2007–2021. All rights reserved.