Uses of Interface
com.hp.hpl.jena.graph.query.PatternCompiler

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

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

Classes in com.hp.hpl.jena.graph.query that implement PatternCompiler
 class PatternStageCompiler
          PatternStageCompiler serves two purposes: it contains the standard algorithm for compiling patterns-as-triples to patterns-as-Pattern(s), and it has the standard implementation of PatternCompiler in terms of ordinary Elements.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type PatternCompiler
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.
 



Licenced under the Apache License, Version 2.0