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

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

public class ConfigStatistician
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
ConfigStatistician()
           
 
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

ConfigStatistician

public ConfigStatistician()
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