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

Defines the goal classes for agent behaviors. More...

#include "CoreConfig.h"
#include "fsmCommon.h"
#include "Element.h"
#include "ReadersWriterLock.h"
#include "MengeException.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::GoalException
 Exception class for BFSM goals. More...
 
class  Menge::BFSM::GoalFatalException
 Exception thrown when the goal has an error which cannot be recovered from. More...
 
class  Menge::BFSM::Goal
 The base, abstract class defining goals. More...
 

Namespaces

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

Functions

Goal * Menge::BFSM::parseGoal (TiXmlElement *node, const std::string &behaveFldr)
 Parses a TinyXML element containing a goal description. More...
 

Detailed Description

Defines the goal classes for agent behaviors.