|
||||||||||
| 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.BasicFlow
org.speakright.core.flows.SRApp
org.speakright.core.tests.TestSRApp.TestApp2
public class TestSRApp.TestApp2
app that overrides getWelcome,getMainLoop,and getGoodbye
| Field Summary | |
|---|---|
Model |
M
|
| Fields inherited from class org.speakright.core.flows.BasicFlow |
|---|
m_L |
| Constructor Summary | |
|---|---|
TestSRApp.TestApp2()
|
|
| Method Summary | |
|---|---|
IFlow |
createGoodbye()
Return the final flow object, that is executed after the main loop exits. |
IFlow |
createWelcome()
Return the first flow object, which is usually a welcome prompt. |
void |
initMainLoop(LoopFlow loop)
Return the main loop sub-flow. |
| Methods inherited from class org.speakright.core.flows.SRApp |
|---|
createMainLoop, getMainLoop, isAppEvent, onBegin, onCatch, onDisconnect, onNoInput, onPlatformError, onTransferFailed, onValidateFailed, transferToOperator |
| Methods inherited from class org.speakright.core.flows.BasicFlow |
|---|
add, addPromptFlow, findSubFlow, getFirst, getNext, getSubFlowAfter, SubFlowCount |
| Methods inherited from class org.speakright.core.FlowBase |
|---|
createRenderer, execute, executionCount, fixupGrammar, fixupPrompt, log, logError, name, onComplete, onEnd, promptGroup, setExecutionCount, setName, setPromptGroup, shouldExecute, validateInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Model M
| Constructor Detail |
|---|
public TestSRApp.TestApp2()
| Method Detail |
|---|
public IFlow createWelcome()
SRApp
createWelcome in class SRApppublic void initMainLoop(LoopFlow loop)
SRApp
initMainLoop in class SRApppublic IFlow createGoodbye()
SRApp
createGoodbye in class SRApp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||