Uses of Class
org.speakright.core.SRInstance

Packages that use SRInstance
org.speakright.core   
org.speakright.core.tests   
org.speakright.itest   
org.speakright.sro.tests   
 

Uses of SRInstance in org.speakright.core
 

Fields in org.speakright.core declared as SRInstance
 SRInstance SRPersistentState.m_run
          The SRInstance that has been saved or restored.
 

Methods in org.speakright.core that return SRInstance
 SRInstance SRRunner.getImpl()
          For advance use only.
 

Constructors in org.speakright.core with parameters of type SRInstance
SRPersistentState(SRInstance run, java.lang.String streamId)
          Constructor used when saving state.
 

Uses of SRInstance in org.speakright.core.tests
 

Methods in org.speakright.core.tests that return SRInstance
 SRInstance BaseTest.CreateInstance(IFlow flow, java.lang.String baseGramUrl, java.lang.String basePromptUrl)
           
 SRInstance BaseTest.RunIt(IFlow flow)
           
 SRInstance BaseTest.RunSpecial(IFlow first, IFlow target, SRResults.ResultCode codeToUse)
           
 SRInstance BaseTest.StartIt(IFlow flow)
           
 SRInstance BaseTest.StartIt(IFlow flow, java.lang.String baseGramUrl)
           
 SRInstance BaseTest.StartIt(IFlow flow, java.lang.String baseGramUrl, java.lang.String basePromptUrl)
           
 

Methods in org.speakright.core.tests with parameters of type SRInstance
 void BaseTest.ChkTrail(SRInstance run, java.lang.String trail)
           
 void BaseTest.Proceed(SRInstance run)
           
 void BaseTest.Proceed(SRInstance run, SRResults.ResultCode code)
           
 void BaseTest.Proceed(SRInstance run, SRResults results)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, int overallConfidence)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, SRResults.ResultCode code)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot, int confidence)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot, int confidence, SRResults.ResultCode code)
           
 

Uses of SRInstance in org.speakright.itest
 

Methods in org.speakright.itest that return SRInstance
 SRInstance SRInteractiveTester.runner()
           
 

Methods in org.speakright.itest with parameters of type SRInstance
 boolean SRInteractiveTester.ContentChecker.checkContent(SRInstance run, java.lang.String content)
           
 boolean SRAutoTester.checkContent(SRInstance run, java.lang.String content)
           
 void SRInteractiveTester.init(IFlow flow, SRInstance run)
          init the runner.
 

Uses of SRInstance in org.speakright.sro.tests
 

Methods in org.speakright.sro.tests that return SRInstance
 SRInstance BaseTest.CreateInstance(IFlow flow, java.lang.String baseUrl)
           
 SRInstance BaseTest.StartIt(IFlow flow)
           
 SRInstance BaseTest.StartIt(IFlow flow, java.lang.String baseUrl)
           
 

Methods in org.speakright.sro.tests with parameters of type SRInstance
 void BaseTest.ChkTrail(SRInstance run, java.lang.String trail)
           
 void BaseTest.Proceed(SRInstance run)
           
 void BaseTest.Proceed(SRInstance run, SRResults.ResultCode code)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, int overallConfidence)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, SRResults.ResultCode code)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot, int confidence)
           
 void BaseTest.Proceed(SRInstance run, java.lang.String input, java.lang.String slot, int confidence, SRResults.ResultCode code)