Uses of Class
com.hp.hpl.jena.sparql.procedure.ProcedureRegistry

Packages that use ProcedureRegistry
com.hp.hpl.jena.sparql.procedure   
 

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

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

Methods in com.hp.hpl.jena.sparql.procedure with parameters of type ProcedureRegistry
static void StandardProcedures.loadStdDefs(ProcedureRegistry registry)
           
static void ProcedureRegistry.set(Context context, ProcedureRegistry reg)
           
 



Licenced under the Apache License, Version 2.0