Uses of Class
org.apache.jena.sparql.pfunction.PropertyFunctionRegistry
Package
Description
-
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.algebra
Modifier and TypeMethodDescriptionstatic Op
PropertyFunctionGenerator.buildPropertyFunctions
(PropertyFunctionRegistry registry, OpBGP opBGP, Context context) -
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.path
Modifier 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
Modifier 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()
Modifier 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)