|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rubecula.darwin.domain.world.Registry_
public abstract class Registry_
Constructor Summary | |
---|---|
protected |
Registry_()
Protected constructor |
Method Summary | |
---|---|
protected java.util.Map<java.lang.Object,java.lang.Integer> |
getOrganismFrequencyMap(java.util.Collection<Organism> organisms)
TODO consider using FrequencyMap instead |
void |
registerBirths(Colony colony,
java.util.Collection<Organism> neonates)
Do nothing |
void |
registerDeaths(Colony colony,
java.util.Collection<Organism> deaths)
Do nothing |
void |
registerMarriages(Colony colony,
java.util.Collection<Mating> marriages)
Do nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Registry_()
Method Detail |
---|
public void registerBirths(Colony colony, java.util.Collection<Organism> neonates)
registerBirths
in interface Registry
Registry.registerBirths(Colony,
java.util.Collection)
public void registerDeaths(Colony colony, java.util.Collection<Organism> deaths)
registerDeaths
in interface Registry
Registry.registerDeaths(Colony,
java.util.Collection)
public void registerMarriages(Colony colony, java.util.Collection<Mating> marriages)
registerMarriages
in interface Registry
Registry.registerMarriages(Colony,
java.util.Collection)
protected java.util.Map<java.lang.Object,java.lang.Integer> getOrganismFrequencyMap(java.util.Collection<Organism> organisms)
organisms
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |