Uses of Class
org.artoflife.gp.PopulationEvent

Packages that use PopulationEvent
org.artoflife.gp Art Of Life's Genetic Programming core is an abstract implementation that defines a number of simple concepts. 
org.artoflife.gui.population Contains the central PopulationView with required support classes in order to provide a JComponent view on a Population of Individuals that use PaintablePhenotypes. 
 

Uses of PopulationEvent in org.artoflife.gp
 

Methods in org.artoflife.gp with parameters of type PopulationEvent
 void PopulationListener.populationChanged(PopulationEvent event)
           
 void Population.firePopulationEvent(PopulationEvent event)
           
 

Uses of PopulationEvent in org.artoflife.gui.population
 

Methods in org.artoflife.gui.population with parameters of type PopulationEvent
 void PopulationView.populationChanged(PopulationEvent event)
          Repaint to reflect a change in population being viewed.
 


artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.