speech
Interface GrammarInspector

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

public interface GrammarInspector
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getRandomSentence(String sGrammarName, String sRuleName)
           
 boolean loadGrammar(String sPackageName)
           
 
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

loadGrammar

public boolean loadGrammar(String sPackageName)
                    throws RemoteException

getRandomSentence

public String getRandomSentence(String sGrammarName,
                                String sRuleName)
                         throws RemoteException