Uses of Class
org.speakright.core.flows.BasicFlow

Packages that use BasicFlow
org.speakright.core.flows   
org.speakright.core.tests   
org.speakright.demos.simpsons   
org.speakright.sro.tests   
 

Uses of BasicFlow in org.speakright.core.flows
 

Subclasses of BasicFlow in org.speakright.core.flows
 class ChoiceFlow
          ChoiceFlow provides branching based on user input, such as in a menu.
 class FlowList
          A sequence of flow objects.
 class LoopFlow
          Represents looping behaviour.
 class SRApp
          The base class for the outermost "app" flow object.
 

Uses of BasicFlow in org.speakright.core.tests
 

Subclasses of BasicFlow in org.speakright.core.tests
 class App1
           
 class AppWithLoop
           
 class AsyncFlow
           
 class Flow2Wrapper
           
static class InteractiveTester.App2
           
 class MyFlow
           
 class MyMenu
           
 class TestSRApp.TestApp1
          plain app that builds its own flow list
 class TestSRApp.TestApp2
          app that overrides getWelcome,getMainLoop,and getGoodbye
 class TestSRApp.TestApp3
          app that uses goto-events
static class TestWebServlet2.MyApp
           
 class ValFlow
           
 

Uses of BasicFlow in org.speakright.demos.simpsons
 

Subclasses of BasicFlow in org.speakright.demos.simpsons
 class App
           
static class App.MainMenu
           
 

Uses of BasicFlow in org.speakright.sro.tests
 

Subclasses of BasicFlow in org.speakright.sro.tests
static class TestYesNo.YesNoApp