org.openrdf.query.algebra.evaluation.function.hash
Class MD5
java.lang.Object
org.openrdf.query.algebra.evaluation.function.hash.HashFunction
org.openrdf.query.algebra.evaluation.function.hash.MD5
- All Implemented Interfaces:
- Function
public class MD5
- extends HashFunction
The SPARQL built-in Function MD5, as defined in SPARQL Query Language
for RDF
- Author:
- Jeen Broekstra
|
Constructor Summary |
MD5()
|
| Methods inherited from class org.openrdf.query.algebra.evaluation.function.hash.HashFunction |
hash |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5
public MD5()
getURI
public String getURI()
evaluate
public Literal evaluate(ValueFactory valueFactory,
Value... args)
throws ValueExprEvaluationException
- Specified by:
evaluate in interface Function- Specified by:
evaluate in class HashFunction
- Throws:
ValueExprEvaluationException
Copyright © 2001-2012 Aduna. All Rights Reserved.