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