Class SimulatedEvolutionController

java.lang.Object
java.lang.Thread
org.woehlke.computer.kurzweil.simulated.evolution.control.SimulatedEvolutionController
All Implemented Interfaces:
Serializable, Runnable

public class SimulatedEvolutionController extends Thread implements Runnable, Serializable
The ControllerThread controls the Interactions between Model and View (MVC-Pattern). © 2006 - 2013 Thomas Woehlke.
Author:
Thomas Woehlke
See Also:
  • Constructor Details

    • SimulatedEvolutionController

      public SimulatedEvolutionController()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • exit

      public void exit()