|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
---|---|
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.lists | This package contains call lists and generated natural-language parsers for the various square dance programs. |
Uses of Matcher in net.cscott.sdr.calls |
---|
Fields in net.cscott.sdr.calls with type parameters of type Matcher | |
---|---|
static ExprFunc<Matcher> |
MatcherList._ALLOW_UNMATCHED
|
static ExprFunc<Matcher> |
MatcherList._CENTER
|
static ExprFunc<Matcher> |
MatcherList._MIXED
|
static ExprFunc<Matcher> |
MatcherList._NOT_GRAND
"Not grand" matcher means means don't allow matches whose bounds include the origin unless total # of dancers is 4 or less. |
static ExprFunc<Matcher> |
MatcherList._OR
|
Methods in net.cscott.sdr.calls that return Matcher | |
---|---|
static Matcher |
Tagger.autotag2(Matcher s)
Return a new matcher which adds 1x2 tags (BEAU/BELLE/LEADER/TRAILER) to the generic formation matched by the given Matcher . |
static Matcher |
Tagger.autotag4(Matcher s)
Return a new matcher which adds 1x2 and 1x4 tags (BEAU/BELLE/LEADER/TRAILER/NUMBER 1/2/3/4/CENTER/END) to the generic formation matched by the given Matcher . |
static Matcher |
GeneralFormationMatcher.makeMatcher(List<TaggedFormation> goals)
|
static Matcher |
GeneralFormationMatcher.makeMatcher(String name,
List<TaggedFormation> goals)
|
static Matcher |
GeneralFormationMatcher.makeMatcher(TaggedFormation... goals)
|
static Matcher |
MatcherList.mixed(String name,
TaggedFormation... goals)
|
static Matcher |
MatcherList.OR(String name,
List<Matcher> alternatives)
|
static Matcher |
MatcherList.OR(String name,
Matcher... alternatives)
The MatcherList.OR(java.lang.String, net.cscott.sdr.calls.Matcher...) function creates a Matcher which matches any one of
the given alternatives. |
static Matcher |
Matcher.valueOf(String s)
|
Methods in net.cscott.sdr.calls that return types with arguments of type Matcher | |
---|---|
static ExprFunc<Matcher> |
MatcherList.valueOf(String s)
Parse names of Matcher combination functions. |
Methods in net.cscott.sdr.calls with parameters of type Matcher | |
---|---|
static Matcher |
Tagger.autotag2(Matcher s)
Return a new matcher which adds 1x2 tags (BEAU/BELLE/LEADER/TRAILER) to the generic formation matched by the given Matcher . |
static Matcher |
Tagger.autotag4(Matcher s)
Return a new matcher which adds 1x2 and 1x4 tags (BEAU/BELLE/LEADER/TRAILER/NUMBER 1/2/3/4/CENTER/END) to the generic formation matched by the given Matcher . |
static Matcher |
MatcherList.OR(String name,
Matcher... alternatives)
The MatcherList.OR(java.lang.String, net.cscott.sdr.calls.Matcher...) function creates a Matcher which matches any one of
the given alternatives. |
Method parameters in net.cscott.sdr.calls with type arguments of type Matcher | |
---|---|
static Matcher |
MatcherList.OR(String name,
List<Matcher> alternatives)
|
Uses of Matcher in net.cscott.sdr.calls.lists |
---|
Constructors in net.cscott.sdr.calls.lists with parameters of type Matcher | |
---|---|
A1List.SolidEvaluator(Expr subCall,
String formationName,
Matcher solidMatcher,
A1List.SolidType type)
|
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |