agentland.games
Interface Checker

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
CheckerAgent

public interface Checker
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void endGame()
           
 void movePiece(int x, int y, int z, int r)
           
 void pass()
           
 void startGame()
           
 void startNew()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

startGame

public void startGame()
               throws RemoteException

endGame

public void endGame()
             throws RemoteException

movePiece

public void movePiece(int x,
                      int y,
                      int z,
                      int r)
               throws RemoteException

pass

public void pass()
          throws RemoteException

startNew

public void startNew()
              throws RemoteException