Uses of Class
com.hp.hpl.jena.sparql.expr.ExprTransformCopy

Packages that use ExprTransformCopy
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.optimize   
 

Uses of ExprTransformCopy in com.hp.hpl.jena.sparql.algebra
 

Subclasses of ExprTransformCopy in com.hp.hpl.jena.sparql.algebra
static class OpAsQuery.SubExprForVar
          This class is used to take substitute an expressions for variables in another expression.
 

Uses of ExprTransformCopy in com.hp.hpl.jena.sparql.algebra.optimize
 

Subclasses of ExprTransformCopy in com.hp.hpl.jena.sparql.algebra.optimize
 class ExprTransformApplyTransform
          A copying transform that applies a Transform to the algebra operator of E_Exist and E_NoExists
 



Licenced under the Apache License, Version 2.0