Interface TupleFunction
- All Known Subinterfaces:
InverseMagicProperty, TransientTupleFunction
- All Known Implementing Classes:
ConcatTupleFunction, ConstructTupleFunction, For, ForEach, Index, Length, Member, SelectTupleFunction, SpinTupleFunction, Split, StrSplit
public interface TupleFunction
A function that can return a tuple of
Values. This can be used to implement "property functions" or "magic
properties".-
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) getURI()
-
Method Details
-
getURI
String getURI() -
evaluate
CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Throws:
QueryEvaluationException
-