|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.service.population.internal.PopulationImpl
public class PopulationImpl
Default implementation instance/property Population
Field Summary |
---|
Fields inherited from interface eu.esdihumboldt.hale.ui.common.service.population.Population |
---|
UNKNOWN |
Constructor Summary | |
---|---|
PopulationImpl(int parents,
int overall)
Create a population. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopulationImpl(int parents, int overall)
parents
- the initial parent countoverall
- the initial overall countMethod Detail |
---|
public 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 count
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |