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

Central database for querying available behavior transition targets. More...

#include "ElementDatabase.h"
#include "Transitions/TargetFactory.h"
#include "Transitions/Target.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
< TargetFactory,
TransitionTarget > 
Menge::BFSM::TargetDB
 The database of registered transition targets.
 

Detailed Description

Central database for querying available behavior transition targets.

For transition targets to be used in the finite state machine, they must register themselves into the TargetDatabase. This is done via the PluginEngine.