|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.thalia.bio.entity.BioEntity
org.thalia.bio.entity.BioEntityContainer
org.thalia.bio.entity.IndividualContainer
org.thalia.bio.entity.Population
org.thalia.bio.entity.CrossPopulation
public class CrossPopulation
Class Description Here
| Field Summary |
|---|
| Fields inherited from class org.thalia.bio.entity.Population |
|---|
generation, parents, size |
| Fields inherited from class org.thalia.bio.entity.BioEntityContainer |
|---|
entities |
| Fields inherited from class org.thalia.bio.entity.BioEntity |
|---|
name, parent, properties |
| Constructor Summary | |
|---|---|
CrossPopulation()
|
|
CrossPopulation(java.lang.String name,
IBioEntity parent)
|
|
CrossPopulation(java.lang.String name,
IBioEntity parent,
int type)
|
|
| Method Summary | |
|---|---|
int |
getCrossType()
|
IBioIndividual[] |
getParents()
|
int |
getType()
There are 2 main class of entities. |
void |
setCrossType(int type)
|
| Methods inherited from class org.thalia.bio.entity.Population |
|---|
getBioAdapter, getGeneration, getIndividualNumber, getSize, newCrossPopulation, setGeneration, setSize |
| Methods inherited from class org.thalia.bio.entity.IndividualContainer |
|---|
addIndividual, getIndividual, individuals, removeIndividual |
| Methods inherited from class org.thalia.bio.entity.BioEntityContainer |
|---|
addEntity, entities, entityNumber, getEntity, removeEntity |
| Methods inherited from class org.thalia.bio.entity.BioEntity |
|---|
getName, getParent, getProperties, newBioEntity, setName, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.thalia.bio.IBioCross |
|---|
getGeneration, getSize |
| Methods inherited from interface org.thalia.bio.IBioPopulation |
|---|
addIndividual, getIndividual, getIndividualNumber, individuals, removeIndividual |
| Methods inherited from interface org.thalia.bio.IBioEntity |
|---|
getName, getParent, getProperties, setName, setProperties |
| Methods inherited from interface org.thalia.bio.IBioAdaptable |
|---|
getBioAdapter |
| Constructor Detail |
|---|
public CrossPopulation()
public CrossPopulation(java.lang.String name,
IBioEntity parent)
name - parent -
public CrossPopulation(java.lang.String name,
IBioEntity parent,
int type)
| Method Detail |
|---|
public int getCrossType()
getCrossType in interface IBioCrosspublic int getType()
IBioEntity
getType in interface IBioEntitygetType in class Populationpublic IBioIndividual[] getParents()
getParents in interface IBioCrossgetParents in class Populationpublic void setCrossType(int type)
type - The type to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||