com.samskivert.jdbc.depot.operator
Class Logic

java.lang.Object
  extended by com.samskivert.jdbc.depot.operator.Logic

public abstract class Logic
extends Object

A convenient container for implementations of logical operators. Classes that value brevity feel otherwise will use Logic.And() and Logic.Not().


Nested Class Summary
static class Logic.And
          Represents a condition that is true iff all its subconditions are true.
static class Logic.Not
          Represents the truth negation of another conditon.
static class Logic.Or
          Represents a condition that is false iff all its subconditions are false.
 
Constructor Summary
Logic()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logic

public Logic()


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.