# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAINIMAT Namespace Reference


Compounds

class  NLAINIMAT::CActionCS
 An action for a Classifier System. More...

class  NLAINIMAT::IBlackBox
 An interface between an agent and a C++ component. More...

class  NLAINIMAT::CClassifierSystem::CClassifier
class  NLAINIMAT::CClassifierSystem::CClassifierConditionCell
class  NLAINIMAT::CClassifierSystem
 A simple and minimal version of a Classifier System. More...

struct  NLAINIMAT::CNetCS::CMotivateCS
class  NLAINIMAT::CMotivationEnergy
 A Class for manage witch source motivate a CS or an action. More...

class  NLAINIMAT::CMotivationEnergy::CMotivationValue
class  NLAINIMAT::CNetCS
 A net of a Classifier System. More...


Typedefs

typedef std::string tString
typedef std::list< tStringtCommandList
typedef std::map< tString,
CIdentType > 
tParameterList
typedef std::map< std::string,
char > 
TSensorMap


Typedef Documentation

typedef std::list<tString> NLAINIMAT::tCommandList
 

Definition at line 32 of file black_box.h.

typedef std::map<tString,CIdentType > NLAINIMAT::tParameterList
 

Definition at line 33 of file black_box.h.

typedef std::map< std::string , char> NLAINIMAT::TSensorMap
 

Definition at line 36 of file classifier.h.

Referenced by NLAINIMAT::CClassifierSystem::addClassifier, NLAINIMAT::CClassifierSystem::addClassifierSystem, NLAINIMAT::CActionCS::addMotivationRule, NLAINIMAT::CClassifierSystem::selectBehavior, and NLAINIMAT::CNetCS::setSensors.

typedef std::string NLAINIMAT::tString
 

Definition at line 31 of file black_box.h.