Class IndexOf
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.spif.IndexOf
-
-
Constructor Summary
Constructors Constructor Description IndexOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Valueevaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args)StringgetURI()-
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
-
evaluate
public org.eclipse.rdf4j.model.Value evaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args) throws ValueExprEvaluationException- Specified by:
evaluatein interfaceFunction- Throws:
ValueExprEvaluationException
-
-