edu.ou.mancala.player
Class MancalaPlayer

java.lang.Object
  extended by edu.ou.mancala.player.MancalaPlayer

public class MancalaPlayer
extends java.lang.Object


Constructor Summary
MancalaPlayer(boolean player)
           
MancalaPlayer(MancalaPlayer m)
           
 
Method Summary
 int currentAction()
           
 MancalaRecord getRecord()
           
 boolean player()
           
 void setCurrentAction(int currentAction)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MancalaPlayer

public MancalaPlayer(boolean player)

MancalaPlayer

public MancalaPlayer(MancalaPlayer m)
Method Detail

player

public boolean player()

currentAction

public int currentAction()

setCurrentAction

public void setCurrentAction(int currentAction)

getRecord

public MancalaRecord getRecord()