Package org.speakright.sro.tests.TestNumber

Examples of org.speakright.sro.tests.TestNumber.SROQuantity


    }

    void init2()
    {
      add(new PromptFlow("g'day!"));
          SROQuantity qflow = new SROQuantity("bottles", 1, 10);
          qflow.setConfirmer(new YesNoConfirmerFlow("yn.grxml"));
      add(qflow);
      add(new PFlow("You said {$INPUT}"));
      add(new DisconnectFlow("bye"));
    }
View Full Code Here

TOP

Related Classes of org.speakright.sro.tests.TestNumber.SROQuantity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.