com.hp.hpl.jena.sparql.function
Class FunctionBase0
java.lang.Object
com.hp.hpl.jena.sparql.function.FunctionBase
com.hp.hpl.jena.sparql.function.FunctionBase0
- All Implemented Interfaces:
- Function
- Direct Known Subclasses:
- e, pi, SystemVar
public abstract class FunctionBase0
- extends FunctionBase
Support for a function of zero arguments.
FunctionBase0
public FunctionBase0()
checkBuild
public void checkBuild(String uri,
ExprList args)
- Specified by:
checkBuild
in class FunctionBase
exec
public final NodeValue exec(List<NodeValue> args)
- Description copied from class:
FunctionBase
- Function call to a list of evaluated argument values
- Specified by:
exec
in class FunctionBase
exec
public abstract NodeValue exec()
Licenced under the Apache License, Version 2.0