Package org.apache.jena.sparql.algebra
Class AlgebraGenerator
- java.lang.Object
-
- org.apache.jena.sparql.algebra.AlgebraGenerator
-
public class AlgebraGenerator extends java.lang.ObjectClass used to compile SPARQL queries into SPARQL algebra. This is the SPARQL standard defined process of abstract syntax to algebra.
-
-
Constructor Summary
Constructors Constructor Description AlgebraGenerator()Create a new generatorAlgebraGenerator(Context context)Create a new generator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Opcompile(Query query)Compile a queryOpcompile(Element elt)Compile any structural element
-
-
-
Constructor Detail
-
AlgebraGenerator
public AlgebraGenerator(Context context)
Create a new generator- Parameters:
context- Context
-
AlgebraGenerator
public AlgebraGenerator()
Create a new generator
-
-