sdr 0.21

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

Packages that use TimedFormation
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.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
 

Uses of TimedFormation in net.cscott.sdr
 

Methods in net.cscott.sdr that return types with arguments of type TimedFormation
 List<TimedFormation> ChoreoEngine.execute(TimedFormation start, Apply call, ScoreAccumulator score)
          Given a TimedFormation representing the "current" dancer formation, perform the given call.
 

Methods in net.cscott.sdr with parameters of type TimedFormation
 List<TimedFormation> ChoreoEngine.execute(TimedFormation start, Apply call, ScoreAccumulator score)
          Given a TimedFormation representing the "current" dancer formation, perform the given call.
 

Uses of TimedFormation in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls with parameters of type TimedFormation
 int TimedFormation.compareTo(TimedFormation o)
          TimedFormations are compared to each other on the basis of their time fields.
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian