A B C D E F G H I L M N O P Q R S T U V W X

I

IConfirmationFlow - Interface in org.speakright.core
A flow that does confirmation (of a previous question).
IConfirmationNotifier - Interface in org.speakright.core
Used to notifier a confirmation wrapper, so it can restore saved results.
IExecutionContext - Interface in org.speakright.core
A context object passed to the execute method of a flow object.
IFlow - Interface in org.speakright.core
IFlow is the basic building block of SpeakRight.
IFlowContext - Interface in org.speakright.core
Context passed to getFirst and getNext.
IFlowRenderer - Interface in org.speakright.core.render
An IFlowRenderer renders a flow object into speech page elements.
ignoreMode() - Method in class org.speakright.core.tests.TestResults
 
ignoreRes() - Method in class org.speakright.core.tests.TestResults
 
IGrammarAdjuster - Interface in org.speakright.core.render
Interface that lets flow objects participate in the grammar rendering done by PromptPipeline.
IItemFormatter - Interface in org.speakright.core
Interface for the formatters that IModelItem use to render themselves into a prompt.
IItemReusableFormatter - Interface in org.speakright.core
A formatter that isn't bound to a single instance of an IModelItem.
IModel - Interface in org.speakright.core
Interface for the application-defined model.
IModelBinder - Interface in org.speakright.core
IModelBinder binds user input to values in the model.
IModelItem - Interface in org.speakright.core
Each model value is a class that implements IModelItem.
indexOf(String[], String) - Static method in class org.speakright.core.StringSwitch
 
init(String, String) - Static method in class org.speakright.core.SRConfig
MUST be called the first SpeakRight method called in an application.
init(IFlow, SRInstance) - Method in class org.speakright.itest.SRInteractiveTester
init the runner.
initList(ArrayList<String>) - Method in class org.speakright.sro.SROListNavigator
 
initLocations(SRRunner) - Method in interface org.speakright.servlet.ISRServlet
some paths need to be set on each GET or POST.
initMainLoop(LoopFlow) - Method in class org.speakright.core.flows.SRApp
Return the main loop sub-flow.
initMainLoop(LoopFlow) - Method in class org.speakright.core.tests.TestSRApp.TestApp2
 
initMainLoop(LoopFlow) - Method in class org.speakright.core.tests.TestSRApp.TestApp3
 
initMainLoop(LoopFlow) - Method in class org.speakright.demos.simpsons.App
 
initMainPrompt(IExecutionContext, String, String, String) - Method in class org.speakright.sro.BaseSROQuestion
A common pattern is that the main prompt changes depending on whether this is the first time we've asked the question, or we're re-asking the question because of validation-failure or confirmation-rejection.
initPrompt(PromptType, String) - Method in class org.speakright.sro.BaseSROQuestion
 
InitPrompts(String) - Method in class org.speakright.core.flows.QuestionFlow
initialize the main, silence, and noreco prompts to default values.
InitPrompts(String) - Method in class org.speakright.core.render.Question
Init the error and escalating prompts to something reasonable, using m_subject.
initPrompts() - Method in class org.speakright.sro.BaseSROQuestion
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.BaseSROQuestion
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.SROChoice
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.SRODigitString
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.SROListNavigator
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.SRONumber
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.tests.TestNumber.genSROQuantity
 
initPrompts(IExecutionContext) - Method in class org.speakright.sro.tests.TestNumber.SROQuantity
 
initSubPrompts(Question) - Method in class org.speakright.sro.BaseSROQuestion
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSROChoice
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSROConfirmYesNo
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSRODigitString
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSROListNavigator
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSRONumber
 
initSubPrompts(Question) - Method in class org.speakright.sro.gen.genSROYesNo
 
initUrls(SRRunner, String, String) - Method in class org.speakright.core.SRFactory
 
injectModel(IFlow) - Method in interface org.speakright.core.IModelBinder
Set the flow's model field.
injectModel(IFlow) - Method in class org.speakright.core.ModelBinder
A type-agnostic way to assign a model to a flow object.
inlineGram() - Method in class org.speakright.core.tests.TestGrammar
 
InlineGrammar - Class in org.speakright.core.render
An inline grammar is rendered as part of the VoiceXML page.
InlineGrammar(String) - Constructor for class org.speakright.core.render.InlineGrammar
Create inline grammar.
InnerFlow() - Method in class org.speakright.core.TrailWrapper
 
InteractiveTester - Class in org.speakright.core.tests
 
InteractiveTester() - Constructor for class org.speakright.core.tests.InteractiveTester
 
InteractiveTester - Class in org.speakright.demos.simpsons
 
InteractiveTester() - Constructor for class org.speakright.demos.simpsons.InteractiveTester
 
InteractiveTester.App2 - Class in org.speakright.core.tests
 
InteractiveTester.App2() - Constructor for class org.speakright.core.tests.InteractiveTester.App2
 
IPromptAdjuster - Interface in org.speakright.core.render
Interface that lets flow objects participate in the prompt rendering done by PromptPipeline.
isAppEvent(ThrowEvent, String) - Method in class org.speakright.core.flows.SRApp
Called from onCatch to determine if we're catching a given app-event
isDone() - Method in class org.speakright.itest.SRInteractiveTester
Check if finished.
isDTMFGrammar() - Method in class org.speakright.core.render.Grammar
 
isFailed() - Method in class org.speakright.core.SRInstance
Has an error ocurred yet.
isFailed() - Method in class org.speakright.core.SRRunner
Has an error ocurred yet.
isFinished() - Method in class org.speakright.core.SRInstance
Has the application finished.
isFinished() - Method in class org.speakright.core.SRRunner
Has the application finished.
isFinished() - Method in class org.speakright.itest.SRInteractiveTester
 
isGRXML() - Method in class org.speakright.core.render.GrammarItem
 
isGSL() - Method in class org.speakright.core.render.GrammarItem
 
isNewSession() - Method in class org.speakright.servlet.SRServletRunner
Is this a new session? A session is considered new if session.isNew is true or if it can't find the saved SRRunner object saved in the session.
isPaused() - Method in class org.speakright.core.SRInstance
Is the application paused.
isPaused() - Method in class org.speakright.core.SRRunner
Is the application paused.
ISpeechForm - Interface in org.speakright.core.render
Represents a VoiceXML form.
ISpeechPage - Interface in org.speakright.core.render
Represents a VoiceXML page.
ISpeechPageWriter - Interface in org.speakright.core.render
An ISpeechPageWriter generates the output text from speech page elements.
ISRExtensionFactory - Interface in org.speakright.core
A factory for all extension points in SpeakRight.
ISRInstrumentation - Interface in org.speakright.core
Extension point for monitoring the execution of an SR app.
ISRServlet - Interface in org.speakright.servlet
Interface for a SpeakRight servlet.
isSame(ModelBindingSpec) - Method in class org.speakright.core.ModelBindingSpec
 
isSet() - Method in interface org.speakright.core.IModelItem
Has the item be set (via the set method).
isSet() - Method in class org.speakright.core.ModelItemBase
has the model's set method been called.
isStarted() - Method in class org.speakright.core.SRInstance
Has start been called.
isStarted() - Method in class org.speakright.core.SRRunner
Has start been called.

A B C D E F G H I L M N O P Q R S T U V W X