uk.ac.leeds.ccg.andyt.grids.examples
Class ExporterRuns

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
      extended by uk.ac.leeds.ccg.andyt.grids.examples.Run
          extended by uk.ac.leeds.ccg.andyt.grids.examples.ExporterRuns
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class ExporterRuns
extends Run
implements java.lang.Runnable

TODO: docs

See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.leeds.ccg.andyt.grids.examples.Run
grid2DSquareCellDoubleProcessor
 
Fields inherited from class uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
handleOutOfMemoryErrorFalse, handleOutOfMemoryErrorTrue, memoryReserve
 
Constructor Summary
ExporterRuns()
          Creates a new ExchangeRuns
ExporterRuns(java.io.File workspace)
          Creates a new ExchangeRuns using specified workspace.
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 void test0()
           
 
Methods inherited from class uk.ac.leeds.ccg.andyt.grids.examples.Run
log, log
 
Methods inherited from class uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
clearMemoryReserve, initMemoryReserve, initMemoryReserve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterRuns

public ExporterRuns()
Creates a new ExchangeRuns


ExporterRuns

public ExporterRuns(java.io.File workspace)
Creates a new ExchangeRuns using specified workspace. WARNING: Files in the specified workspace may get overwritten.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args - the command line arguments
Throws:
java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable

test0

public void test0()