public class BatchRunner
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
BatchRunner(java.lang.String batchfilename)
Creates a new BatchRunner that loads the given batch file.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Command line interface for the batch runner
|
void |
run()
Runs the simulations specified in the assigned batch file
|