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

Definition of boolean conditiosn for transition conditions. More...

#include "CoreConfig.h"
#include "Condition.h"
#include "ConditionFactory.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::Bool2Condition
 The base class for binary boolean operand as a transition condition. More...
 
class  Menge::BFSM::Bool2CondFactory
 The factory for creating the Bool2Condition. More...
 
class  Menge::BFSM::AndCondition
 A condition based on the boolean and of two conditions. More...
 
class  Menge::BFSM::AndCondFactory
 The factory for creating the AndCondition. More...
 
class  Menge::BFSM::OrCondition
 A condition based on the boolean OR of two conditions. More...
 
class  Menge::BFSM::OrCondFactory
 The factory for creating the OrCondition. More...
 
class  Menge::BFSM::NotCondition
 A condition based on the boolean negation of a single condition. More...
 
class  Menge::BFSM::NotCondFactory
 The factory for creating the NotCondition. More...
 

Namespaces

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

Detailed Description

Definition of boolean conditiosn for transition conditions.