org.speakright.core.tests
Class TestWebServlet2.MyApp

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.TestWebServlet2.MyApp
All Implemented Interfaces:
java.io.Serializable, IFlow
Enclosing class:
TestWebServlet2

public static class TestWebServlet2.MyApp
extends SRApp

See Also:
Serialized Form

Field Summary
 Model M
           
 
Fields inherited from class org.speakright.core.flows.BasicFlow
m_L
 
Constructor Summary
TestWebServlet2.MyApp()
           
 
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

TestWebServlet2.MyApp

public TestWebServlet2.MyApp()