net.sf.statcvs.reports

Interface TableReport

Known Implementing Classes:
AuthorsForDirectoryTableReport, DevelopersOfTheMonthTable, DevelopersTableReport, DirectoriesForAuthorTableReport, DirectoriesTableReport, FilesWithMostRevisionsTableReport, FileTypeReport, LargestFilesTableReport, TagReport, TopDevelopersTableReport

public interface TableReport

A table report generates a Table from some data source.
Version:
$Id: TableReport.java,v 1.2 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak

Method Summary

void
calculate()
Calculates the report from the source data.
Table
getTable()
Returns the table data model.

Method Details

calculate

public void calculate()
Calculates the report from the source data.

getTable

public Table getTable()
Returns the table data model.
Returns:
the table data model