agentland.games
Class CheckerAgent
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--metaglue.AgentAgent
|
+--agentland.games.CheckerAgent
- All Implemented Interfaces:
- Agent, Checker, MetagluePrimitives, Remote, Serializable
- public class CheckerAgent
- extends AgentAgent
- implements Checker
- See Also:
- Serialized Form
Methods inherited from class metaglue.AgentAgent |
addMonitor, alive, defrost, defrostAll, defrostBoolean, defrostInt, defrostString, fixAttribute, fixAttribute, freeze, freeze, freeze, freezeAll, freezeVar, getAgentID, getAttribute, getCatalog, getCatalogID, getDesignation, getFrozenVariables, getLogLevel, getMetaglueAgent, getMetaglueAgentID, getOccupation, getProperties, getSociety, log, log, log, lookupClass, obtainMetaglueAgent, obtainMetaglueAgent, obtainMetaglueAgentByName, reliesOn, reliesOn, reliesOn, reliesOnSynch, removeFrozen, replaceExceptionHandler, setFreezeName, setLogLevel, setLogName, shutdown, startAgent, startAgentOn, startAgentOn, startup, status, tiedTo, tiedTo, tiedTo, tiedTo, tieToDesignation, whereAreYou |
CheckerAgent
public CheckerAgent()
throws RemoteException
startGame
public void startGame()
throws RemoteException
- Specified by:
startGame
in interface Checker
endGame
public void endGame()
throws RemoteException
- Specified by:
endGame
in interface Checker
movePiece
public void movePiece(int SX,
int SY,
int FX,
int FY)
- Specified by:
movePiece
in interface Checker
pass
public void pass()
throws RemoteException
- Specified by:
pass
in interface Checker
startNew
public void startNew()
throws RemoteException
- Specified by:
startNew
in interface Checker