Initializes the simulation by setting the counter variable
()
| 32 | * Initializes the simulation by setting the counter variable |
| 33 | */ |
| 34 | @Override |
| 35 | public void initialize() { |
| 36 | counter = control.getInt("counter"); |
| 37 | OSPLog.info("Initializing SumulationApp"); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Resets the simulation parameters to their initial state. |