|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selector | |
|---|---|
| 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 Selector in net.cscott.sdr.calls |
|---|
| Fields in net.cscott.sdr.calls with type parameters of type Selector | |
|---|---|
static ExprFunc<Selector> |
SelectorList.AND
Selector combiner: select dancers who match all of the selector arguments. |
static ExprFunc<Selector> |
SelectorList.FORMATION
Complex selector: do a formation match and select tagged dancers from the match -- but don't change the dance state. |
static ExprFunc<Selector> |
SelectorList.MATCH
Select dancers matched on a regex match against a dancer pattern. |
static ExprFunc<Selector> |
SelectorList.NONE
Selector which matches no dancers. |
static ExprFunc<Selector> |
SelectorList.NOT
Selector combiner: select dancers who don't match the selector argument. |
static ExprFunc<Selector> |
SelectorList.OR
Selector combiner: select dancers who match any of the selector arguments. |
static ExprFunc<Selector> |
SelectorList.OTHERS
Human-friendly synonym for ALL. |
| Methods in net.cscott.sdr.calls that return types with arguments of type Selector | |
|---|---|
static ExprFunc<Selector> |
SelectorList.valueOf(String s)
Return the Selector function with the given (case-insensitive)
name. |
| Uses of Selector in net.cscott.sdr.calls.ast |
|---|
| Methods in net.cscott.sdr.calls.ast that return Selector | |
|---|---|
Selector |
ParCall.evaluate(DanceState ds)
|
|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||