|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Valuator | |
com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
Uses of Valuator in com.hp.hpl.jena.graph.query |
Classes in com.hp.hpl.jena.graph.query that implement Valuator | |
static class |
Expression.BoolConstant
Base class used to implement TRUE and FALSE . |
Methods in com.hp.hpl.jena.graph.query that return Valuator | |
Valuator |
Expression.prepare(VariableIndexes vi)
Answer a Valuator which does the same evaluation as this Expression when supplied with a mapping from variable indexes to their values. |
Valuator |
Expression.Base.prepare(VariableIndexes vi)
|
static Valuator |
Expression.Util.prepare(Expression e,
VariableIndexes vi)
Answer a Valuator v such that v.evalBool(IndexValues iv)
will return
e.evalBool( vv ) where vv.get(name) = iv.get(vi.indexOf(name))
|
Valuator |
Expression.BoolConstant.prepare(VariableIndexes vi)
|
Methods in com.hp.hpl.jena.graph.query with parameters of type Valuator | |
ValuatorSet |
ValuatorSet.add(Valuator e)
Answer this ValuatorSet after adding the Valuator e to it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |