Package net.sf.statcvs.reports
Interface TableReport
-
- All Known Implementing Classes:
AuthorsForDirectoryTableReport
,CloudCommitTableReport
,DevelopersOfTheMonthTable
,DevelopersRollingTableReport
,DevelopersTableReport
,DirectoriesForAuthorTableReport
,DirectoriesTableReport
,FilesWithMostRevisionsTableReport
,FileTypeReport
,LargestFilesTableReport
,ModuleTableReport
,TagReport
,TopDevelopersTableReport
public interface TableReport
A table report generates aTable
from some data source.- Version:
- $Id: TableReport.java,v 1.2 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Richard Cyganiak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calculate()
Calculates the report from the source data.Table
getTable()
Returns the table data model.
-
-
-
Method Detail
-
calculate
void calculate()
Calculates the report from the source data.
-
getTable
Table getTable()
Returns the table data model.- Returns:
- the table data model
-
-