Class FunctionRegistry


  • public class FunctionRegistry
    extends ServiceRegistry<java.lang.String,​Function>
    A ServiceRegistry for implementations of the Function interface. Functions are registered by their IRI.
    • Constructor Detail

      • FunctionRegistry

        public FunctionRegistry()
    • Method Detail

      • getInstance

        public static FunctionRegistry getInstance()
        Gets the default FunctionRegistry.
        Returns:
        The default registry.
      • getKey

        protected java.lang.String getKey​(Function function)
        Description copied from class: ServiceRegistry
        Gets the key for the specified service.
        Specified by:
        getKey in class ServiceRegistry<java.lang.String,​Function>
        Parameters:
        function - The service to get the key for.
        Returns:
        The key for the specified service.