Example #1
0
 /**
  * Specifies how often the scheduler will printout the current simulation time.
  *
  * @param time
  */
 public void setStatusInterval(long time) {
   scheduler.setStatusInterval(time);
 }