jestr.core
Class PredicateBase

java.lang.Object
  extended byjestr.core.PredicateBase
All Implemented Interfaces:
java.lang.Cloneable, JestrPredicate, java.io.Serializable
Direct Known Subclasses:
CatchallPredicate, DefaultStandardPredicate, IsCollectionPredicate, IsInstanceOfPredicate, IsPrimitivePredicate, PassAllPredicate

public abstract class PredicateBase
extends java.lang.Object
implements JestrPredicate, java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PredicateBase()
           
 
Method Summary
 java.lang.Object clone()
           
protected  java.lang.Object getObject()
           
protected  Stringifier getStringifier()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jestr.core.JestrPredicate
test
 

Constructor Detail

PredicateBase

public PredicateBase()
Method Detail

clone

public java.lang.Object clone()

getObject

protected java.lang.Object getObject()

getStringifier

protected Stringifier getStringifier()


Copyright (c) 2001-2003 - Apache Software Foundation