com.askywhale.missing
Class HumanPlayer

java.lang.Object
  extended by com.askywhale.missing.Player
      extended by com.askywhale.missing.HumanPlayer

public class HumanPlayer
extends Player


Constructor Summary
HumanPlayer()
           
HumanPlayer(HumanPlayer oldHumanPlayer)
           
 
Method Summary
 int getNewPrediction()
           
 void setNewPrediction(int newPrediction)
           
 
Methods inherited from class com.askywhale.missing.Player
canSeePlayer, getChildren, getGame, getPrediction, getScore, isPlayed, play, setChildren, setGame, setPlayed, setPrediction, setScore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanPlayer

public HumanPlayer()

HumanPlayer

public HumanPlayer(HumanPlayer oldHumanPlayer)
Method Detail

getNewPrediction

public int getNewPrediction()
Specified by:
getNewPrediction in class Player

setNewPrediction

public void setNewPrediction(int newPrediction)