public interface TableReport
Table
from some data source.| Modifier and Type | Method and Description |
|---|---|
void |
calculate()
Calculates the report from the source data.
|
Table |
getTable()
Returns the table data model.
|
void calculate()
Table getTable()