Package org.eclipse.rdf4j.spin.function
Class LessThanOrEqualTo
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
org.eclipse.rdf4j.spin.function.LessThanOrEqualTo
- All Implemented Interfaces:
Function
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
evaluate
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
-
Constructor Details
-
LessThanOrEqualTo
public LessThanOrEqualTo()
-
-
Method Details
-
getURI
-
evaluate
protected Value evaluate(ValueFactory valueFactory, Value arg1, Value arg2) throws ValueExprEvaluationException - Specified by:
evaluate
in classBinaryFunction
- Throws:
ValueExprEvaluationException
-