| Package | Description |
|---|---|
| desmoj.extensions.chaining.report |
Reporters for the chaining components from
desmoj.extensions.chaining. |
| Modifier and Type | Method and Description |
|---|---|
FlexReporterBuilder.Row |
FlexReporterBuilder.Row.addCell(java.lang.Object cellValue)
Adds a cell with the given value to this row
|
FlexReporterBuilder.Row |
FlexReporterBuilder.Row.addHeadingCell(java.lang.Object cellValue)
Adds a heading cell with the given value to this row
|
FlexReporterBuilder.Row |
FlexReporterBuilder.openRow()
Opens a new row for constructrion
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<FlexReporterBuilder.Row> |
FlexReporterBuilder.FlexReporter.getRows() |
| Constructor and Description |
|---|
FlexReporter(java.lang.String groupHeading,
int groupId,
java.util.LinkedList<FlexReporterBuilder.Row> rows)
Constructs a FlexReporter with the given group heaing, group id and
the given list of rows.
|