Class DoubleCast
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.DoubleCast
-
- All Implemented Interfaces:
Function
@Deprecated public class DoubleCast extends DoubleCast
Deprecated.useDoubleCast
instead.AFunction
that tries to cast its argument to an xsd:double.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description DoubleCast()
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
convert, getXsdDatatype, isValidForDatatype
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
evaluate, getURI, getXsdName, typeError
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
evaluate, mustReturnDifferentResult
-
-