sdr 0.5

Uses of Class
net.cscott.sdr.calls.DanceProgram

Packages that use DanceProgram
net.cscott.sdr This package contains the main class (App) as well as interface definitions needed to tie the various pieces together. 
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
net.cscott.sdr.recog This package contains the speech recognition engine, based on Sphinx4. 
 

Uses of DanceProgram in net.cscott.sdr
 

Methods in net.cscott.sdr with parameters of type DanceProgram
 CommandInput.PossibleCommand CommandInput.commandFromUnparsed(DanceProgram ds, String userInput, long startTime, long endTime, CommandInput.PossibleCommand next)
          Create a PossibleCommand from an unparsed user input, along with the 'next worst' PossibleCommand.
 

Constructors in net.cscott.sdr with parameters of type DanceProgram
ChoreoEngine(DanceProgram dp, Formation f)
           
 

Uses of DanceProgram in net.cscott.sdr.calls
 

Fields in net.cscott.sdr.calls declared as DanceProgram
 DanceProgram DanceState.dance
           
 

Methods in net.cscott.sdr.calls with parameters of type DanceProgram
abstract  boolean Predicate.evaluate(DanceProgram ds, Formation f, Condition c)
          Evaluates this predicate with the arguments given in the Condition node, returning a boolean.
 

Constructors in net.cscott.sdr.calls with parameters of type DanceProgram
DanceState(DanceProgram dance, Formation f)
           
 

Uses of DanceProgram in net.cscott.sdr.recog
 

Constructors in net.cscott.sdr.recog with parameters of type DanceProgram
RecogThread(DanceProgram ds, CommandInput input, BlockingQueue<LevelMonitor> rendezvous)
           
 


sdr 0.5

Copyright © 2006-2009 C. Scott Ananian