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

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

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

EyeballingStatistician

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