sdr 0.7

net.cscott.sdr.calls
Class Selector

java.lang.Object
  extended by net.cscott.sdr.calls.Selector

public abstract class Selector
extends Object

Mechanism to select certain dancers from a Formation.


Constructor Summary
Selector()
           
 
Method Summary
abstract  Set<Dancer> select(TaggedFormation tf)
          Return the dancers selected by this Selector from the given formation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector

public Selector()
Method Detail

select

public abstract Set<Dancer> select(TaggedFormation tf)
Return the dancers selected by this Selector from the given formation.


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian