T - the grammar implementation.public interface GrammarImplementation<T>
ImplementationPlatform if the grammar is
activated or deactivated.
VoiceXML is designed to support at least
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(GrammarImplementation<T> other)
Checks if this grammar implementation is equal to the given grammar
implementation.
|
T |
getGrammarDocument()
Retrieves the grammar document.
|
org.jvoicexml.xml.srgs.GrammarType |
getMediaType()
Returns the declared media type of the external grammar.
|
org.jvoicexml.xml.srgs.ModeType |
getModeType()
Returns the mode type of the grammar.
|
java.net.URI |
getURI()
Retrieves the URI of the grammar.
|
org.jvoicexml.xml.srgs.GrammarType getMediaType()
org.jvoicexml.xml.srgs.ModeType getModeType()
T getGrammarDocument()
java.net.URI getURI()
boolean equals(GrammarImplementation<T> other)
other - the grammar implementation to compare with.true if the grammar implementations are equal.