Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
activate(InputStream)
- Method in class org.speakright.core.
SRPersistentState
Restore the saved state and recreate an SRInstance ready to resume execution.
add(IFlow)
- Method in class org.speakright.core.flows.
BasicFlow
add a sub-flow.
add(IFlow)
- Method in class org.speakright.core.flows.
LoopFlow
add(PromptType, String)
- Method in class org.speakright.core.flows.
QuestionFlow
Add a prompt to the question.
add(IFlow, String)
- Method in class org.speakright.core.
PlayOnceTracker
add(IFlow, String, boolean)
- Method in class org.speakright.core.
PlayOnceTracker
add(String, String)
- Method in class org.speakright.core.
RawCGIParams
add(Grammar)
- Method in class org.speakright.core.render.
GrammarSet
add(ArrayList, PromptSpec)
- Static method in class org.speakright.core.render.html.
PromptSpec
add(Prompt)
- Method in class org.speakright.core.render.
PromptSet
add(PromptType, String)
- Method in class org.speakright.core.render.
Question
Add a prompt of the given type
add(ArrayList, PromptSpec)
- Static method in class org.speakright.core.render.voicexml.
PromptSpec
add(String)
- Method in class org.speakright.core.
Trail
add(int, String, String, String, int)
- Method in class org.speakright.demos.simpsons.
SimpsonsData
addBinding(String, String)
- Method in class org.speakright.core.flows.
QuestionFlow
Add a model binding.
addBinding(IFlow, String, String)
- Method in interface org.speakright.core.
IModelBinder
Bind the given slot to a model variable.
addBinding(IFlow, String, String)
- Method in class org.speakright.core.
ModelBinder
adds a binding.
addBinding(String, String)
- Method in class org.speakright.core.render.
Grammar
addCancelCommand(String)
- Method in class org.speakright.sro.
BaseSROQuestion
Add a cancel command.
addChoice(String, IFlow)
- Method in class org.speakright.core.flows.
ChoiceFlow
Adds a choice.
addCommand(String, IFlow)
- Method in class org.speakright.sro.
BaseSROQuestion
Adds a command such as "cancel" or "main menu".
addField(FormElement)
- Method in interface org.speakright.core.render.
ISpeechForm
addField(FormElement)
- Method in class org.speakright.core.render.
SpeechForm
addGrammar(Grammar)
- Method in class org.speakright.core.flows.
QuestionFlow
Add/replace a grammar to the question.
addGrammar(String)
- Method in class org.speakright.core.flows.
QuestionFlow
Add/replace a grammar to the question.
addGrammar(Grammar)
- Method in class org.speakright.core.render.
Question
adds (or replaces if gram.type already in the grammar set)
addIf(boolean, Grammar)
- Method in class org.speakright.core.render.
GrammarSet
addIf(boolean, Prompt)
- Method in class org.speakright.core.render.
PromptSet
addPrompt(String)
- Method in class org.speakright.core.flows.
PromptFlow
Adds additional prompt.
addPrompt(Prompt)
- Method in class org.speakright.core.flows.
QuestionFlow
Add a prompt to the question.
addPrompt(Prompt)
- Method in class org.speakright.core.render.
Question
Add a prompt (low-level), but only if not already in prompt set
addPromptFlow(String)
- Method in class org.speakright.core.flows.
BasicFlow
Adds a prompt flow object.
addSlot(String, String)
- Method in class org.speakright.core.
SRResults
Add a slot and its value.
addSlot(String, String, int)
- Method in class org.speakright.core.
SRResults
Add a slot and its value.
addSubFlow(IFlow)
- Method in class org.speakright.core.tests.
MyFlow
addToResults()
- Method in class org.speakright.core.tests.
TestResults
App
- Class in
org.speakright.demos.simpsons
App()
- Constructor for class org.speakright.demos.simpsons.
App
App.AskCharacter
- Class in
org.speakright.demos.simpsons
App.AskCharacter()
- Constructor for class org.speakright.demos.simpsons.
App.AskCharacter
App.CharacterDescription
- Class in
org.speakright.demos.simpsons
App.CharacterDescription()
- Constructor for class org.speakright.demos.simpsons.
App.CharacterDescription
App.MainMenu
- Class in
org.speakright.demos.simpsons
App.MainMenu()
- Constructor for class org.speakright.demos.simpsons.
App.MainMenu
App.RelatedCharacterYesNo
- Class in
org.speakright.demos.simpsons
App.RelatedCharacterYesNo()
- Constructor for class org.speakright.demos.simpsons.
App.RelatedCharacterYesNo
App.VoteYesNo
- Class in
org.speakright.demos.simpsons
App.VoteYesNo()
- Constructor for class org.speakright.demos.simpsons.
App.VoteYesNo
App.VotingResultsList
- Class in
org.speakright.demos.simpsons
App.VotingResultsList()
- Constructor for class org.speakright.demos.simpsons.
App.VotingResultsList
App1
- Class in
org.speakright.core.tests
App1()
- Constructor for class org.speakright.core.tests.
App1
appDir
- Static variable in class org.speakright.demos.simpsons.
InteractiveTester
AppEvent
- Class in
org.speakright.core
An application event is is a custom event that an application can "throw" in order to transfer control to another active flow object.
AppEvent(String)
- Constructor for class org.speakright.core.
AppEvent
Create an application event.
AppFactory
- Class in
org.speakright.core.tests
Factory for this app.
AppFactory()
- Constructor for class org.speakright.core.tests.
AppFactory
AppFactory
- Class in
org.speakright.demos.simpsons
AppFactory()
- Constructor for class org.speakright.demos.simpsons.
AppFactory
ApplicationFlow()
- Method in class org.speakright.core.
SRInstance
Get the outermost flow object, that was passed to
start
.
ApplicationFlow()
- Method in class org.speakright.core.
SRRunner
Get the outermost flow object, that was passed to
start
.
applyCondition(RenderContext)
- Method in class org.speakright.core.render.
Grammar
applyCondition(RenderContext)
- Method in class org.speakright.core.render.
Prompt
appThatOverridesGetWelcome()
- Method in class org.speakright.core.tests.
TestSRApp
appWithGotoEvent()
- Method in class org.speakright.core.tests.
TestSRApp
AppWithLoop
- Class in
org.speakright.core.tests
AppWithLoop()
- Constructor for class org.speakright.core.tests.
AppWithLoop
AsyncFlow
- Class in
org.speakright.core.tests
AsyncFlow(String)
- Constructor for class org.speakright.core.tests.
AsyncFlow
AsyncTransaction()
- Method in class org.speakright.core.tests.
TestCore
audioMatch()
- Method in class org.speakright.core.tests.
TestPrompts
AudioMatcher
- Class in
org.speakright.core.render
Audio matcher checks in an XML file for audio file replacements for TTS text.
AudioMatcher(SRLocations)
- Constructor for class org.speakright.core.render.
AudioMatcher
AutoTester
- Class in
org.speakright.demos.simpsons
AutoTester()
- Constructor for class org.speakright.demos.simpsons.
AutoTester
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X