Uses of Class
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionRegistry

Packages that use PropertyFunctionRegistry
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.path   
com.hp.hpl.jena.sparql.pfunction   
com.hp.hpl.jena.sparql.procedure   
 

Uses of PropertyFunctionRegistry in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra that return PropertyFunctionRegistry
static PropertyFunctionRegistry PropertyFunctionGenerator.chooseRegistry(Context context)
           
 

Uses of PropertyFunctionRegistry in com.hp.hpl.jena.sparql.path
 

Methods in com.hp.hpl.jena.sparql.path with parameters of type PropertyFunctionRegistry
static void PathLib.install(String uri, Path path, PropertyFunctionRegistry registry)
          Install a path as a property function in a given registry
 

Uses of PropertyFunctionRegistry in com.hp.hpl.jena.sparql.pfunction
 

Methods in com.hp.hpl.jena.sparql.pfunction that return PropertyFunctionRegistry
static PropertyFunctionRegistry PropertyFunctionRegistry.get()
           
static PropertyFunctionRegistry PropertyFunctionRegistry.get(Context context)
           
static PropertyFunctionRegistry PropertyFunctionRegistry.standardRegistry()
           
 

Methods in com.hp.hpl.jena.sparql.pfunction with parameters of type PropertyFunctionRegistry
static void PropertyFunctionRegistry.set(Context context, PropertyFunctionRegistry reg)
           
 

Uses of PropertyFunctionRegistry in com.hp.hpl.jena.sparql.procedure
 

Methods in com.hp.hpl.jena.sparql.procedure that return PropertyFunctionRegistry
static PropertyFunctionRegistry ProcEval.choosePropFuncRegistry(Context context)
           
 



Licenced under the Apache License, Version 2.0