net.cscott.sdr.calls
Class PredicateList
java.lang.Object
net.cscott.sdr.calls.PredicateList
public abstract class PredicateList
- extends Object
This class contains all the predicates known to the system.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRUE
public static final Predicate TRUE
FALSE
public static final Predicate FALSE
NOT
public static final Predicate NOT
EQUAL
public static final Predicate EQUAL
GREATER
public static final Predicate GREATER
AND
public static final Predicate AND
OR
public static final Predicate OR
PROGRAM_AT_LEAST
public static final Predicate PROGRAM_AT_LEAST
PredicateList
public PredicateList()
Copyright (c) 2006 C. Scott Ananian