com.samskivert.jdbc.depot.operator
Class Logic
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Logic
public Logic()
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.