Class IndexedNameSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.IndexedNameSelector
- All Implemented Interfaces:
 SampleSelector<Double>,GraphKeysSelector
The class IndexedNameSelector provides a projection from a sample to its name
 and maintains an index of the projected names.
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
IndexedNameSelector
public IndexedNameSelector() 
 - 
 - 
Method Details
- 
getNames
Gets the names.- Returns:
 - the names
 
 - 
select
Description copied from interface:SampleSelectorDo the projection from the specified sample- Specified by:
 selectin interfaceSampleSelector<Double>- Parameters:
 sample- the sample- Returns:
 - the projection result
 
 
 -