Class FunctionRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,Function>
org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
A ServiceRegistry for implementations of the
Function
interface. Functions are registered by their
IRI
.- Author:
- Arjohn Kampman
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
logger, services
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionRegistry
Gets the default FunctionRegistry.protected String
Gets the key for the specified service.
-
Constructor Details
-
FunctionRegistry
public FunctionRegistry()
-
-
Method Details
-
getInstance
Gets the default FunctionRegistry.- Returns:
- The default registry.
-
getKey
Description copied from class:ServiceRegistry
Gets the key for the specified service.- Specified by:
getKey
in classServiceRegistry<String,
Function> - Parameters:
function
- The service to get the key for.- Returns:
- The key for the specified service.
-