agentland.games
Interface Infocom

All Superinterfaces:
Agent, Good, Managed, Remote, Spy
All Known Implementing Classes:
InfocomAgent

public interface Infocom
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void addInput(String s)
           
 boolean dictionaryContains(String testWord)
           
 Filter dictionaryFilter()
           
 void startGame(String filename)
           
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

startGame

public void startGame(String filename)
               throws RemoteException

addInput

public void addInput(String s)
              throws RemoteException

dictionaryContains

public boolean dictionaryContains(String testWord)
                           throws RemoteException

dictionaryFilter

public Filter dictionaryFilter()
                        throws RemoteException