uchicago.src.sim.games
Interface Strategy

All Known Implementing Classes:
AlwaysCooperate, AlwaysDefect, AntiTitForTat, TitForTat

public interface Strategy

Version:
$Revision: 1.5 $ $Date: 2004/11/03 19:51:03 $

Method Summary
 GameChoice calculateMove(GameChoice opponentMove)
          Returns a new GameChoice.
 

Method Detail

calculateMove

GameChoice calculateMove(GameChoice opponentMove)
Returns a new GameChoice.