Class evenInteger
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- org.apache.jena.sparql.function.library.evenInteger
-
- All Implemented Interfaces:
Function
public class evenInteger extends FunctionBase1
Example function - checks for even integers.
-
-
Constructor Summary
Constructors Constructor Description evenInteger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue x)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue x)
- Specified by:
execin classFunctionBase1
-
-