Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
-
Packages that use FunctionRegistry Package Description org.eclipse.rdf4j.query.algebra.evaluation.function org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262org.eclipse.rdf4j.spin.function Core functions required for SPIN. -
-
Uses of FunctionRegistry in org.eclipse.rdf4j.query.algebra.evaluation.function
Fields in org.eclipse.rdf4j.query.algebra.evaluation.function declared as FunctionRegistry Modifier and Type Field Description static FunctionRegistryFunctionRegistry.FunctionRegistryHolder. instanceMethods in org.eclipse.rdf4j.query.algebra.evaluation.function that return FunctionRegistry Modifier and Type Method Description static FunctionRegistryFunctionRegistry. getInstance()Gets the default FunctionRegistry. -
Uses of FunctionRegistry in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as FunctionRegistry Modifier and Type Field Description private static FunctionRegistrySpinWellKnownFunctions. functionRegistry -
Uses of FunctionRegistry in org.eclipse.rdf4j.spin.function
Fields in org.eclipse.rdf4j.spin.function declared as FunctionRegistry Modifier and Type Field Description private FunctionRegistryKnownFunctionParser. functionRegistryConstructors in org.eclipse.rdf4j.spin.function with parameters of type FunctionRegistry Constructor Description KnownFunctionParser(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI,java.lang.String> wellKnownFunctions)
-