JGAP

examples.gp.monalisa.gui
Class EvolutionRunnable

java.lang.Object
  extended by examples.gp.monalisa.gui.EvolutionRunnable
All Implemented Interfaces:
java.lang.Runnable

public class EvolutionRunnable
extends java.lang.Object
implements java.lang.Runnable

Class in charge of actually running the evolution process.

Since:
3.4

Field Summary
protected static boolean initView
           
protected  GeneticDrawingView m_view
           
 
Constructor Summary
EvolutionRunnable(GeneticDrawingView a_view)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_view

protected final GeneticDrawingView m_view

initView

protected static boolean initView
Constructor Detail

EvolutionRunnable

public EvolutionRunnable(GeneticDrawingView a_view)
Method Detail

run

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

JGAP