Copyright © 2009, 2010 Nu Echo Inc. All Rights Reserved.

Package com.nuecho.api.grammar

Classes and interfaces for programmatically creating dynamic grammar instantiation contexts.

See:
          Description

Interface Summary
CacheControl Interface implemented by cache control objects.
ContextInitializer A ContextInitializer is an object used to programmatically create an instantiation context that will be merged with a dynamic grammar to produce a static grammar.
GrammarFragment Interface that all grammar expansion nodes implement.
GrammarFragmentFactory This interface defines a factory for grammar expansion nodes.
 

Class Summary
GrammarFormat This is a (Java 1.4 compatible) type-safe enumeration for all supported grammar formats.
 

Exception Summary
CacheControlException Exception thrown by cache control objects.
ContextInitializationException Base class of all exceptions thrown by a ContextInitializer getContext method.
GrammarFragmentCreationException Class for exceptions thrown by a GrammarFragmentFactory object.
InvalidParameterException Exception thrown when a variable name, in an instantiation context, is not composed of only ASCII characters.
NotModifiedException Exception thrown when a dynamic grammar does not need to be regenerated because the grammar is already cached by the ASR engine.
 

Package com.nuecho.api.grammar Description

Classes and interfaces for programmatically creating dynamic grammar instantiation contexts.


Copyright © 2009, 2010 Nu Echo Inc. All Rights Reserved.