|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiterator.MultiRunner
public class MultiRunner
Runs an iterable algorithm configured in the specified spring-format XML
files multiple times, as specified by the beginning and ending iterations.
Need a RepeatableLoggableIterator so that this can be done
meaningfully.
| Constructor Summary | |
|---|---|
MultiRunner()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiRunner()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - arg[0] specifies the spring-format XML file and
arg[1] specifies the name of the main bean in this file,
arg[2] specifies the iteration to begin with (this is also
the number of the random seed that will be set for the first
iteration). arg[3] specifies the iteration to end with
(exclusive, C for-loop style). Iterations in between will have
random seeds incremented by one. usually something like
mainIterator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||