|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdqa.function.Function
cdqa.function.BinaryFunction
cdqa.function.BinaryPredicate
xoql.function.isLabeled
public final class isLabeled
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 |
---|
java.lang.String s
cdqa.iterator.Iterator labels
java.util.HashMap t
Constructor Detail |
---|
public isLabeled(java.lang.String s)
public isLabeled(cdqa.iterator.Iterator i)
Method Detail |
---|
public void init()
public boolean onApply(cdqa.object.XObject o1, cdqa.object.XObject o2)
onApply
in class cdqa.function.BinaryPredicate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |