Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Menge::BFSM::SetGoalSelectorFactory Class Reference

Factory for the SetGoalSelector. More...

#include <GoalSelectorSet.h>

Inheritance diagram for Menge::BFSM::SetGoalSelectorFactory:
Menge::BFSM::GoalSelectorFactory Menge::ElementFactory< GoalSelector > Menge::BFSM::FarthestGoalSelectorFactory Menge::BFSM::FarthestNMGoalSelectorFactory Menge::BFSM::NearestGoalSelectorFactory Menge::BFSM::NearestNMGoalSelectorFactory Menge::BFSM::RandomGoalSelectorFactory Menge::BFSM::WeightedGoalSelectorFactory

Public Member Functions

 SetGoalSelectorFactory ()
 Constructor.
 
- Public Member Functions inherited from Menge::BFSM::GoalSelectorFactory
 GoalSelectorFactory ()
 Constructor.
 
- Public Member Functions inherited from Menge::ElementFactory< GoalSelector >
 ElementFactory ()
 Default constructor.
 
void destroy ()
 This supplants the destructor. More...
 
virtual const char * name () const =0
 The name of the action. More...
 
virtual const char * description () const =0
 A description of the action. More...
 
bool thisFactory (const std::string &typeName) const
 Reports if the xml node defines an element for this factory. More...
 
GoalSelector * createInstance (TiXmlElement *node, const std::string &behaveFldr) const
 Parses the xml data. More...
 

Protected Member Functions

virtual bool setFromXML (GoalSelector *selector, TiXmlElement *node, const std::string &behaveFldr) const
 Given a pointer to a GoalSelector instance, sets the appropriate fields from the provided XML node. More...
 
- Protected Member Functions inherited from Menge::ElementFactory< GoalSelector >
virtual ~ElementFactory ()
 Destructor.
 
virtual GoalSelector * instance () const =0
 Create an instance of this class's condition. More...
 
virtual bool setFromXML (GoalSelector *element, TiXmlElement *node, const std::string &specFldr) const
 Given a pointer to an element instance, sets the appropriate fields from the provided XML node. More...
 

Protected Attributes

size_t _goalSetID
 The identifier for the "goal_set" size_t attribute.
 
- Protected Attributes inherited from Menge::BFSM::GoalSelectorFactory
size_t _persistentID
 The identifier for the "persistent" bool attribute.
 
- Protected Attributes inherited from Menge::ElementFactory< GoalSelector >
AttributeSet _attrSet
 The attribute set for this factory.
 

Detailed Description

Factory for the SetGoalSelector.

Member Function Documentation

bool Menge::BFSM::SetGoalSelectorFactory::setFromXML ( GoalSelector selector,
TiXmlElement *  node,
const std::string &  behaveFldr 
) const
protectedvirtual

Given a pointer to a GoalSelector instance, sets the appropriate fields from the provided XML node.

Parameters
selectorA pointer to the goal whose attributes are to be set.
nodeThe XML node containing the goal selector attributes.
behaveFldrThe path to the behavior file. If the goal selector references resources in the file system, it should be defined relative to the behavior file location. This is the folder containing that path.
Returns
A boolean reporting success (true) or failure (false).

Reimplemented from Menge::BFSM::GoalSelectorFactory.

Reimplemented in Menge::BFSM::FarthestNMGoalSelectorFactory, and Menge::BFSM::NearestNMGoalSelectorFactory.


The documentation for this class was generated from the following files: