org.openrdf.query.algebra.evaluation.function
Class DateTimeCast
java.lang.Object
org.openrdf.query.algebra.evaluation.function.DateTimeCast
- All Implemented Interfaces:
- Function
public class DateTimeCast
- extends Object
- implements Function
A Function that tries to cast its argument to an
xsd:dateTime.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeCast
public DateTimeCast()
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-2007 Aduna. All Rights Reserved.