|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenerationListener | |
|---|---|
| com.rubecula.darwin.domain.helper | Darwin |
| com.rubecula.darwin.evolution | |
| com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
| com.rubecula.darwin.visualization.swing | Display Package |
| Uses of GenerationListener in com.rubecula.darwin.domain.helper |
|---|
| Classes in com.rubecula.darwin.domain.helper that implement GenerationListener | |
|---|---|
class |
GenerationListener_
|
class |
GenerationListener_Standard
|
| Uses of GenerationListener in com.rubecula.darwin.evolution |
|---|
| Methods in com.rubecula.darwin.evolution that return types with arguments of type GenerationListener | |
|---|---|
protected java.util.Collection<GenerationListener> |
Evolver_.getListeners()
|
| Methods in com.rubecula.darwin.evolution with parameters of type GenerationListener | |
|---|---|
boolean |
Evolver_.addListener(GenerationListener listener)
|
boolean |
Evolver.addListener(GenerationListener listener)
Add a listener to the evolution process. |
| Method parameters in com.rubecula.darwin.evolution with type arguments of type GenerationListener | |
|---|---|
void |
Evolver_.setListeners(java.util.Collection<? extends GenerationListener> listeners)
This is invoked by reflection during configuration. |
| Constructor parameters in com.rubecula.darwin.evolution with type arguments of type GenerationListener | |
|---|---|
EvolutionTask(Evolver evolver,
java.util.Map<Evolvable,java.lang.Integer> evolvables,
java.util.Collection<GenerationListener> listeners)
Secondary constructor for a new EvolutionTask (i.e. |
|
EvolutionTask(Evolver evolver,
java.util.Map<Evolvable,java.lang.Integer> evolvables,
java.util.Collection<GenerationListener> listeners,
long clock,
ClockWatcher clockWatcher)
Primary constructor for EvolutionTask. |
|
| Uses of GenerationListener in com.rubecula.darwin.examples.pepperedmoth |
|---|
| Classes in com.rubecula.darwin.examples.pepperedmoth that implement GenerationListener | |
|---|---|
class |
Applet_PepperedMoth
The class which implements the PepperedMoth example applet. |
| Uses of GenerationListener in com.rubecula.darwin.visualization.swing |
|---|
| Classes in com.rubecula.darwin.visualization.swing that implement GenerationListener | |
|---|---|
class |
EvolutionaryApplet
This subclass of JApplet understands how to interact with an
Evolution, by virtue of implementing GenerationListener and
ControlAction. |
class |
VisualizingEvolutionaryApplet
This subclass of EvolutionaryApplet additionally knows how to paint the changes to the visualization model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||