|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepeatableLoggableIterator
A loggable iterator that can be run in a repeatable fashion. This is done by being able to set a random seed that will ensure identical runs.
| Method Summary | |
|---|---|
int |
getRandomSeed()
Returns the random seed. |
void |
setRandomSeed(int randomSeed)
Sets the random seed. |
| Methods inherited from interface iterator.LoggableIterator |
|---|
getLogFileName, setLogFileName |
| Methods inherited from interface iterator.Iterable |
|---|
init, isTerminated, iterate, singleIteration |
| Method Detail |
|---|
void setRandomSeed(int randomSeed)
randomSeed - the given random seed.int getRandomSeed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||