com.hp.hpl.jena.eyeball.web.statistics
Interface Statistician

All Known Implementing Classes:
ConfigStatistician, EyeballingStatistician, MetaDataStatistician, ModelStatistician, NullStatistician

public interface Statistician

Author:
peter

Nested Class Summary
static class Statistician.Operations
           
 
Field Summary
static java.lang.String STATBREAK
           
 
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)
           
 

Field Detail

STATBREAK

static final java.lang.String STATBREAK
See Also:
Constant Field Values
Method Detail

gather

com.hp.hpl.jena.rdf.model.Model gather(WebEyeballer e,
                                       Report r,
                                       com.hp.hpl.jena.rdf.model.Resource hook)

getReport

java.lang.String getReport(com.hp.hpl.jena.rdf.model.Model stats)