Exemplo n.º 1
0
  /**
   * referee start's the trial
   *
   * @param nrGame is the number of the game
   * @param numTrial is the number of the trial
   */
  private VectorTimestamp startTrial(int nrGame, int numTrial, VectorTimestamp vt)
      throws RemoteException {

    return playground.startTrial(nrGame, numTrial, vt);
  }