sdr 0.7

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

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 BasicList._CIRCLE_ADJUST
          Adjust circle to its other orientation.
static Call A2List._COUNTER_ROTATE
          "Primitive" counter rotate.
static Call C4List._FIRST_PART
           
static Call BasicList._FRACTIONAL
          The "fractional" concept.
static Call BasicList._HALF
          Grammar tweak: allow "do half of a ..." in addition to the longer-winded "do one half of a..." or "do a half of a...".
static Call BasicList._SCRAMBLE_HOME
          Used for 'scramble home' call.
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 C3bList.COUPLES_TWOSOME
           
static Call C2List.CROSS_CONCENTRIC
           
static Call C1List.FINISH
          The "finish" concept.
static Call BasicList.IN
          Time readjustment.
static Call BasicList.LEFT
           
static Call C4List.LIKE_A
           
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 C3bList.SIAMESE_TWOSOME
           
static Call C4List.SLIM_DOWN
          Slim Down is defined from arbitrary formations, as long as each quadrant has one center and one end that are as if in a 2x4.
static Call C1List.TANDEM
           
static Call C3bList.TANDEM_TWOSOME
           
 

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
 

Subclasses of Call in net.cscott.sdr.calls.transform
static class Finish.PartSelectorCall
          Helper class to define concepts based on this class (and subclasses of it).
 

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.7

Copyright © 2006-2009 C. Scott Ananian