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 Expression.BoolConstant.evalBool(IndexValues vv)
           
 boolean FixedValuator.evalBool(IndexValues iv)
          Answer this FixedValuator's value, which must be a Boolean object, as a boolean.
 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.
 boolean Valuator.evalBool(IndexValues iv)
          Answer the evaluated value as a primitive boolean
 boolean ValuatorSet.evalBool(IndexValues vv)
          Answer true iff no Valuator in this set evaluates to false.
 java.lang.Object Expression.BoolConstant.evalObject(IndexValues iv)
           
 java.lang.Object FixedValuator.evalObject(IndexValues iv)
          Answer this FixedValuator's value, as supplied when it was constructed.
 java.lang.Object SlotValuator.evalObject(IndexValues iv)
          Answer the value of the indexth element of the index values bindings.
 java.lang.Object Valuator.evalObject(IndexValues iv)
          Answer the evaluated value
 Expression.Valof Expression.Valof.setDomain(IndexValues d)
           
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP