sdr 0.21

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
           
static Call BasicList._DIVIDE_NUM
           
static Call BasicList._FRACTIONAL
           
static Call BasicList._MULTIPLY_NUM
           
static Call BasicList._SUBTRACT_NUM
           
static Call BasicList.AND
           
static Call BasicList.LEFT
           
 

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()
           
 

Method parameters in net.cscott.sdr.calls.transform with type arguments of type Call
static void CallFileLoader.load(URL file, Map<String,Call> db)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian