com.sun.faban.driver.engine
Class MatrixMix.Selector

java.lang.Object
  extended by com.sun.faban.driver.engine.Mix.Selector
      extended by com.sun.faban.driver.engine.MatrixMix.Selector
Enclosing class:
MatrixMix

public static class MatrixMix.Selector
extends Mix.Selector

Selector implementation for the matrix mix.


Method Summary
 void reset()
          Resets the selector's state to start at the first op, if applicable.
 int select()
          The select method selects the operation to run next.
 String toString()
          Provides a string representation of this selector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

select

public int select()
The select method selects the operation to run next.

Specified by:
select in class Mix.Selector
Returns:
The operation index selected to run next

reset

public void reset()
Resets the selector's state to start at the first op, if applicable.

Specified by:
reset in class Mix.Selector

toString

public String toString()
Provides a string representation of this selector.

Overrides:
toString in class Object
Returns:
The string representation
See Also:
Object.toString()