ipdlx
Class GameRoundResult

java.lang.Object
  extended by 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
           
 
Constructor Summary
GameRoundResult(int roundNr, Strategy strategyA, double moveA, double payoffA, Strategy strategyB, double moveB, double payoffB)
           
 
Method Summary
 java.lang.String toCompactString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roundNr

protected final int roundNr
Constructor Detail

GameRoundResult

public GameRoundResult(int roundNr,
                       Strategy strategyA,
                       double moveA,
                       double payoffA,
                       Strategy strategyB,
                       double moveB,
                       double payoffB)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toCompactString

public java.lang.String toCompactString()