Uses of Class
org.apache.jena.sparql.pfunction.PropertyFunctionRegistry
Packages that use PropertyFunctionRegistry
Package
Description
-
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type PropertyFunctionRegistryModifier and TypeMethodDescriptionstatic Op
PropertyFunctionGenerator.buildPropertyFunctions
(PropertyFunctionRegistry registry, OpBGP opBGP, Context context) -
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.path
Methods in org.apache.jena.sparql.path with parameters of type PropertyFunctionRegistryModifier and TypeMethodDescriptionstatic void
PathLib.install
(String uri, Path path, PropertyFunctionRegistry registry) Install a path as a property function in a given registry -
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.pfunction
Methods in org.apache.jena.sparql.pfunction that return PropertyFunctionRegistryModifier and TypeMethodDescriptionstatic PropertyFunctionRegistry
PropertyFunctionRegistry.chooseRegistry
(Context context) Get the PropertyFunctionRegistry, defaulting to the global onestatic PropertyFunctionRegistry
PropertyFunctionRegistry.createFrom
(PropertyFunctionRegistry from) Copies the origin registry into a new one, or makes a fresh instance if the specified registry isnull
.static PropertyFunctionRegistry
PropertyFunctionRegistry.get()
static PropertyFunctionRegistry
static PropertyFunctionRegistry
PropertyFunctionRegistry.standardRegistry()
Methods in org.apache.jena.sparql.pfunction with parameters of type PropertyFunctionRegistryModifier and TypeMethodDescriptionstatic PropertyFunctionRegistry
PropertyFunctionRegistry.createFrom
(PropertyFunctionRegistry from) Copies the origin registry into a new one, or makes a fresh instance if the specified registry isnull
.static void
StandardPropertyFunctions.loadStdDefs
(PropertyFunctionRegistry registry) static void
PropertyFunctionRegistry.set
(Context context, PropertyFunctionRegistry reg)