public interface StagedAlgorithm
Modifier and Type | Method and Description |
---|---|
boolean |
step(int granularity)
Executes a defineable portion of the algorithm.
|
boolean step(int granularity)
granularity
- Number of steps to be executed before retuning (until further execution by a
consecutive call)Copyright © 2015–2021 Fiji. All rights reserved.