| java.lang.Object com.hp.hpl.jena.graph.query.ValuatorSet
ValuatorSet | public class ValuatorSet (Code) | | ValuatorSet - a set of Valuators, which can be added to and evaluated [only].
author: kers |
Method Summary | |
public ValuatorSet | add(Valuator e) Answer this ValuatorSet after adding the Valuator e to it. | public boolean | evalBool(IndexValues vv) Answer true iff no Valuator in this set evaluates to false . | public boolean | isNonTrivial() Answer true iff evaluating this ValuatorSet runs some Valuators. |
ValuatorSet | public ValuatorSet()(Code) | | |
evalBool | public boolean evalBool(IndexValues vv)(Code) | | Answer true iff no Valuator in this set evaluates to false . The
Valuators are evaluated in an unspecified order, and evaluation ceases as
soon as any Valuator has returned false.
|
isNonTrivial | public boolean isNonTrivial()(Code) | | Answer true iff evaluating this ValuatorSet runs some Valuators.
|
|
|