ipdlx.gui
Class HumanPlayer

java.lang.Object
  extended by ipdlx.Player
      extended by ipdlx.gui.HumanPlayer

public class HumanPlayer
extends Player

base class for all human players

Author:
Jan Humble

Field Summary
 
Fields inherited from class ipdlx.Player
gamesLost, gamesPlayed, gamesTied, gamesWon, name, strategy, strategyClass
 
Constructor Summary
HumanPlayer(java.util.Properties props, Strategy strategy)
           
 
Method Summary
 java.util.Properties getPlayerProperties()
           
 
Methods inherited from class ipdlx.Player
clearMemory, clearResult, getMove, getName, getResult, getStrategy, getStrategy, reloadStrategy, setLastResult, setNumberOfOpponents, setOpponentMove, setOpponentsMoves, setStrategy, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HumanPlayer

public HumanPlayer(java.util.Properties props,
                   Strategy strategy)
Parameters:
strategy -
Method Detail

getPlayerProperties

public final java.util.Properties getPlayerProperties()