agentland.text
Interface SpeechTextGetter

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

public interface SpeechTextGetter
extends Managed, TextGetter


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getText(String q)
           
 
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, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

getText

public String getText(String q)
               throws RemoteException
Specified by:
getText in interface TextGetter