![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Central database for querying available behavior conditions. More...
#include "ElementDatabase.h"#include "Transitions/ConditionFactory.h"#include "Transitions/Condition.h"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 < ConditionFactory, Condition > | Menge::BFSM::ConditionDB |
| The database of registered condition implementations. | |
Central database for querying available behavior conditions.
For conditions to be used in the finite state machine, they must register themselves into the ConditionDatabase. This is done via the PluginEngine.
1.8.8