com.bolinfest.prisonerbot
Interface UnmodifiableGame

All Known Implementing Classes:
SimpleIterativeGame

public interface UnmodifiableGame

UnmodifiableGame is an unmodifiable view of a Game.

Author:
mbolin

Method Summary
 Iterator getIterations()
           
 String getLeader()
           
 int getNumberOfIterations()
           
 int[] getNumRoundsProposed()
           
 PayoffMatrix getPayoffMatrix()
           
 String getPlayer1Name()
           
 String getPlayer2Name()
           
 int[] getScore()
           
 

Method Detail

getPlayer1Name

String getPlayer1Name()

getPlayer2Name

String getPlayer2Name()

getScore

int[] getScore()

getNumRoundsProposed

int[] getNumRoundsProposed()

getLeader

String getLeader()

getPayoffMatrix

PayoffMatrix getPayoffMatrix()

getNumberOfIterations

int getNumberOfIterations()

getIterations

Iterator getIterations()