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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IndexedNameSelectorpublic IndexedNameSelector()
 
- 
- 
Method Details- 
getNamesGets the names.- Returns:
- the names
 
- 
selectDescription copied from interface:SampleSelectorDo the projection from the specified sample- Specified by:
- selectin interface- SampleSelector<Double>
- Parameters:
- sample- the sample
- Returns:
- the projection result
 
 
-