sdr 0.21

net.cscott.sdr.calls
Class PredicateList

java.lang.Object
  extended by net.cscott.sdr.calls.PredicateList

public abstract class PredicateList
extends Object

This class contains all the predicates known to the system.


Field Summary
static Predicate AND
           
static Predicate EQUAL
           
static Predicate FALSE
           
static Predicate GREATER
           
static Predicate NOT
           
static Predicate OR
           
static Predicate PROGRAM_AT_LEAST
           
static Predicate TRUE
           
 
Constructor Summary
PredicateList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PredicateList

public PredicateList()

sdr 0.21

Copyright (c) 2006 C. Scott Ananian