![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Central database for querying available behavior actions. More...
Go to the source code of this file.
Namespaces | |
Menge | |
The core namespace. All elements of Menge are contained in this namespace. | |
Typedefs | |
typedef ElementDB < ActionFactory, Action > | Menge::BFSM::ActionDB |
The database of registered action implementations. | |
Central database for querying available behavior actions.
For actions to be used in the finite state machine, they must register themselves into the ActionDatabase. This is done via the PluginEngine.