org.jvoicexml.interpreter
Interface GrammarRegistry

All Known Implementing Classes:
JVoiceXmlGrammarRegistry

public interface GrammarRegistry

Provides access to active grammars.

Since:
0.3

Copyright © 2005-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/

Version:
$Revision: 213 $
Author:
Dirk Schnelle

Method Summary
 void addGrammar(GrammarImplementation<? extends Object> grammar)
          Adds the given grammar to the list of known grammars.
 Collection<GrammarImplementation<? extends Object>> getGrammars()
          Gets all registered grammars.
 

Method Detail

addGrammar

void addGrammar(GrammarImplementation<? extends Object> grammar)
Adds the given grammar to the list of known grammars.

Parameters:
grammar - grammar to add.

getGrammars

Collection<GrammarImplementation<? extends Object>> getGrammars()
Gets all registered grammars.

Returns:
Collection


Copyright © 2005-2007 JVoiceXML group.