See: Description
Class | Description |
---|---|
BasicMovementModule |
The basic model moves, without taking anything of its surroundings into
account.
|
BasicMovementModuleTest |
Tests the static movement module.
|
HelbingMovementModule |
The Helbing Model is an implementation of the Helbing (2000) paper.
|
HelbingMovementModuleTest |
Tests the static movement module.
|
RandomMovementModule |
The Random model moves a
HumanAgent in a random direction without
taking into account its surroundings. |
RandomMovementModuleTest |
Tests the static movement module.
|
StaticMovementModule |
A static model does not move at all.
|
StaticMovementModuleTest |
Tests the static movement module.
|