com.bigdata.sparse
Class Precondition
java.lang.Object
com.bigdata.sparse.Precondition
- All Implemented Interfaces:
- IPrecondition, Serializable
public class Precondition
- extends Object
- implements IPrecondition
Base class may be used for combining IPrecondition. The base class
by itself always succeeds, but you can add additional preconditions to be
tested.
- Version:
- $Id: Precondition.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.log4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final transient org.apache.log4j.Logger log
Precondition
public Precondition()
- De-serializator ctor.
Precondition
public Precondition(IPrecondition c)
add
public void add(IPrecondition c)
accept
public boolean accept(ITPS logicalRow)
- Specified by:
accept in interface IPrecondition
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.