Class Simulation
java.lang.Object
|
+----java.lang.Thread
|
+----Simulation
- public class Simulation
- extends Thread
This class is used for contiuous simulation.
When the start/continue simulation button is pressed, new thread of type
Simulation is created. This thread manages the iteration's run
-
run()
- This function starts continuous simulation
run
public void run()
- This function starts continuous simulation
- Overrides:
- run in class Thread