public class DataListTallyReporter extends TallyReporter
Constructor and Description |
---|
DataListTallyReporter(Reportable informationSource)
Constructor for a new DataListTallyReporter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getEntries()
Returns an array of Strings each containing the data for the
corresponding column in array
columns[] . |
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isContinuingReporter, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, makeAdditionalColorEntryIfHTMLColorChartIsGenerated, numColumns
public DataListTallyReporter(Reportable informationSource)
informationSource
- desmoj.core.simulator.Reportable : The DataListTally to report
about.public java.lang.String[] getEntries()
columns[]
. Implement this
method in a way, that an array of the same length as the column titles is
produced containing the data at the point of time this method is called
by someone else to produce up-to-date information.getEntries
in class TallyReporter