com.bigdata.sparse
Class Precondition

java.lang.Object
  extended by 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
           
 
Constructor Summary
Precondition()
          De-serializator ctor.
Precondition(IPrecondition c)
           
 
Method Summary
 boolean accept(ITPS logicalRow)
           
 void add(IPrecondition c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final transient org.apache.log4j.Logger log
Constructor Detail

Precondition

public Precondition()
De-serializator ctor.


Precondition

public Precondition(IPrecondition c)
Method Detail

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.