agentland.debug.launcher
Interface LauncherSpeech

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
LauncherSpeechAgent

public interface LauncherSpeech
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void addLaunchableAgent(String spoken_text, AgentID agentid)
           
 void addLaunchableAgent(String spoken_text, String agentid)
           
 void updateGrammar()
           
 void updateGrammar(Secret s)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

updateGrammar

public void updateGrammar(Secret s)
                   throws RemoteException

updateGrammar

public void updateGrammar()
                   throws RemoteException

addLaunchableAgent

public void addLaunchableAgent(String spoken_text,
                               AgentID agentid)
                        throws RemoteException

addLaunchableAgent

public void addLaunchableAgent(String spoken_text,
                               String agentid)
                        throws RemoteException