|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrammarIdentifier
The GrammarIdentifier interface declares
a couple of methods to identify a certain grammar document.
Each implementation of this class is considered to
be an identifier for a certain grammar. So common
task of all of these implementations is to identify
one, and only one specific kind of grammar.
Copyright © 2005-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
GrammarType |
getSupportedType()
Returns the supported media type. |
GrammarType |
identify(GrammarDocument grammar)
Identifies the grammar specified by grammar. |
| Method Detail |
|---|
GrammarType identify(GrammarDocument grammar)
grammar. If
grammar could be identified a type is returned, otherwise
null.
grammar - The grammar to be identified.
GrammarType getSupportedType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||