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