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

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

public class OpAsQuery
extends Object

Convert an Op expression in SPARQL syntax, that is, the reverse of algebra generation


Nested Class Summary
static class OpAsQuery.Converter
           
static class OpAsQuery.SubExprForVar
          This class is used to take substitute an expressions for variables in another expression.
 
Constructor Summary
OpAsQuery()
           
 
Method Summary
static Query asQuery(Op op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpAsQuery

public OpAsQuery()
Method Detail

asQuery

public static Query asQuery(Op op)


Licenced under the Apache License, Version 2.0