ipdlx
Class StandardGameResult
java.lang.Object
ipdlx.GameResult
ipdlx.StandardGameResult
- Direct Known Subclasses:
- GameResultLog
public class StandardGameResult
- extends GameResult
Results of the game how many points each player won
- Author:
- Jan Humble
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StandardGameResult
public StandardGameResult(int nrRounds)
- constructor
StandardGameResult
public StandardGameResult(Player playerA,
Player playerB,
int nrRounds)
- constructor
getPlayerA
public final Player getPlayerA()
getPlayerB
public final Player getPlayerB()
addPayoff
public void addPayoff(double playerAPayoff,
double playerBPayoff)