|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.algebra.AlgebraGenerator
public class AlgebraGenerator
Class used to compile SPARQL queries into SPARQL algebra
| Constructor Summary | |
|---|---|
AlgebraGenerator()
Create a new generator |
|
AlgebraGenerator(Context context)
Create a new generator |
|
| Method Summary | |
|---|---|
Op |
compile(Element elt)
Compile any structural element |
Op |
compile(Query query)
Compile a query |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlgebraGenerator(Context context)
context - Contextpublic AlgebraGenerator()
| Method Detail |
|---|
public Op compile(Query query)
DO NOT call recursively
query - Query to compile
public Op compile(Element elt)
elt - Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||