|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.ValuatorSet
ValuatorSet - a set of Valuators, which can be added to and evaluated [only].
Constructor Summary | |
ValuatorSet()
|
Method Summary | |
ValuatorSet |
add(Valuator e)
Answer this ValuatorSet after adding the Valuator e to it. |
boolean |
evalBool(IndexValues vv)
Answer true iff no Valuator in this set evaluates to false . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValuatorSet()
Method Detail |
public ValuatorSet add(Valuator e)
e
to it.
public boolean evalBool(IndexValues vv)
false
. The
Valuators are evaluated in an unspecified order, and evaluation ceases as
soon as any Valuator has returned false.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |