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

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

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

Subclasses of Stage in com.hp.hpl.jena.graph.query
 class ConstraintStage
          A ConstraintStage implements the constraint evaluation part of a query.
 class InitialStage
          The initial stage of a query, responsible for dropping the no-variables-bound seed binding domain into the remaining stages of the query pipeline.
 class PatternStage
          A PatternStage is a Stage that handles some bunch of related patterns; those patterns are encoded as Triples.
 class PatternStageBase
          PatternStageBase contains the features that are common to the traditional PatternStage engine and the Faster engine.
 

Methods in com.hp.hpl.jena.graph.query that return Stage
 Stage Stage.connectFrom(Stage s)
          connect this stage to its supplier; return this for chaining.
static Stage Stage.initial(int count)
          construct a new initial stage for the pipeline
 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)
 

Methods in com.hp.hpl.jena.graph.query with parameters of type Stage
 Stage Stage.connectFrom(Stage s)
          connect this stage to its supplier; return this for chaining.
 

Method parameters in com.hp.hpl.jena.graph.query with type arguments of type Stage
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> Query.executeBindings(Graph g, java.util.List<Stage> stages, Node[] results)
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> SimpleQueryEngine.executeBindings(java.util.List<Stage> outStages, NamedGraphMap args, Node[] nodes)
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> Query.executeBindings(java.util.List<Stage> outStages, NamedGraphMap args, Node[] nodes)
          the standard "default" implementation of executeBindings.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type Stage
StageElement.FindTriples(Stage stage, Matcher matcher, Applyer finder, StageElement next)
           
 



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