sdr 0.21

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

Packages that use BadCallException
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. 
net.cscott.sdr.calls.ast This package contains the abstract syntax used for call definition and evaluation. 
 

Uses of BadCallException in net.cscott.sdr
 

Methods in net.cscott.sdr that throw BadCallException
 List<TimedFormation> ChoreoEngine.execute(TimedFormation start, Apply call, ScoreAccumulator score)
          Given a TimedFormation representing the "current" dancer formation, perform the given call.
abstract  Apply CommandInput.PossibleCommand.getApply()
          Return the parsed command possibility; throwing BadCallException if there is a problem with the parse.
 

Uses of BadCallException in net.cscott.sdr.calls
 

Subclasses of BadCallException in net.cscott.sdr.calls
 class NoMatchException
          NoMatchException is thrown when a necessary formation can't be found in the given setup.
 

Uses of BadCallException in net.cscott.sdr.calls.ast
 

Methods in net.cscott.sdr.calls.ast that throw BadCallException
 Comp Apply.expand()
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian