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

The definition of the agent initial state selector element. This is the mechanism which determines which state in the FSM the agent starts in. More...

#include "mengeCommon.h"
#include "Element.h"

Go to the source code of this file.

Classes

class  Menge::Agents::StateSelectorException
 Exception class for state selector computation. More...
 
class  Menge::Agents::StateSelectorFatalException
 The fatal state selector exception. More...
 
class  Menge::Agents::StateSelector
 The base class for selecting an agent's intial state. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Detailed Description

The definition of the agent initial state selector element. This is the mechanism which determines which state in the FSM the agent starts in.