Package rinde.sim.scenario

Examples of rinde.sim.scenario.TimedEvent


    }
    assertEquals(num, vehicles);
  }

  static void containsTimeOut(Gendreau06Scenario scen, int minutes) {
    final TimedEvent e = scen.asList().get(scen.size() - 1);
    assertEquals(PDPScenarioEvent.TIME_OUT, e.getEventType());
    assertEquals(minutes * 60 * 1000, e.time);
  }
View Full Code Here

TOP

Related Classes of rinde.sim.scenario.TimedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.