agentland.util.asker
Interface BetterAsker

All Superinterfaces:
Agent, GoodAsker, Remote
All Known Subinterfaces:
Asker, GuiAsker, MultimodalAsker

public interface BetterAsker
extends GoodAsker


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
 Question ask(Question q)
           
 
Methods inherited from interface agentland.util.asker.GoodAsker
ask, ask, askChoice, askChoice, askFree
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

ask

public Question ask(Question q)
             throws RemoteException