|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
---|---|
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
Uses of Registry in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of Registry in com.rubecula.darwin.domain.helper | |
---|---|
interface |
Taxon
Defines the methods supported by a unit of evolutionary computation (Taxon). |
Uses of Registry in com.rubecula.darwin.domain.world |
---|
Classes in com.rubecula.darwin.domain.world that implement Registry | |
---|---|
class |
Registry_
|
class |
Registry_None
This is the default concrete implementation of Registry and, as the
name suggests, it does nothing at all. |
class |
Taxon_
Abstract class implementing Taxon interface. |
class |
Taxon_Darwinian
Lifespan: permanent. |
Methods in com.rubecula.darwin.domain.world with parameters of type Registry | |
---|---|
void |
Taxon_.setRegistry(Registry registry)
Invoked via bean operations (e.g dependency injection) |
Uses of Registry in com.rubecula.darwin.examples.pepperedmoth |
---|
Classes in com.rubecula.darwin.examples.pepperedmoth that implement Registry | |
---|---|
class |
Registry_PepperedMoth
|
Uses of Registry in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement Registry | |
---|---|
class |
Registry_TS
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |