Uses of Class
org.speakright.core.SRLocations

Packages that use SRLocations
org.speakright.core   
org.speakright.core.render   
org.speakright.demos.simpsons   
 

Uses of SRLocations in org.speakright.core
 

Fields in org.speakright.core declared as SRLocations
 SRLocations SRResults.m_locations
           
 SRLocations FlowContext.m_locations
           
 SRLocations ExecutionContext.m_locations
           
 

Methods in org.speakright.core that return SRLocations
 SRLocations SRResults.getLocations()
           
 SRLocations FlowContext.getLocations()
           
 SRLocations ExecutionContext.getLocations()
           
 SRLocations IFlowContext.getLocations()
          get current resource file locations.
 SRLocations SRInstance.locations()
          Get the locations object.
 SRLocations SRRunner.locations()
          Get the locations object, which holds directory and paths used by SpeakRight, such as the 'project dir'.
 

Uses of SRLocations in org.speakright.core.render
 

Fields in org.speakright.core.render declared as SRLocations
 SRLocations RenderContext.m_locations
           
 

Constructors in org.speakright.core.render with parameters of type SRLocations
AudioMatcher(SRLocations locations)
           
ExternalPromptResolver(SRLocations locations, java.util.ArrayList<java.lang.String> promptFileL, SRLogger logger)
           
 

Uses of SRLocations in org.speakright.demos.simpsons
 

Constructors in org.speakright.demos.simpsons with parameters of type SRLocations
Voting(SRLocations loc)