sdr 0.21

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

Packages that use Program
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.calls.grm This package contains the tools needed to generate Sphinx and ANTLRv3 grammars for "natural language calls" from the information in the call lists about grammar and precedence for individual calls. 
 

Uses of Program in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return Program
abstract  Program Call.getProgram()
          The program to which this particular call or concept belongs.
 Program DanceState.getProgram()
           
static Program Program.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Program[] Program.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.cscott.sdr.calls with parameters of type Program
 boolean Program.includes(Program p)
          Implement an ordering on programs.
static Call Call.makeSimpleCall(String name, Program program, Comp def, Rule rule)
          Create a Call object for a 'simple call' which takes no arguments.
 Apply CallDB.parse(Program program, String s)
          Parse a natural-language string of calls.
 

Constructors in net.cscott.sdr.calls with parameters of type Program
DanceState(Program program)
           
 

Uses of Program in net.cscott.sdr.calls.grm
 

Methods in net.cscott.sdr.calls.grm with parameters of type Program
static void BuildGrammars.build(Program program)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian