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

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

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

Methods in com.hp.hpl.jena.graph.query with parameters of type Mapping
 Stage SimpleQueryHandler.patternStage(Mapping map, Graph constraints, Triple[] t)
           
 Stage QueryHandler.patternStage(Mapping map, Graph 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.
static Pattern[] PatternStageCompiler.compile(PatternCompiler compiler, Mapping map, Triple[] source)
          to compile an array of triples, compile each triple and form the corresponding array of Patterns.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type Mapping
PatternStage(Graph graph, Mapping map, Triple[] triples)
           
ConstraintStage(Mapping map, Graph g)
          constructor: compile the graph _g_ into a Predicate using the supplied _map_ for bindings of variables.
 



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