Uses of Interface
com.hp.hpl.jena.graph.GraphStatisticsHandler

Packages that use GraphStatisticsHandler
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
 

Uses of GraphStatisticsHandler in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return GraphStatisticsHandler
 GraphStatisticsHandler Graph.getStatisticsHandler()
          Answer this Graph's statistics handler, or null if there isn't one.
 

Uses of GraphStatisticsHandler in com.hp.hpl.jena.graph.compose
 

Classes in com.hp.hpl.jena.graph.compose that implement GraphStatisticsHandler
static class MultiUnion.MultiUnionStatisticsHandler
           
 



Licenced under the Apache License, Version 2.0