Class ExprTransformExpand
- java.lang.Object
-
- org.apache.jena.sparql.expr.ExprTransformCopy
-
- org.apache.jena.sparql.function.user.ExprTransformExpand
-
- All Implemented Interfaces:
ExprTransform
public class ExprTransformExpand extends ExprTransformCopy
An expression transformer that will expand user defined function expressions so they do not explicitly rely on other user defined functions.See
UserDefinedFunctionFactory.getPreserveDependencies()for discussion of what this means in practise
-
-
Field Summary
-
Fields inherited from class org.apache.jena.sparql.expr.ExprTransformCopy
COPY_ALWAYS, COPY_ONLY_ON_CHANGE
-
-
Constructor Summary
Constructors Constructor Description ExprTransformExpand(java.util.Map<java.lang.String,UserDefinedFunctionDefinition> defs)Creates a new transformer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exprtransform(ExprFunctionN func, ExprList args)
-
-
-
Constructor Detail
-
ExprTransformExpand
public ExprTransformExpand(java.util.Map<java.lang.String,UserDefinedFunctionDefinition> defs)
Creates a new transformer- Parameters:
defs- User defined function definitions
-
-
Method Detail
-
transform
public Expr transform(ExprFunctionN func, ExprList args)
- Specified by:
transformin interfaceExprTransform- Overrides:
transformin classExprTransformCopy
-
-