public interface IterativeProcess
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentIteration()
Returns the current iteration.
|
StopCondition |
getStopCondition()
Returns a stop condition for this process.
|
void |
setStopCondition(StopCondition cond)
Sets a stop condition for this process.
|
int getCurrentIteration()
void setStopCondition(StopCondition cond)
cond - the stop condition. Cannot be null.StopCondition getStopCondition()
Copyright © 2012. All Rights Reserved.