net.sf.statcvs.reports
Interface TableReport

All Known Implementing Classes:
AuthorsForDirectoryTableReport, AuthorsTableReport, DirectoriesForAuthorTableReport, DirectoriesTableReport, FilesWithMostRevisionsTableReport, LargestFilesTableReport, TopAuthorsTableReport

public interface TableReport

A table report generates a Table from some data source.

Version:
$Id: TableReport.java,v 1.1 2003/06/03 15:22:36 cyganiak Exp $
Author:
Richard Cyganiak

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

Method Detail

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