Class GroupData
java.lang.Object
org.apache.jmeter.report.processor.graph.GroupData
The class GroupData helps to store group data for a graph.
- 
Constructor SummaryConstructorsConstructorDescriptionGroupData(AggregatorFactory factory, boolean hasOverall, boolean hasAggregatedKey) Instantiates a new group groupData.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()final SeriesDataGets the overall series datafinal HashMap<String,SeriesData> Gets the series data map.
- 
Constructor Details- 
GroupDataInstantiates a new group groupData.- Parameters:
- factory- the factory
- hasOverall- the status defining if the group has an overall seriesData
- hasAggregatedKey- the status defining if the group aggregates keys
 
 
- 
- 
Method Details- 
getSeriesInfoGets the series data map.- Returns:
- the series data map
 
- 
getOverallSeriesGets the overall series data- Returns:
- the overall series data
 
- 
clearpublic void clear()
 
-