Package org.apache.jmeter.report.core
Class ControllerSamplePredicate
java.lang.Object
org.apache.jmeter.report.core.ControllerSamplePredicate
- All Implemented Interfaces:
 SamplePredicate
The class ControllerSamplePredicate provides a way to define whether a sample
 is a controller.
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ControllerSamplePredicate
public ControllerSamplePredicate() 
 - 
 - 
Method Details
- 
matches
Description copied from interface:SamplePredicateDefines if the specified sample matches the current predicate.- Specified by:
 matchesin interfaceSamplePredicate- Parameters:
 sample- the sample to test (must not benull)- Returns:
 true, if successful; otherwisefalse
 
 -