author: Cyrus Montakab created 2003/06/30 author: This is a Conditional Controller; it will execute the set of statements author: (samplers/controllers, etc) while the 'condition' is true.
This class represents a controller that can control the number of times that
it is executed, either by the total number of times the user wants the
controller executed (BYNUMBER) or by the percentage of time it is called
(BYPERCENT)
The current implementation executes the first N samples (BYNUMBER)
or the last N% of samples (BYPERCENT).