speech
Interface GrammarCenter

All Known Implementing Classes:
GrammarCenterAgent

public interface GrammarCenter
extends Agent

This is the center where it listens to the user and farms out stuff to various AppGrammars.


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getDictation()
           
 String processString(String text)
           
 void requestWakeUp()
           
 void requestWakeUp(boolean playattention)
           
 void setDictionFromTypeWriter(boolean b)
           
 void setTypeWriter(String AgentID)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

getDictation

public String getDictation()
                    throws RemoteException

requestWakeUp

public void requestWakeUp()
                   throws RemoteException

requestWakeUp

public void requestWakeUp(boolean playattention)
                   throws RemoteException

processString

public String processString(String text)
                     throws RemoteException

setDictionFromTypeWriter

public void setDictionFromTypeWriter(boolean b)
                              throws RemoteException

setTypeWriter

public void setTypeWriter(String AgentID)
                   throws RemoteException