public abstract static class Mix.Selector extends Object
Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
abstract void |
reset()
Resets the selector's state to start at the first op,
if applicable.
|
abstract int |
select()
The select method selects the operation to run next.
|