public interface Simulation extends Animation
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Tests if the simulations's animation thread is running.
|
void |
startSimulation()
Starts the simulation thread.
|
void |
stopSimulation()
Stops the simulation thread.
|
initializeAnimation, resetAnimation, setControl, startAnimation, stepAnimation, stopAnimation