Package ipdlx

Interface Summary
GameListener  
PDValues Common values for PD game
TournamentListener  
 

Class Summary
Game Base class for all games
GameMatrix  
GameResult Results of the game how many points each player won
GameResultLog Log of the game.
GameRoundResult Results of the game how many points each player won
MultiPlayerGame A multiplayer game.
MultiplayerGameRoundResult Results of the game how many points each player won
Player base class for all players
PlayerMatrix payoff matrix for a player.
StandardGame Standard 2 player game
StandardGameResult Results of the game how many points each player won
Strategy Base abstract class for all strategies.
Tournament Main Tournament implementation.
TournamentResult Results of the game how many points each player won
 

Exception Summary
WrongGameMatrixValuesException An exception thrown if the values provided for a payoff matrix don't meet the specific conditions (for example T > R > P > S and 2 * R > T + S)