sdr 0.7

Uses of Package
net.cscott.sdr.util

Packages that use net.cscott.sdr.util
net.cscott.sdr This package contains the main game class (App) and a text UI (PMSD), 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.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. 
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
Bezier.Bezier2D
          Bundle bezier parameters together into an object
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.parser
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
Bezier.Bezier2D
          Bundle bezier parameters together into an object
Box
          An orthogonal box, with sides parallel to the x and y axes.
Fraction
          Fraction is a Number which implements exact arithmetic on fractions.
Interval
          An interval between two Fractions.
LL
          Persistent Linked List.
Point
          A 2D point, where x and y coordinate are Fractions.
Tools.ListMultiMap
          An instance of a MultiMap where the contained collections are Lists.
Tools.SetMultiMap
          An instance of a MultiMap where the contained collections are Sets.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian