org.speakright.core.tests
Class TestSRApp.TestApp1

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.BasicFlow
          extended by org.speakright.core.flows.SRApp
              extended by org.speakright.core.tests.TestSRApp.TestApp1
All Implemented Interfaces:
java.io.Serializable, IFlow
Enclosing class:
TestSRApp

public class TestSRApp.TestApp1
extends SRApp

plain app that builds its own flow list

Author:
IanRaeLaptop
See Also:
Serialized Form

Field Summary
 Model M
           
 
Fields inherited from class org.speakright.core.flows.BasicFlow
m_L
 
Constructor Summary
TestSRApp.TestApp1()
           
 
Method Summary
 
Methods inherited from class org.speakright.core.flows.SRApp
createGoodbye, createMainLoop, createWelcome, getMainLoop, initMainLoop, 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

M

public Model M
Constructor Detail

TestSRApp.TestApp1

public TestSRApp.TestApp1()