Exemple #1
0
 /**
  * Returns a string represention of the game. Implemented as the string represention of the header
  * plus the move model.
  *
  * @return a string represention of the game
  */
 public String toString() {
   return m_model.toString();
 }