This class allows to store an information for each individual. More...
#include <popobserver.h>
Public Member Functions | |
virtual void | reset (void)=0 |
virtual void | notifyChange (unsigned id)=0 |
virtual void | changeId (unsigned oldid, unsigned newid)=0 |
This class allows to store an information for each individual.
Definition at line 33 of file popobserver.h.
virtual void realea::PopulationObserver::changeId | ( | unsigned | oldid, | |
unsigned | newid | |||
) | [pure virtual] |
It is called when the id are changed.
olid | old identification id | |
newid | new identification id |
virtual void realea::PopulationObserver::notifyChange | ( | unsigned | id | ) | [pure virtual] |
It is called when a specific individual is changed
id | identification of the individual changed |
virtual void realea::PopulationObserver::reset | ( | void | ) | [pure virtual] |
It is called when the population is restarted completely