sdr 0.7

Uses of Class
net.cscott.sdr.calls.Predicate

Packages that use Predicate
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
 

Uses of Predicate in net.cscott.sdr.calls
 

Fields in net.cscott.sdr.calls declared as Predicate
static Predicate PredicateList.ALL
          Check that all dancers have the specified tag.
static Predicate PredicateList.AND
          Short-circuit boolean conjunction.
static Predicate PredicateList.ARE
          Check that the tagged dancers also have some other tag.
static Predicate PredicateList.BREAKPOINT
          Another synonym for PredicateList.TRUE, used to set breakpoints during debugging.
static Predicate PredicateList.EQUAL_CALL
          Check the identify of a call provided as an argument.
static Predicate PredicateList.EQUAL_NUM
          Numerical equality.
static Predicate PredicateList.EQUAL_STR
          Case-insensitive string equality.
static Predicate PredicateList.FALSE
          Always false.
static Predicate PredicateList.FORMATION
          Check that the current dance state matches the specified formation (actually Matcher).
static Predicate PredicateList.GREATER
          Numerical "greater than" comparison.
static Predicate PredicateList.LESS
          Numerical "less than" comparison.
static Predicate PredicateList.MATCH
          Case-insensitive regular expression string match.
static Predicate PredicateList.NOT
          Boolean negation.
static Predicate PredicateList.OR
          Short-circuit boolean disjunction.
static Predicate PredicateList.PROGRAM_AT_LEAST
          Check the current dance program level.
static Predicate PredicateList.TBONED
          Check whether the tagged dancers are t-boned.
static Predicate PredicateList.TRUE
          Always true.
 

Methods in net.cscott.sdr.calls that return Predicate
static Predicate Predicate.lookup(String s)
          Lookup a Predicate in the PredicateList.
static Predicate PredicateList.valueOf(String s)
          Return the Predicate function with the given (case-insensitive) name.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian