Class sha1sum
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- org.apache.jena.sparql.function.library.sha1sum
-
- All Implemented Interfaces:
Function
public class sha1sum extends FunctionBase1
ARQ Extension Function that will calculate the SHA1 sum of any literal. Useful for working with FOAF data.
-
-
Constructor Summary
Constructors Constructor Description sha1sum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue nodeValue)-
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 nodeValue)
- Specified by:
execin classFunctionBase1
-
-