sdr 0.5

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. 
net.cscott.sdr.calls.ast This package contains the abstract syntax used for call definition and evaluation. 
 

Uses of Predicate in net.cscott.sdr.calls
 

Fields in net.cscott.sdr.calls declared as Predicate
static Predicate PredicateList.AND
          Short-circuit boolean conjunction.
static Predicate PredicateList.EQUAL
          Numerical equality.
static Predicate PredicateList.FALSE
          Always false.
static Predicate PredicateList.GREATER
          Numerical comparison.
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.SELECTED_ARE
           
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.
 

Uses of Predicate in net.cscott.sdr.calls.ast
 

Methods in net.cscott.sdr.calls.ast that return Predicate
 Predicate Condition.getPredicate()
           
 


sdr 0.5

Copyright © 2006-2009 C. Scott Ananian