|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutableForm | |
|---|---|
| org.jvoicexml.interpreter | This package contains the core interpreter. |
| org.jvoicexml.interpreter.form | This package contains classes imlementing
ExecutableForms that are
interpreted. |
| Uses of ExecutableForm in org.jvoicexml.interpreter |
|---|
| Methods in org.jvoicexml.interpreter that return ExecutableForm | |
|---|---|
ExecutableForm |
VoiceXmlInterpreter.getForm(String id)
Get the form with the given id. |
ExecutableForm |
VoiceXmlInterpreter.getNextForm()
Get the next form to process. |
| Methods in org.jvoicexml.interpreter that return types with arguments of type ExecutableForm | |
|---|---|
Collection<ExecutableForm> |
ExecutableFormFactory.getExecutableForms(Vxml vxml)
Retrieves a collection of all ExecutableForms in the
given VoiceXML document. |
| Methods in org.jvoicexml.interpreter with parameters of type ExecutableForm | |
|---|---|
void |
VoiceXmlInterpreter.processForm(ExecutableForm form)
Process the given form. |
| Constructors in org.jvoicexml.interpreter with parameters of type ExecutableForm | |
|---|---|
FormInterpretationAlgorithm(VoiceXmlInterpreterContext ctx,
VoiceXmlInterpreter ip,
ExecutableForm currentForm)
Construct a new FIA object. |
|
| Uses of ExecutableForm in org.jvoicexml.interpreter.form |
|---|
| Classes in org.jvoicexml.interpreter.form that implement ExecutableForm | |
|---|---|
class |
ExecutableMenuForm
Implementation of an ExecutableForm for the
<menu> tag. |
class |
ExecutablePlainForm
Implementation of an ExecutableForm for the
<form> tag. |
| Methods in org.jvoicexml.interpreter.form that return types with arguments of type ExecutableForm | |
|---|---|
Collection<ExecutableForm> |
JVoiceXmlExecutableFormFactory.getExecutableForms(Vxml vxml)
Retrieves a collection of all ExecutableForms in the
given VoiceXML document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||