xoql.function
Class pathToParentMatch

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.BinaryFunction
          extended by cdqa.function.BinaryPredicate
              extended by xoql.function.pathToParentMatch

public final class pathToParentMatch
extends cdqa.function.BinaryPredicate


Field Summary
(package private)  cdqa.util.Regex regex
           
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
pathToParentMatch(java.lang.String s)
           
 
Method Summary
 boolean onApply(cdqa.object.XObject o1, cdqa.object.XObject o2)
           
 
Methods inherited from class cdqa.function.BinaryPredicate
apply, createIteratorInstance, onExecute, or, rightIsTrue, theFalsePredicate, theTruePredicate
 
Methods inherited from class cdqa.function.BinaryFunction
createIteratorInstance, execute, firstArg, secondArg
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regex

cdqa.util.Regex regex
Constructor Detail

pathToParentMatch

public pathToParentMatch(java.lang.String s)
Method Detail

onApply

public boolean onApply(cdqa.object.XObject o1,
                       cdqa.object.XObject o2)
Specified by:
onApply in class cdqa.function.BinaryPredicate