Uses of Interface
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionFactory

Packages that use PropertyFunctionFactory
com.hp.hpl.jena.sparql.pfunction   
 

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

Methods in com.hp.hpl.jena.sparql.pfunction that return PropertyFunctionFactory
 PropertyFunctionFactory PropertyFunctionRegistry.get(String uri)
          Lookup by URI
 PropertyFunctionFactory PropertyFunctionRegistry.remove(String uri)
          Remove by URI
 

Methods in com.hp.hpl.jena.sparql.pfunction with parameters of type PropertyFunctionFactory
 void PropertyFunctionRegistry.put(String uri, PropertyFunctionFactory factory)
          Insert an PropertyFunction factory.
 



Licenced under the Apache License, Version 2.0