public class FunctionRegistry extends ServiceRegistry<String,Function>
Function
interface. Functions are registered by their
IRI
.logger, services
Constructor and Description |
---|
FunctionRegistry() |
Modifier and Type | Method and Description |
---|---|
static FunctionRegistry |
getInstance()
Gets the default FunctionRegistry.
|
protected String |
getKey(Function function)
Gets the key for the specified service.
|
public static FunctionRegistry getInstance()
protected String getKey(Function function)
ServiceRegistry
getKey
in class ServiceRegistry<String,Function>
function
- The service to get the key for.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.