speech.test
Interface RandomThought
- All Superinterfaces:
- Agent, Good, Remote, Spy
- All Known Implementing Classes:
- RandomThoughtAgent
- public interface RandomThought
- extends Good
Methods inherited from interface agentland.util.Spy |
tell |
loadGrammar
public boolean loadGrammar(String sPackageName)
throws RemoteException
isGrammarLoaded
public boolean isGrammarLoaded(String sGrammarName)
throws RemoteException
listRuleNames
public ArrayList listRuleNames(String sGrammarName)
throws RemoteException
containsRule
public boolean containsRule(String sGrammarName,
String sRuleName)
throws RemoteException
getRandomSentence
public String getRandomSentence(String sGrammarName,
String sRuleName)
throws RemoteException