com.askywhale.missing
Class ComputerPlayer

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

public class ComputerPlayer
extends Player


Constructor Summary
ComputerPlayer()
           
ComputerPlayer(ComputerPlayer oldComputerPlayer)
           
 
Method Summary
 int getNewPrediction()
           
 
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

ComputerPlayer

public ComputerPlayer()

ComputerPlayer

public ComputerPlayer(ComputerPlayer oldComputerPlayer)
Method Detail

getNewPrediction

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