ipdlx
Class GameRoundResult
java.lang.Object
ipdlx.GameRoundResult
- Direct Known Subclasses:
- MultiplayerGameRoundResult
public class GameRoundResult
- extends java.lang.Object
Results of the game how many points each player won
- Author:
- Jan Humble
|
Field Summary |
protected int |
roundNr
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
roundNr
protected final int roundNr
GameRoundResult
public GameRoundResult(int roundNr,
Strategy strategyA,
double moveA,
double payoffA,
Strategy strategyB,
double moveB,
double payoffB)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toCompactString
public java.lang.String toCompactString()