cdqa.function
Class UnaryPredicateOr

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.UnaryPredicate
              extended by cdqa.function.UnaryPredicateOr

 class UnaryPredicateOr
extends UnaryPredicate


Field Summary
(package private)  UnaryPredicate p1
           
(package private)  UnaryPredicate p2
           
 
Fields inherited from class cdqa.function.UnaryPredicate
ISTRUE, TRUE
 
Fields inherited from class cdqa.function.Function
NULL, repository
 
Constructor Summary
UnaryPredicateOr(UnaryPredicate p1, UnaryPredicate p2)
           
 
Method Summary
 boolean onApply(XObject o)
           
 
Methods inherited from class cdqa.function.UnaryPredicate
apply, isTrue, onExecute, or, pathToParentMatch
 
Methods inherited from class cdqa.function.UnaryFunction
createIteratorInstance, execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p1

UnaryPredicate p1

p2

UnaryPredicate p2
Constructor Detail

UnaryPredicateOr

public UnaryPredicateOr(UnaryPredicate p1,
                        UnaryPredicate p2)
Method Detail

onApply

public boolean onApply(XObject o)
Specified by:
onApply in class UnaryPredicate