Class FUN_Log
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- fr.mines_stetienne.ci.sparql_generate.function.library.FUN_Log
-
- All Implemented Interfaces:
Function
public final class FUN_Log extends FunctionBase
Binding function fun:log logs the input to the console, and outputs the empty string.- Param 1 (input) a string literal
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_Log()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkBuild(String uri, ExprList args)
NodeValue
exec(List<NodeValue> nodes)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
OUTPUT
public static final NodeValue OUTPUT
-
-
Method Detail
-
checkBuild
public void checkBuild(String uri, ExprList args)
- Specified by:
checkBuild
in classFunctionBase
-
exec
public NodeValue exec(List<NodeValue> nodes)
- Specified by:
exec
in classFunctionBase
-
-