public class PopulationImpl extends Object implements Population
Population
UNKNOWN
Constructor and Description |
---|
PopulationImpl(int parents,
int overall)
Create a population.
|
Modifier and Type | Method and Description |
---|---|
int |
getOverallCount()
Get the overall count of the instance or property values.
|
int |
getParentsCount()
Get how many of the parents of the property actually have at least one
value for this property.
|
void |
increaseOverall(int count)
Increase the overall count.
|
void |
increaseParents()
Increase the parents count.
|
public PopulationImpl(int parents, int overall)
parents
- the initial parent countoverall
- the initial overall countpublic int getOverallCount()
Population
getOverallCount
in interface Population
Population.getOverallCount()
public int getParentsCount()
Population
getParentsCount
in interface Population
Population.getParentsCount()
public void increaseParents()
public void increaseOverall(int count)
count
- the number by which to increase the overall countBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a