net.cscott.sdr.calls
Class Selector
java.lang.Object
net.cscott.sdr.calls.Selector
public abstract class Selector
- extends Object
Mechanism to select certain dancers from a Formation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selector
public Selector()
select
public abstract Set<Dancer> select(TaggedFormation tf)
- Return the dancers selected by this
Selector
from the given
formation.
Copyright © 2006-2009 C. Scott Ananian