|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Program | |
---|---|
net.cscott.sdr | This package contains the main game class (App ) and
a text UI (PMSD ), 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.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. |
net.cscott.sdr.calls.transform | This package contains code to parse call lists and transform call abstract syntax in various ways. |
Uses of Program in net.cscott.sdr |
---|
Fields in net.cscott.sdr declared as Program | |
---|---|
Program |
Settings.DanceLevelSetting.program
|
Methods in net.cscott.sdr that return Program | |
---|---|
abstract Program |
CommandInput.InputMode.program()
|
Methods in net.cscott.sdr with parameters of type Program | |
---|---|
void |
ScoreAccumulator.resetScore(Program program)
Called at the beginning of a player's turn. |
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 |
DanceProgram.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 | |
---|---|
DanceProgram(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)
|
void |
EmitJava.collect(Program program,
List<RuleAndAction> l)
|
void |
EmitDictionary.collect(Program program,
List<RuleAndAction> l)
|
static Iterator<String> |
CompletionEngine.complete(Program program,
String input)
Return an iterator over the possible completions for the input string at the given dance program. |
static List<String> |
CompletionEngine.complete(Program program,
String input,
int limit)
Return a size-limited list of possible completions for the input string at the given dance program. |
static Map<String,Grm> |
Grm.grammar(Program p)
Return a natural language grammar for the given square dance program. |
Uses of Program in net.cscott.sdr.calls.transform |
---|
Methods in net.cscott.sdr.calls.transform that return Program | |
---|---|
Program |
Finish.PartSelectorCall.getProgram()
|
Constructors in net.cscott.sdr.calls.transform with parameters of type Program | |
---|---|
Finish.PartSelectorCall(String name,
Program program,
String rule)
|
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |