52 }
while (wps->at(wpsIndex).isTaken());
54 return &wps->at(wpsIndex);
66 std::cout <<
"- AGAdult: Age=" <<
age <<
" Work=" <<
work << std::endl;
123 throw (std::runtime_error(
"AGAdult::getWorkPosition: Adult is unemployed."));
void tryToWork(SUMOReal employmentRate, std::vector< AGWorkPosition > *wps)
Tries to get a new work position.
static SUMOReal rand()
Returns a random real number in [0, 1)
virtual bool decide(SUMOReal probability) const
Lets the person make a decision.
void print() const
Puts out a summary of the attributes.
void resignFromWorkPosition()
Called when the adult should resign her job.
static AGWorkPosition * randomFreeWorkPosition(std::vector< AGWorkPosition > *wps)
Randomly selects a free work position from the list.
void lostWorkPosition()
Called when the adult has lost her job.
AGAdult(int age)
Initialises the base class and the own attributes.
bool isWorking() const
States whether this person occupies a work position at present.
const AGWorkPosition & getWorkPosition() const
Provides the work position of the adult.
Base class of every person in the city (adults and children)