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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckBuild(String uri, org.apache.jena.sparql.expr.ExprList args)org.apache.jena.sparql.expr.NodeValueMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, execMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
checkBuildin 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:
execin classorg.apache.jena.sparql.function.FunctionBase
-