Package org.woehlke.computer.kurzweil
Class SimulatedEvolutionApplication
java.lang.Object
org.woehlke.computer.kurzweil.SimulatedEvolutionApplication
public class SimulatedEvolutionApplication
extends java.lang.Object
Class with main Method for Starting the Desktop Application.
- Author:
- Thomas Woehlke
- See Also:
2006 - 2008 Thomas Woehlke. http://thomas-woehlke.de/p/simulated-evolution/
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Starting the Desktop ApplicationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
main
public static void main(java.lang.String[] args)Starting the Desktop Application- Parameters:
args
- CLI Parameter
-