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

The definition of the random goal selector. More...

#include "CoreConfig.h"
#include "fsmCommon.h"
#include "GoalSelectors/GoalSelectorSet.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::RandomGoalSelector
 The random goal selector selects a goal from a goal set with uniform probability (i.e., it ignores the goal weights). More...
 
class  Menge::BFSM::RandomGoalSelectorFactory
 Factory for the RandomGoalSelector. More...
 

Namespaces

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

Detailed Description

The definition of the random goal selector.