org.tiling.game.prisonersdilemma.strategy
Class RevisedDowning

java.lang.Object
  |
  +--org.tiling.game.Player
        |
        +--org.tiling.game.prisonersdilemma.strategy.RevisedDowning
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, Strategy

public class RevisedDowning
extends Player

See Also:
Serialized Form

Constructor Summary
RevisedDowning()
           
 
Method Summary
 Move generateMove(java.util.List ownMoveHistory, java.util.List opponentsMoveHistory)
           
 java.lang.String getDescription()
           
 
Methods inherited from class org.tiling.game.Player
addScore, clone, compareTo, getGamesPlayed, getMeanScore, getScore, incrementGamesPlayed, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RevisedDowning

public RevisedDowning()
Method Detail

generateMove

public Move generateMove(java.util.List ownMoveHistory,
                         java.util.List opponentsMoveHistory)

getDescription

public java.lang.String getDescription()