sdr 0.21

Uses of Package
net.cscott.sdr.util

Packages that use net.cscott.sdr.util
net.cscott.sdr This package contains the main class (App) as well as interface definitions needed to tie the various pieces together. 
net.cscott.sdr.anim This package contains the 3d animation code, which uses the jME game engine. 
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.ast This package contains the abstract syntax used for call definition and evaluation. 
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.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. 
net.cscott.sdr.sound This package contains the accompaniment music playback and timing engine. 
net.cscott.sdr.util This package contains useful utility code. 
 

Classes in net.cscott.sdr.util used by net.cscott.sdr
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.anim
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.calls
Box
          An orthogonal box, with sides parallel to the x and y axes.
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
Point
          A 2D point, where x and y coordinate are Fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.calls.ast
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.calls.grm
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.calls.lists
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.calls.transform
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.sound
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
 

Classes in net.cscott.sdr.util used by net.cscott.sdr.util
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
Interval
          An interval between two Fractions.
Point
          A 2D point, where x and y coordinate are Fractions.
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian