java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.library.cdt.MapFct
- All Implemented Interfaces:
Function
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build
-
Constructor Details
-
MapFct
public MapFct()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-
exec
Description copied from interface:Function
Call a function. The argument list will not be null but may have the wrong number of arguments. FunctionBase provides a more convenient way to implement a function. Functions can throwExprEvalException
if something goes wrong.- Specified by:
exec
in interfaceFunction
- Overrides:
exec
in classFunctionBase
- Parameters:
binding
- The current solutionargs
- A list of unevaluated expressionsuri
- The name of thisenv
- The execution context- Returns:
- NodeValue - a value
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-