public class SimulationRunReporter extends TableReporter
Modifier and Type | Class and Description |
---|---|
static class |
SimulationRunReporter.SimulationRunReporterProvider
An inner class providing the simulation report.
|
Constructor and Description |
---|
SimulationRunReporter(Model model)
Creates a simulation run reporter for the given model.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[][] |
getEntryTable()
Returns the output of the SimulationRunReporter.
|
getEntries, getHeader, getTitle, numRows
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isContinuingReporter, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, makeAdditionalColorEntryIfHTMLColorChartIsGenerated, numColumns
public SimulationRunReporter(Model model)
model
- Model : The model to report about.public java.lang.String[][] getEntryTable()
getEntryTable
in class TableReporter