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

The definition of state transitions in the BFSM. More...

#include "fsmCommon.h"
#include <map>

Go to the source code of this file.

Classes

class  Menge::BFSM::Transition
 The transition between BFSM states. More...
 

Namespaces

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

Functions

Transition * Menge::BFSM::parseTransition (TiXmlElement *node, const std::string &behaveFldr, std::string &fromName)
 Parses a TinyXML element containing a transition specification. More...
 

Detailed Description

The definition of state transitions in the BFSM.