public class TextHistogramReporter extends Reporter
Constructor and Description |
---|
TextHistogramReporter(Reportable informationSource)
Constructor for a new TextHistogramReporter.
|
Modifier and Type | Method and Description |
---|---|
ChartDataHistogramLong |
getChartData()
Returns the data for the TextHistogram chart.
|
java.lang.String[] |
getEntries()
Returns an array of Strings each containing the data for the
corresponding column in array |
int |
getNoOfStrings()
Returns the number of Strings the given TextHistogram has saved.
|
long |
getObservations()
Returns the number of observations made by the TextHistogram object.
|
java.lang.String[] |
getTextHistColumnTitles()
Returns an array of Strings each containing the title for the
corresponding column of the histogram part (table).
|
java.lang.String[][] |
getTextHistEntries()
Returns a two-dimensional array of Strings containing the data for the
histogram part of this TextHistogramReporter.
|
int |
getTextHistNumColumns()
Returns the number of columns of the histogram part (table) of this
TextHistogramReporter.
|
boolean |
isContinuingReporter() |
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, makeAdditionalColorEntryIfHTMLColorChartIsGenerated, numColumns
public TextHistogramReporter(Reportable informationSource)
informationSource
- desmoj.core.simulator.Reportable : The TextHistogram to report about.public java.lang.String[] getEntries()
getEntries
in class Reporter
public java.lang.String[] getTextHistColumnTitles()
public java.lang.String[][] getTextHistEntries()
public int getTextHistNumColumns()
public int getNoOfStrings()
public long getObservations()
public ChartDataHistogramLong getChartData()
public boolean isContinuingReporter()
isContinuingReporter
in class Reporter