Class FunctionRegistry

java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,Function>
org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry

public class FunctionRegistry extends ServiceRegistry<String,Function>
A ServiceRegistry for implementations of the Function interface. Functions are registered by their IRI.
Author:
Arjohn Kampman