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

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.web.statistics.StatisticalAnalyser

public class StatisticalAnalyser
extends java.lang.Object

Author:
peter

Field Summary
protected  Report report
           
protected  WebEyeballer request
           
 
Constructor Summary
StatisticalAnalyser()
           
StatisticalAnalyser(WebEyeballer request, Report report)
          create the statisticalAnalyser; o assemble the statisticians o store the eyeballer
 
Method Summary
 void gatherStatistics()
          statistically analyse the requested eyeballer
static com.hp.hpl.jena.rdf.model.Model getConfig()
           
 java.lang.String getHtmlStatistics()
           
 java.lang.String getSetUpPrefixTask()
           
 java.lang.String getStatisticalReport()
           
 com.hp.hpl.jena.rdf.model.Model getStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected WebEyeballer request

report

protected Report report
Constructor Detail

StatisticalAnalyser

public StatisticalAnalyser(WebEyeballer request,
                           Report report)
create the statisticalAnalyser; o assemble the statisticians o store the eyeballer


StatisticalAnalyser

public StatisticalAnalyser()
Method Detail

getStatistics

public com.hp.hpl.jena.rdf.model.Model getStatistics()

gatherStatistics

public void gatherStatistics()
statistically analyse the requested eyeballer


getStatisticalReport

public java.lang.String getStatisticalReport()

getHtmlStatistics

public java.lang.String getHtmlStatistics()

getConfig

public static com.hp.hpl.jena.rdf.model.Model getConfig()

getSetUpPrefixTask

public java.lang.String getSetUpPrefixTask()