|
sdr 0.21 | |||||||||
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 |
---|
Methods in net.cscott.sdr.calls that return Selector | |
---|---|
static Selector |
GeneralFormationMatcher.makeSelector(TaggedFormation goal)
|
static Selector |
SelectorList.OR(Selector... alternatives)
The SelectorList.OR(net.cscott.sdr.calls.Selector...) function creates a Selector which matches any one of
the given alternatives. |
static Selector |
Selector.valueOf(String s)
|
Methods in net.cscott.sdr.calls with parameters of type Selector | |
---|---|
static Selector |
SelectorList.OR(Selector... alternatives)
The SelectorList.OR(net.cscott.sdr.calls.Selector...) function creates a Selector which matches any one of
the given alternatives. |
Uses of Selector in net.cscott.sdr.calls.ast |
---|
Fields in net.cscott.sdr.calls.ast with type parameters of type Selector | |
---|---|
List<Selector> |
OptCall.selectors
|
Methods in net.cscott.sdr.calls.ast that return types with arguments of type Selector | |
---|---|
static List<Selector> |
OptCall.parseFormations(List<String> formations)
|
Method parameters in net.cscott.sdr.calls.ast with type arguments of type Selector | |
---|---|
OptCall |
OptCall.build(List<Selector> selectors,
Comp child)
Factory: creates new OptCall only if it would differ from this. |
Constructor parameters in net.cscott.sdr.calls.ast with type arguments of type Selector | |
---|---|
OptCall(List<Selector> selectors,
Comp child)
|
|
sdr 0.21 | |||||||||
PREV NEXT | FRAMES NO FRAMES |