Class UserDefinedFunctionDefinition
- java.lang.Object
-
- org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition
-
- Direct Known Subclasses:
UserDefinedFunction
public class UserDefinedFunctionDefinition extends java.lang.ObjectRepresents the definition of a user defined function
-
-
Field Summary
Fields Modifier and Type Field Description static booleanwarnOnUnusedVariableWhether to log warnings for unused variables
-
Constructor Summary
Constructors Constructor Description UserDefinedFunctionDefinition(java.lang.String uri, Expr e, java.util.List<Var> argList)Creates a user defined function definition
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Var>getArgList()Gets the argument listExprgetBaseExpr()Gets the base expressionjava.lang.StringgetUri()Gets the function URIFunctionnewFunctionInstance()Gets an instance of an actualFunctionthat can be used to evaluate this function
-