org.speakright.demos.simpsons
Class App.MainMenu

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.BasicFlow
          extended by org.speakright.core.flows.ChoiceFlow
              extended by org.speakright.demos.simpsons.App.MainMenu
All Implemented Interfaces:
java.io.Serializable, IFlow
Enclosing class:
App

public static class App.MainMenu
extends ChoiceFlow

See Also:
Serialized Form

Field Summary
 Model M
           
 
Fields inherited from class org.speakright.core.flows.BasicFlow
m_L
 
Constructor Summary
App.MainMenu()
           
 
Method Summary
 
Methods inherited from class org.speakright.core.flows.ChoiceFlow
addChoice, getFirst, getNext, setChoiceQuestion
 
Methods inherited from class org.speakright.core.flows.BasicFlow
add, addPromptFlow, findSubFlow, getSubFlowAfter, SubFlowCount
 
Methods inherited from class org.speakright.core.FlowBase
createRenderer, execute, executionCount, fixupGrammar, fixupPrompt, 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
 

Field Detail

M

public Model M
Constructor Detail

App.MainMenu

public App.MainMenu()