|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Population | |
|---|---|
| com.rubecula.darwin.domain.helper | Darwin |
| com.rubecula.darwin.domain.world | Darwin |
| com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
| Uses of Population in com.rubecula.darwin.domain.helper |
|---|
| Methods in com.rubecula.darwin.domain.helper that return Population | |
|---|---|
Population |
Colony.getPopulation()
|
| Methods in com.rubecula.darwin.domain.helper with parameters of type Population | |
|---|---|
int |
Taxon.addPopulation(Population population)
Mutating method to add a population to the system. |
void |
Colony.setPopulation(Population population)
|
| Method parameters in com.rubecula.darwin.domain.helper with type arguments of type Population | |
|---|---|
void |
Taxon.setPopulations(java.util.Collection<Population> populations)
|
| Uses of Population in com.rubecula.darwin.domain.world |
|---|
| Classes in com.rubecula.darwin.domain.world that implement Population | |
|---|---|
class |
Population_
Abstract class defining the base methods and fields for an instance of the Population interface. |
class |
Population_Malthusian
This concrete class is the default implementation of Population. |
class |
Population_Managed
This abstract class is designed to be a base class for populations whose evolution is "managed". |
| Methods in com.rubecula.darwin.domain.world that return Population | |
|---|---|
Population |
Colony_.getPopulation()
|
Population |
Taxon_.getPopulation(int index)
TODO this method should be eliminated. |
| Methods in com.rubecula.darwin.domain.world that return types with arguments of type Population | |
|---|---|
java.util.Collection<Population> |
Taxon_.getPopulations()
TODO this method should get the apporpriate populations from this taxon's Realm. |
| Methods in com.rubecula.darwin.domain.world with parameters of type Population | |
|---|---|
int |
Taxon_.addPopulation(Population population)
Add the given population to this Taxon. |
static Organism |
OrganismFactory.makeOrganism(java.lang.Class<? extends Organism> clazz,
Nuclear nuclear,
Population population,
java.lang.String identifier)
|
void |
Colony_.setPopulation(Population population)
|
| Method parameters in com.rubecula.darwin.domain.world with type arguments of type Population | |
|---|---|
void |
Taxon_.setPopulations(java.util.Collection<Population> populations)
This is the preferred way to set populations, rather than using the Taxon_.addPopulation(Population) method. |
| Uses of Population in com.rubecula.darwin.examples.travelingsalesman |
|---|
| Classes in com.rubecula.darwin.examples.travelingsalesman that implement Population | |
|---|---|
class |
Population_TS
Population model for the Traveling Salesman |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||