com.hp.hpl.jena.sparql.algebra.optimize
Class ExprTransformApplyTransform
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprTransformCopy
com.hp.hpl.jena.sparql.algebra.optimize.ExprTransformApplyTransform
- All Implemented Interfaces:
- ExprTransform
public class ExprTransformApplyTransform
- extends ExprTransformCopy
A copying transform that applies a Transform to the algebra operator of E_Exist and E_NoExists
ExprTransformApplyTransform
public ExprTransformApplyTransform(Transform transform)
transform
public Expr transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg)
- Specified by:
transform
in interface ExprTransform
- Overrides:
transform
in class ExprTransformCopy
Licenced under the Apache License, Version 2.0