agentland.gui.tools
Interface GuiAsker

All Superinterfaces:
Agent, BetterAsker, Good, GoodAsker, Managed, Remote, Spy
All Known Implementing Classes:
GuiAskerAgent

public interface GuiAsker
extends BetterAsker, Managed


Fields inherited from interface agentland.util.asker.GoodAsker
ERROR, MAYBE, NO, UNKNOWN, YES
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String testAskChoice()
           
 
Methods inherited from interface agentland.util.asker.BetterAsker
ask
 
Methods inherited from interface agentland.util.asker.GoodAsker
ask, ask, askChoice, askChoice, askFree
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
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 agentland.util.Spy
tell
 

Method Detail

testAskChoice

public String testAskChoice()
                     throws RemoteException