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   
 

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

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type PropertyFunctionRegistry
static Op PropertyFunctionGenerator.buildPropertyFunctions(PropertyFunctionRegistry registry, OpBGP opBGP, 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.chooseRegistry(Context context)
          Get the PropertyFunctionRegistry, defaulting to the global one
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)
           
 



Licenced under the Apache License, Version 2.0