sdr 0.7

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

Packages that use NoMatchException
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 NoMatchException in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that throw NoMatchException
static FormationMatch GeneralFormationMatcher.doMatch(Formation input, List<TaggedFormation> goals, boolean allowUnmatchedDancers, boolean usePhantoms)
          Allow multiple simultaneous goal formations.
static FormationMatch GeneralFormationMatcher.doMatch(Formation input, TaggedFormation goal, boolean allowUnmatchedDancers, boolean usePhantoms)
          Attempt to match the input formation against the goal formation; you can have multiple rotated copies of the goal formation in the input.
abstract  FormationMatch Matcher.match(Formation f)
          Match sub-formations from a formation.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian