Uses of Interface
com.hp.hpl.jena.sparql.core.describe.DescribeHandlerFactory

Packages that use DescribeHandlerFactory
com.hp.hpl.jena.sparql.core.describe   
 

Uses of DescribeHandlerFactory in com.hp.hpl.jena.sparql.core.describe
 

Classes in com.hp.hpl.jena.sparql.core.describe that implement DescribeHandlerFactory
 class DescribeBNodeClosureFactory
           
 

Methods in com.hp.hpl.jena.sparql.core.describe that return types with arguments of type DescribeHandlerFactory
 Iterator<DescribeHandlerFactory> DescribeHandlerRegistry.handlers()
           
 

Methods in com.hp.hpl.jena.sparql.core.describe with parameters of type DescribeHandlerFactory
 void DescribeHandlerRegistry.add(DescribeHandlerFactory handlerFactory)
           
 void DescribeHandlerRegistry.remove(DescribeHandlerFactory handlerFactory)
           
 



Licenced under the Apache License, Version 2.0