Ejemplo n.º 1
0
 /**
  * Note: the concept 'system time' only exists in synchronized execution
  *
  * @return the number of ticks passed since the algorithm start (first tick is 0), you can read
  *     about the definition of tick in agent zero manual
  */
 public long getSystemTimeInTicks() {
   return controller.getTickNumber();
 }