Class FN_Round
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.library.FN_Round
-
- All Implemented Interfaces:
Function
public class FN_Round extends FunctionBase
round(expression)
-
-
Constructor Summary
Constructors Constructor Description FN_Round()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckBuild(java.lang.String uri, ExprList args)NodeValueexec(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:
checkBuildin classFunctionBase
-
exec
public NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBaseFunction call to a list of evaluated argument values- Specified by:
execin classFunctionBase
-
-