Class TupleFunctionRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,TupleFunction>
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
logger, services
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TupleFunctionRegistry
Gets the default TupleFunctionRegistry.protected String
getKey
(TupleFunction function) Gets the key for the specified service.
-
Constructor Details
-
TupleFunctionRegistry
public TupleFunctionRegistry()
-
-
Method Details
-
getInstance
Gets the default TupleFunctionRegistry.- Returns:
- The default registry.
-
getKey
Description copied from class:ServiceRegistry
Gets the key for the specified service.- Specified by:
getKey
in classServiceRegistry<String,
TupleFunction> - Parameters:
function
- The service to get the key for.- Returns:
- The key for the specified service.
-