sdr 0.5

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.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._ADD_NUM
          Simple math: addition.
static Call BasicList._DIVIDE_NUM
          Simple math: division.
static Call BasicList._FRACTIONAL
          The "fractional" concept.
static Call BasicList._HALF
           
static Call BasicList._MULTIPLY_NUM
          Simple math: multiplication.
static Call BasicList._SUBTRACT_NUM
          Simple math: subtraction.
static Call BasicList.AND
           
static Call BasicList.LEFT
           
static Call C3bList.MIRROR
           
static Call BasicList.REVERSE
           
static Call PlusList.ROLL
           
 

Uses of Call in net.cscott.sdr.calls.transform
 

Methods in net.cscott.sdr.calls.transform 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)
           
 

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

Copyright © 2006-2009 C. Scott Ananian