Package org.eclipse.rdf4j.spin.function
Class And
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
-
- org.eclipse.rdf4j.spin.function.And
-
- All Implemented Interfaces:
Function
public class And extends BinaryFunction
-
-
Constructor Summary
Constructors Constructor Description And()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Value
evaluate(ValueFactory valueFactory, Value arg1, Value arg2)
String
getURI()
-
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
-
-
-
-
Method Detail
-
getURI
public String getURI()
-
evaluate
protected Value evaluate(ValueFactory valueFactory, Value arg1, Value arg2) throws ValueExprEvaluationException
- Specified by:
evaluate
in classBinaryFunction
- Throws:
ValueExprEvaluationException
-
-