Uses of Class
org.apache.jena.sparql.pfunction.PropertyFunctionRegistry
-
Packages that use PropertyFunctionRegistry Package Description org.apache.jena.sparql.algebra org.apache.jena.sparql.path org.apache.jena.sparql.pfunction -
-
Uses of PropertyFunctionRegistry in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type PropertyFunctionRegistry Modifier and Type Method Description static OpPropertyFunctionGenerator. 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 PropertyFunctionRegistry Modifier and Type Method Description static voidPathLib. install(java.lang.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 PropertyFunctionRegistry Modifier and Type Method Description static PropertyFunctionRegistryPropertyFunctionRegistry. chooseRegistry(Context context)Get the PropertyFunctionRegistry, defaulting to the global onestatic PropertyFunctionRegistryPropertyFunctionRegistry. get()static PropertyFunctionRegistryPropertyFunctionRegistry. get(Context context)static PropertyFunctionRegistryPropertyFunctionRegistry. standardRegistry()Methods in org.apache.jena.sparql.pfunction with parameters of type PropertyFunctionRegistry Modifier and Type Method Description static voidStandardPropertyFunctions. loadStdDefs(PropertyFunctionRegistry registry)static voidPropertyFunctionRegistry. set(Context context, PropertyFunctionRegistry reg)
-