Uses of Package
org.speakright.core.flows

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

Classes in org.speakright.core.flows used by org.speakright.core.flows
BasicFlow
          BasicFlow is a base class for most flow objects.
BranchFlow.GotoBranchEvent
          An event class used to jump back from a sub-flow to a branch flow.
LoopFlow
          Represents looping behaviour.
TransferFlow.TransferType
          tranfer types from VXML 2.1
 

Classes in org.speakright.core.flows used by org.speakright.core.render
TransferFlow.TransferType
          tranfer types from VXML 2.1
 

Classes in org.speakright.core.flows used by org.speakright.core.tests
BasicFlow
          BasicFlow is a base class for most flow objects.
ChoiceFlow
          ChoiceFlow provides branching based on user input, such as in a menu.
LoopFlow
          Represents looping behaviour.
PromptFlow
          A flow that plays one or more prompts.
QuestionFlow
          Flow object that asks the user a question.
SRApp
          The base class for the outermost "app" flow object.
 

Classes in org.speakright.core.flows used by org.speakright.demos.simpsons
BasicFlow
          BasicFlow is a base class for most flow objects.
ChoiceFlow
          ChoiceFlow provides branching based on user input, such as in a menu.
LoopFlow
          Represents looping behaviour.
PromptFlow
          A flow that plays one or more prompts.
QuestionFlow
          Flow object that asks the user a question.
SRApp
          The base class for the outermost "app" flow object.
 

Classes in org.speakright.core.flows used by org.speakright.sro
ChoiceFlow
          ChoiceFlow provides branching based on user input, such as in a menu.
PromptFlow
          A flow that plays one or more prompts.
QuestionFlow
          Flow object that asks the user a question.
TransferFlow
          A call control flow object that transfers the call.
TransferFlow.TransferType
          tranfer types from VXML 2.1
 

Classes in org.speakright.core.flows used by org.speakright.sro.gen
PromptFlow
          A flow that plays one or more prompts.
QuestionFlow
          Flow object that asks the user a question.
TransferFlow
          A call control flow object that transfers the call.
 

Classes in org.speakright.core.flows used by org.speakright.sro.tests
BasicFlow
          BasicFlow is a base class for most flow objects.
QuestionFlow
          Flow object that asks the user a question.
SRApp
          The base class for the outermost "app" flow object.