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   
com.hp.hpl.jena.sparql.expr   
com.hp.hpl.jena.sparql.function.user   
 

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 an Op Transform to the algebra operator of E_Exist and E_NoExists
 class ExprTransformConstantFold
          An expression transform that simplifies expressions by constant folding wherever possible
 

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

Subclasses of ExprTransformCopy in com.hp.hpl.jena.sparql.expr
 class ExprTransformSubstitute
          An expression transformer that substitutes another expression in place of variables
 

Uses of ExprTransformCopy in com.hp.hpl.jena.sparql.function.user
 

Subclasses of ExprTransformCopy in com.hp.hpl.jena.sparql.function.user
 class ExprTransformExpand
          An expression transformer that will expand user defined function expressions so they do not explicitly rely on other user defined functions.
 



Licenced under the Apache License, Version 2.0