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

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

Uses of QuestionFlow in org.speakright.core.tests
 

Subclasses of QuestionFlow in org.speakright.core.tests
 class TestConfirmation.AskCityFlow
           
static class TestConfirmation.ConfYNFlow
           
 class TestModel.EarlyBindingFlow
           
 class TestRender.QFlow
           
 class TestSerialization.QFlow
           
static class TestWebServlet2.QFlow
           
 

Uses of QuestionFlow in org.speakright.demos.simpsons
 

Subclasses of QuestionFlow in org.speakright.demos.simpsons
static class App.AskCharacter
           
static class App.RelatedCharacterYesNo
           
static class App.VoteYesNo
           
static class App.VotingResultsList
           
 

Uses of QuestionFlow in org.speakright.sro
 

Subclasses of QuestionFlow in org.speakright.sro
 class BaseSROQuestion
          Base class for all SROs (SpeakRight Objects).
 class SROChoice
          SRO for asking for an item from a list of possible items.
 class SROConfirmYesNo
          SRO for doing simple yes/no confirmation.
 class SRODigitString
          SRO for getting one or more digits, such as a PIN.
 class SROListNavigator
           
 class SRONumber
          SRO for getting a number from the user, such as "222" which can be said as "two twenty-two" or "two hundred and twenty-two", or as DTMF digits "222"; Features range min..max (inclusive).
 class SROYesNo
           
 

Uses of QuestionFlow in org.speakright.sro.gen
 

Subclasses of QuestionFlow in org.speakright.sro.gen
 class genSROChoice
           
 class genSROConfirmYesNo
           
 class genSRODigitString
           
 class genSROListNavigator
           
 class genSRONumber
           
 class genSROYesNo
           
 

Uses of QuestionFlow in org.speakright.sro.tests
 

Subclasses of QuestionFlow in org.speakright.sro.tests
static class TestNumber.genSROQuantity
           
static class TestNumber.SROQuantity