|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Call | |
|---|---|
| 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.lists | This package contains call lists and generated natural-language parsers for the various square dance programs. |
| net.cscott.sdr.calls.parser | ANTLRv3 grammars for parsing call definition files and AST representations. |
| net.cscott.sdr.calls.transform | This package contains code to parse call lists and transform call abstract syntax in various ways. |
| Uses of Call in net.cscott.sdr.calls |
|---|
| Fields in net.cscott.sdr.calls with type parameters of type Call | |
|---|---|
Collection<Call> |
CallDB.allCalls
|
| Methods in net.cscott.sdr.calls that return Call | |
|---|---|
Call |
CallDB.lookup(String name)
Lookup a call in the database. |
static Call |
Call.makeSimpleCall(String name,
Program program,
Comp def,
Rule rule)
Create a Call object for a 'simple call' which takes no arguments. |
| Uses of Call in net.cscott.sdr.calls.lists |
|---|
| Fields in net.cscott.sdr.calls.lists declared as Call | |
|---|---|
static Call |
A2List._COUNTER_ROTATE
"Primitive" counter rotate. |
static Call |
BasicList._FRACTIONAL
The "fractional" concept. |
static Call |
BasicList._HALF
|
static Call |
BasicList._WITH_DESIGNATED
The "with designated" concept saves the designated dancers (in the DanceState) so that they can be referred to later in the call. |
static Call |
BasicList.AND
Simple combining concept. |
static Call |
A1List.AS_COUPLES
|
static Call |
C1List.CONCENTRIC
|
static Call |
C2List.CROSS_CONCENTRIC
|
static Call |
BasicList.IN
Time readjustment. |
static Call |
BasicList.LEFT
|
static Call |
C3bList.MIRROR
|
static Call |
BasicList.QUASI_CONCENTRIC
Like the "concentric" concept, but no adjustment for ends. |
static Call |
BasicList.REVERSE
|
static Call |
PlusList.ROLL
|
static Call |
C1List.SIAMESE
|
static Call |
C1List.TANDEM
|
| Uses of Call in net.cscott.sdr.calls.parser |
|---|
| Methods in net.cscott.sdr.calls.parser that return types with arguments of type Call | |
|---|---|
List<Call> |
CallFileBuilder.getList()
|
static List<Call> |
CallFileBuilder.parseCalllist(Reader r)
|
static List<Call> |
CallFileBuilder.parseCalllist(String input)
|
| Uses of Call in net.cscott.sdr.calls.transform |
|---|
| Method parameters in net.cscott.sdr.calls.transform with type arguments of type Call | |
|---|---|
static void |
CallFileLoader.load(URL file,
Map<String,Call> db)
Parse a call list and add its calls to the given map. |
|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||