com.hp.hpl.jena.eyeball.web.statistics
Class ModelStatistician

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.web.statistics.StatisticsUtil
      extended by com.hp.hpl.jena.eyeball.web.statistics.ModelStatistician
All Implemented Interfaces:
Statistician

public class ModelStatistician
extends StatisticsUtil
implements Statistician

Author:
peter

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.eyeball.web.statistics.Statistician
Statistician.Operations
 
Field Summary
 
Fields inherited from interface com.hp.hpl.jena.eyeball.web.statistics.Statistician
STATBREAK
 
Constructor Summary
ModelStatistician()
           
 
Method Summary
 com.hp.hpl.jena.rdf.model.Model gather(WebEyeballer e, Report r, com.hp.hpl.jena.rdf.model.Resource hook)
           
 java.lang.String getReport(com.hp.hpl.jena.rdf.model.Model stats)
           
 
Methods inherited from class com.hp.hpl.jena.eyeball.web.statistics.StatisticsUtil
formatDouble, inc, inc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelStatistician

public ModelStatistician()
Method Detail

gather

public com.hp.hpl.jena.rdf.model.Model gather(WebEyeballer e,
                                              Report r,
                                              com.hp.hpl.jena.rdf.model.Resource hook)
Specified by:
gather in interface Statistician

getReport

public java.lang.String getReport(com.hp.hpl.jena.rdf.model.Model stats)
Specified by:
getReport in interface Statistician