iterator
Class MultiRunner

java.lang.Object
  extended by iterator.MultiRunner

public class MultiRunner
extends java.lang.Object

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.

Author:
dgorur

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

MultiRunner

public MultiRunner()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
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.