xoql.function
Class isLabeled

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

public final class isLabeled
extends cdqa.function.BinaryPredicate


Field Summary
(package private)  cdqa.iterator.Iterator labels
           
(package private)  java.lang.String s
           
(package private)  java.util.HashMap t
           
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
isLabeled(cdqa.iterator.Iterator i)
           
isLabeled(java.lang.String s)
           
 
Method Summary
 void init()
           
 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

s

java.lang.String s

labels

cdqa.iterator.Iterator labels

t

java.util.HashMap t
Constructor Detail

isLabeled

public isLabeled(java.lang.String s)

isLabeled

public isLabeled(cdqa.iterator.Iterator i)
Method Detail

init

public void init()

onApply

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