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:
org.apache.jena.sparql.function.Function
public final class FUN_Log
extends org.apache.jena.sparql.function.FunctionBase
Binding function
fun:log
logs the input to the console, and outputs the empty string.
- Param 1 (input) a string literal
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
org.apache.jena.sparql.expr.NodeValue
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
OUTPUT
public static final org.apache.jena.sparql.expr.NodeValue OUTPUT
-
-
Constructor Details
-
FUN_Log
public FUN_Log()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classorg.apache.jena.sparql.function.FunctionBase
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> nodes)- Specified by:
exec
in classorg.apache.jena.sparql.function.FunctionBase
-