Class execTime
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.library.execTime
-
- All Implemented Interfaces:
Function
public class execTime extends FunctionBase
Function that prints the system time to stderr at the point of execution. Returns true. This is a debugging aid only.
-
-
Constructor Summary
Constructors Constructor Description execTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkBuild(java.lang.String uri, ExprList args)
NodeValue
exec(java.util.List<NodeValue> args)
Function call to a list of evaluated argument values-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-
checkBuild
public void checkBuild(java.lang.String uri, ExprList args)
- Specified by:
checkBuild
in classFunctionBase
-
-