com.hp.hpl.jena.sparql.function.library
Class sha1sum

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase1
          extended by com.hp.hpl.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
sha1sum()
           
 
Method Summary
 NodeValue exec(NodeValue nodeValue)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase1
checkBuild, exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase
build, exec, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

sha1sum

public sha1sum()
Method Detail

exec

public NodeValue exec(NodeValue nodeValue)
Specified by:
exec in class FunctionBase1


Licenced under the Apache License, Version 2.0