Uses of Interface
jenes.GenerationEventListener

Packages that use GenerationEventListener
jenes   
jenes.tutorials.problem2   
 

Uses of GenerationEventListener in jenes
 

Fields in jenes with type parameters of type GenerationEventListener
protected  java.util.List<GenerationEventListener<T>> GeneticAlgorithm.generationListeners
          The generation listeners
 

Methods in jenes with parameters of type GenerationEventListener
 void GeneticAlgorithm.addGenerationEventListener(GenerationEventListener<T> gel)
          Adds a new generation event listener
 void GeneticAlgorithm.removeGenerationEventListener(GenerationEventListener gel)
          Removes the generation event listener
 

Uses of GenerationEventListener in jenes.tutorials.problem2
 

Classes in jenes.tutorials.problem2 that implement GenerationEventListener
 class PatternProblem
          Tutorial showing how to extend GeneticAlgorithm and how to use the flexible and configurable breeding structure in Jenes.