Uses of Interface
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
-
Packages that use PropertyFunctionFactory Package Description org.apache.jena.sparql.pfunction -
-
Uses of PropertyFunctionFactory in org.apache.jena.sparql.pfunction
Methods in org.apache.jena.sparql.pfunction that return PropertyFunctionFactory Modifier and Type Method Description PropertyFunctionFactoryPropertyFunctionRegistry. get(java.lang.String uri)Lookup by URIPropertyFunctionFactoryPropertyFunctionRegistry. remove(java.lang.String uri)Remove by URIMethods in org.apache.jena.sparql.pfunction with parameters of type PropertyFunctionFactory Modifier and Type Method Description voidPropertyFunctionRegistry. put(java.lang.String uri, PropertyFunctionFactory factory)Insert an PropertyFunction factory.
-