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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimulationRunner

      public SimulationRunner​(ControlPlane cp, EventScheduler events)
      Creates a new SimulationRunner object.
      Parameters:
      cp - the the simulation's control plane
      events - the simulation's event scheduler