|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableIndexes | |
com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
Uses of VariableIndexes in com.hp.hpl.jena.graph.query |
Classes in com.hp.hpl.jena.graph.query that implement VariableIndexes | |
class |
Mapping
this class is used to record the mapping from [variable] Node's to the indexes they are bound to in a Query. |
Methods in com.hp.hpl.jena.graph.query with parameters of type VariableIndexes | |
ValuatorSet |
ExpressionSet.prepare(VariableIndexes vi)
Answer a ValuatorSet which contains exactly the valuators for each Expression in this ExpressionSet, prepared against the VariableIndexes vi. |
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)
|
Constructors in com.hp.hpl.jena.graph.query with parameters of type VariableIndexes | |
Expression.Valof(VariableIndexes map)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |