Uses of Interface
com.hp.hpl.jena.sparql.expr.ExprTransform

Packages that use ExprTransform
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.optimize   
com.hp.hpl.jena.sparql.expr   
 

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

Classes in com.hp.hpl.jena.sparql.algebra that implement ExprTransform
static class OpAsQuery.SubExprForVar
          This class is used to take substitute an expressions for variables in another expression.
 

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

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

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

Subinterfaces of ExprTransform in com.hp.hpl.jena.sparql.expr
 interface ExprTransformOp
           
 

Classes in com.hp.hpl.jena.sparql.expr that implement ExprTransform
 class ExprTransformCopy
           
 

Methods in com.hp.hpl.jena.sparql.expr with parameters of type ExprTransform
 Expr ExprVar.apply(ExprTransform transform)
           
 Expr ExprAggregator.apply(ExprTransform transform)
           
 Expr ExprFunction0.apply(ExprTransform transform)
           
 Expr NodeValue.apply(ExprTransform transform)
           
 Expr ExprFunction1.apply(ExprTransform transform, Expr sub)
           
 Expr ExprFunction2.apply(ExprTransform transform, Expr arg1, Expr arg2)
           
 Expr ExprFunction3.apply(ExprTransform transform, Expr arg1, Expr arg2, Expr arg3)
           
 Expr ExprFunctionN.apply(ExprTransform transform, ExprList exprList)
           
 Expr ExprFunctionOp.apply(ExprTransform transform, ExprList args, Op x)
           
static Expr ExprTransformer.transform(ExprTransform transform, Expr expr)
          Transform an expression
static ExprList ExprTransformer.transform(ExprTransform transform, ExprList exprList)
          Transform an expression list
 



Licenced under the Apache License, Version 2.0