textbender.a.u.encoding
Class Run

java.lang.Object
  extended by Run

@ThreadSafe
public final class Run
extends Object

A run of the genetic encoder. The single instance of Run is available via Run.i().


Method Summary
static Run i()
          The single instance of Run.
static void main(String[] argumentArray)
          Starts the run from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

i

public static Run i()
The single instance of Run.


main

public static void main(String[] argumentArray)
Starts the run from the command line.

Parameters:
argumentArray - of length zero (there ought to be no arguments)
Throws:
IllegalStateException - if called more than once