コード例 #1
0
  /**
   * referee makes a decision in the end of the trial or game
   *
   * @return A Team A wins
   * @return B Team B wins
   * @return C the game will continue
   * @return E the game is over
   */
  private Object[] assertTrialDecision(VectorTimestamp vt) throws RemoteException {

    return playground.assertTrialDecision(vt);
  }