Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
Packages that use 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type TupleFunctionModifier and TypeMethodDescriptionprotected String
TupleFunctionRegistry.getKey
(TupleFunction function) -
Uses of TupleFunction in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TupleFunctionModifier and TypeMethodDescriptionprotected static CloseableIteration
<BindingSet> DefaultEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) static 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
Methods in org.eclipse.rdf4j.spin that return TupleFunction -
Uses of TupleFunction in org.eclipse.rdf4j.spin.function
Subinterfaces of TupleFunction in org.eclipse.rdf4j.spin.functionModifier 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.Classes in org.eclipse.rdf4j.spin.function that implement TupleFunctionModifier and TypeClassDescriptionclass
class
class
Methods in org.eclipse.rdf4j.spin.function that return TupleFunctionModifier 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
Classes in org.eclipse.rdf4j.spin.function.apf that implement TupleFunction -
Uses of TupleFunction in org.eclipse.rdf4j.spin.function.list
Classes in org.eclipse.rdf4j.spin.function.list that implement TupleFunction -
Uses of TupleFunction in org.eclipse.rdf4j.spin.function.spif
Classes in org.eclipse.rdf4j.spin.function.spif that implement TupleFunction