Uses of Interface
com.hp.hpl.jena.graph.query.Valuator

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.
 class FixedValuator
          A FixedValuator is a Valuator that delivers a constant value (supplied when it is constructed).
 class SlotValuator
          A SlotValuator evaluates to a specific slot in the index values bindings.
 

Methods in com.hp.hpl.jena.graph.query that return Valuator
 Valuator Dyadic.prepare(VariableIndexes vi)
           
 Valuator Expression.prepare(VariableIndexes vi)
          Answer a Valuator which, when run with a set of index-to-value bindings, evaluates this expression in the light of the given variable-to-index bindings [ie as though the variables were bound to the corresponding values]
 Valuator Expression.Fixed.prepare(VariableIndexes vi)
           
 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.
 



Licenced under the Apache License, Version 2.0