Class CyclicCellularAutomatonApplication
java.lang.Object
org.woehlke.computer.kurzweil.cyclic.cellular.automaton.CyclicCellularAutomatonApplication
public class CyclicCellularAutomatonApplication
extends java.lang.Object
Cyclic Cellular Automaton.
(C) 2006 - 2013 Thomas Woehlke.
http://thomas-woehlke.de/p/cyclic-cellular-automaton/
- Author:
- Thomas Woehlke
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Starting the App.Methods 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 App.- Parameters:
args
- CLI Parameter
-