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

Packages that use IndexValues
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of IndexValues in com.hp.hpl.jena.graph.query
 

Classes in com.hp.hpl.jena.graph.query that implement IndexValues
 class Domain
          A Domain is an answer to a Binding query.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type IndexValues
 boolean ValuatorSet.evalBool(IndexValues vv)
          Answer true iff no Valuator in this set evaluates to false.
 boolean Valuator.evalBool(IndexValues iv)
          Answer the evaluated value as a primitive boolean
 boolean FixedValuator.evalBool(IndexValues iv)
          Answer this FixedValuator's value, which must be a Boolean object, as a boolean.
 boolean Expression.BoolConstant.evalBool(IndexValues vv)
           
 boolean SlotValuator.evalBool(IndexValues iv)
          Answer the primitive boolean value of the indexth element of the index value bindings, which must be a Boolean value.
 Object Valuator.evalObject(IndexValues iv)
          Answer the evaluated value
 Object FixedValuator.evalObject(IndexValues iv)
          Answer this FixedValuator's value, as supplied when it was constructed.
 Object Expression.BoolConstant.evalObject(IndexValues iv)
           
 Object SlotValuator.evalObject(IndexValues iv)
          Answer the value of the indexth element of the index values bindings.
 Expression.Valof Expression.Valof.setDomain(IndexValues d)
           
 



Licenced under the Apache License, Version 2.0