cz.cvut.agents.rph.core
Class GameResult

java.lang.Object
  extended by cz.cvut.agents.rph.core.GameResult
Direct Known Subclasses:
ReversiGameResult

public abstract class GameResult
extends java.lang.Object

Result of a game. Author: Ondrej Vanek Date: 10/3/12 Time: 3:19 PM


Constructor Summary
GameResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameResult

public GameResult()