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

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

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

Subclasses of Applyer in com.hp.hpl.jena.graph.query
static class QueryTriple.SimpleApplyer
           
 

Fields in com.hp.hpl.jena.graph.query declared as Applyer
static Applyer Applyer.empty
          An Applyer that never calls its next StageElement.
 

Methods in com.hp.hpl.jena.graph.query that return Applyer
 Applyer QueryTriple.createApplyer(Graph g)
           
 

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



Licenced under the Apache License, Version 2.0