Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs
StateSelectorDatabase.h File Reference

Central database for querying available profile selector implementations. More...

#include "ElementDatabase.h"
#include "StateSelectors/StateSelectorFactory.h"
#include "StateSelectors/StateSelector.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
< StateSelectorFactory,
StateSelector > 
Menge::Agents::StateSelectorDB
 The database of registered state selector implementations.
 

Detailed Description

Central database for querying available profile selector implementations.

For profile selectors to be used in simulation, they must register themselves into the ProfileSelectorDatabase. This is done via the PluginEngine.