Package ons
Class SimulationRunner
java.lang.Object
ons.SimulationRunner
public class SimulationRunner
extends java.lang.Object
Simply runs the simulation, as long as there are events
scheduled to happen.
-
Constructor Summary
Constructors Constructor Description SimulationRunner(ControlPlane cp, EventScheduler events)
Creates a new SimulationRunner object. -
Method Summary
-
Constructor Details
-
SimulationRunner
Creates a new SimulationRunner object.- Parameters:
cp
- the the simulation's control planeevents
- the simulation's event scheduler
-