Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
Package
Description
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of TupleFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
Modifier and TypeMethodDescriptionprotected String
TupleFunctionRegistry.getKey
(TupleFunction function) -
Uses of TupleFunction in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionstatic CloseableIteration
<BindingSet> ExtendedEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration
<BindingSet> TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TupleFunction in org.eclipse.rdf4j.spin
-
Uses of TupleFunction in org.eclipse.rdf4j.spin.function
Modifier and TypeInterfaceDescriptioninterface
Magic properties are normally treated asTupleFunction
s acting on the subject of a statement.interface
Tagging interface forTupleFunction
s that have some sort of lifespan.Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionKnownTupleFunctionParser.parse
(IRI funcUri, TripleSource store) SpinTupleFunctionParser.parse
(IRI funcUri, TripleSource store) TupleFunctionParser.parse
(IRI uri, TripleSource store) -
Uses of TupleFunction in org.eclipse.rdf4j.spin.function.apf
-
Uses of TupleFunction in org.eclipse.rdf4j.spin.function.list
-
Uses of TupleFunction in org.eclipse.rdf4j.spin.function.spif