com.hp.hpl.jena.sparql.algebra
Class AlgebraGenerator

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.AlgebraGenerator

public class AlgebraGenerator
extends Object


Constructor Summary
AlgebraGenerator()
           
AlgebraGenerator(Context context)
           
 
Method Summary
 Op compile(Element elt)
           
 Op compile(Query query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgebraGenerator

public AlgebraGenerator(Context context)

AlgebraGenerator

public AlgebraGenerator()
Method Detail

compile

public Op compile(Query query)

compile

public Op compile(Element elt)


Licenced under the Apache License, Version 2.0