Uses of Class
com.hp.hpl.jena.graph.query.ExpressionSet

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

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

Methods in com.hp.hpl.jena.graph.query that return ExpressionSet
 ExpressionSet Query.getConstraints()
           
 ExpressionSet ExpressionSet.add(Expression e)
          Answer this expressionset after e has been anded into it.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type ExpressionSet
 Stage SimpleQueryHandler.patternStage(Mapping map, ExpressionSet constraints, Triple[] t)
           
 Stage QueryHandler.patternStage(Mapping map, ExpressionSet constraints, Triple[] p)
          produce a single Stage which will probe the underlying graph for triples matching p and inject all the resulting bindings into the processing stream (see Stage for details) _map_ is the variable binding map to use and update.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type ExpressionSet
SimpleQueryEngine(NamedTripleBunches triples, TripleSorter ts, ExpressionSet constraint)
           
PatternStage(Graph graph, Mapping map, ExpressionSet constraints, Triple[] triples)
           
ConstraintStage(Mapping map, ExpressionSet constraint)
          Initialise this ConstraintStage with the mapping [from names to indexes] and ExpressionSet [the constraint expressions] that will be evaluated when the constraint stage runs.
 



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