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 TypeMethodDescriptionTupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)
-
Uses of TupleFunction in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return TupleFunctionModifier and TypeMethodDescriptionSpinParser.parseMagicProperty(IRI propUri, TripleSource store)
-
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