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

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

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

Classes in com.hp.hpl.jena.graph.query that implement VariableValues
static class Expression.Valof
          Valof provides an implementation of VariableValues which composes the "compile-time" VariableIndexes map with the "run-time" IndexValues map to produce a VariableValues map.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type VariableValues
 boolean ExpressionSet.evalBool(VariableValues vv)
          Evaluate this expression set, delivering true iff no member of the set evaluates to false.
 boolean Expression.evalBool(VariableValues vv)
          Answer true iff the Expression evaluates to true given the variable bindings.
 boolean Expression.BoolConstant.evalBool(VariableValues vv)
           
 



Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.