Interface TupleFunction
-
public interface TupleFunctionA function that can return a tuple ofValues. This can be used to implement "property functions" or "magic properties".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseableIteration<? extends List<? extends org.eclipse.rdf4j.model.Value>>evaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args)StringgetURI()
-
-
-
Method Detail
-
getURI
String getURI()
-
evaluate
CloseableIteration<? extends List<? extends org.eclipse.rdf4j.model.Value>> evaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args) throws QueryEvaluationException
- Throws:
QueryEvaluationException
-
-