Uses of Class
org.speakright.sro.BaseSROQuestion

Packages that use BaseSROQuestion
org.speakright.demos.simpsons   
org.speakright.sro   
org.speakright.sro.gen   
org.speakright.sro.tests   
 

Uses of BaseSROQuestion in org.speakright.demos.simpsons
 

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

Uses of BaseSROQuestion in org.speakright.sro
 

Subclasses of BaseSROQuestion in org.speakright.sro
 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
           
 

Constructors in org.speakright.sro with parameters of type BaseSROQuestion
BaseSROQuestion.MyConfirmationWrapper(IFlow question, IConfirmationFlow confirmer, BaseSROQuestion self)
           
 

Uses of BaseSROQuestion in org.speakright.sro.gen
 

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

Uses of BaseSROQuestion in org.speakright.sro.tests
 

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