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

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

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

Fields in com.hp.hpl.jena.graph.query declared as Matcher
static Matcher Matcher.always
          This matcher always answers true and doesn't even look at the domain, never mind update it.
 

Methods in com.hp.hpl.jena.graph.query that return Matcher
 Matcher QueryTriple.createMatcher()
           
 

Methods in com.hp.hpl.jena.graph.query with parameters of type Matcher
 void QueryTriple.SimpleApplyer.applyToTriples(Domain d, Matcher m, StageElement next)
           
abstract  void Applyer.applyToTriples(Domain d, Matcher m, StageElement next)
           
 

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



Licenced under the Apache License, Version 2.0