public class StandardReporter extends Reporter
Constructor and Description |
---|
StandardReporter(Reportable informationSource)
Constructs a standrad reporter to report about the given reportable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getEntries()
Returns the array of strings containing the basic information any
reportable can offer.
|
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isContinuingReporter, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, makeAdditionalColorEntryIfHTMLColorChartIsGenerated, numColumns
public StandardReporter(Reportable informationSource)
informationSource
- desmoj.core.simulator.Reportable : The reportable to produce a report aboutpublic java.lang.String[] getEntries()
getEntries
in class Reporter