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

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
 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)
           
 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 Dyadic.prepare(VariableIndexes vi)
           
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type VariableIndexes
Expression.Valof(VariableIndexes map)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP