Package org.apache.jena.sparql.function
Class FunctionBase0
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase0
-
- All Implemented Interfaces:
Function
public abstract class FunctionBase0 extends FunctionBase
Support for a function of zero arguments.
-
-
Constructor Summary
Constructors Constructor Description FunctionBase0()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
checkBuild(java.lang.String uri, ExprList args)
abstract NodeValue
exec()
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
-
checkBuild
public void checkBuild(java.lang.String uri, ExprList args)
- Specified by:
checkBuild
in classFunctionBase
-
exec
public final 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
-
exec
public abstract NodeValue exec()
-
-