Package org.eclipse.rdf4j.spin.function
Class SpinFunction
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.AbstractSpinFunction
-
- org.eclipse.rdf4j.spin.function.SpinFunction
-
- All Implemented Interfaces:
Function,TransientFunction
public class SpinFunction extends AbstractSpinFunction implements TransientFunction
-
-
Constructor Summary
Constructors Constructor Description SpinFunction(String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddArgument(Argument arg)org.eclipse.rdf4j.model.Valueevaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args)List<Argument>getArguments()org.eclipse.rdf4j.query.parser.ParsedQuerygetParsedQuery()voidsetParsedQuery(org.eclipse.rdf4j.query.parser.ParsedQuery query)StringtoString()-
Methods inherited from class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
evaluate, getURI, mustReturnDifferentResult
-
-
-
-
Constructor Detail
-
SpinFunction
public SpinFunction(String uri)
-
-
Method Detail
-
setParsedQuery
public void setParsedQuery(org.eclipse.rdf4j.query.parser.ParsedQuery query)
-
getParsedQuery
public org.eclipse.rdf4j.query.parser.ParsedQuery getParsedQuery()
-
addArgument
public void addArgument(Argument arg)
-
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
-
-