|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.speakright.core.FlowBase
org.speakright.core.flows.PromptFlow
org.speakright.core.tests.TestRender.PlayOnceFlow
public class TestRender.PlayOnceFlow
| Field Summary |
|---|
| Fields inherited from class org.speakright.core.flows.PromptFlow |
|---|
m_promptL |
| Constructor Summary | |
|---|---|
TestRender.PlayOnceFlow(java.lang.String text,
boolean onceEver)
|
|
| Method Summary | |
|---|---|
IFlow |
getNext(IFlow current,
SRResults results)
The default implementation of getNext is to return null. |
| Methods inherited from class org.speakright.core.flows.PromptFlow |
|---|
addPrompt, bargeIn, createRenderer, firstPrompt, setBargeIn |
| Methods inherited from class org.speakright.core.FlowBase |
|---|
execute, executionCount, fixupGrammar, fixupPrompt, getFirst, getSubFlowAfter, log, logError, name, onBegin, onCatch, onComplete, onDisconnect, onEnd, onNoInput, onPlatformError, onTransferFailed, onValidateFailed, promptGroup, setExecutionCount, setName, setPromptGroup, shouldExecute, validateInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestRender.PlayOnceFlow(java.lang.String text,
boolean onceEver)
| Method Detail |
|---|
public IFlow getNext(IFlow current,
SRResults results)
FlowBase
getNext in interface IFlowgetNext in class FlowBasecurrent - the currently executing flow object. More precisely, current is the flow
object that this object most recently returned from getFirst or getNext.results - the results of current's execution by the speech platform. Results
contains user input and/or events such as disconnect or platform-error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||