|
||||||||||
| 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
public class 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. |
boolean |
isNonTrivial()
Answer true iff evaluating this ValuatorSet runs some Valuators. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValuatorSet()
| Method Detail |
|---|
public boolean isNonTrivial()
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 | |||||||||