|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAINIMAT::CMotivationEnergy Class ReferenceA Class for manage witch source motivate a CS or an action.
More...
#include <classifier.h>
List of all members.
Detailed Description
A Class for manage witch source motivate a CS or an action.
-
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2002
Definition at line 149 of file classifier.h.
Member Typedef Documentation
typedef std::map< std::string , CMotivationValue> NLAINIMAT::CMotivationEnergy::TEnergyByMotivation [private]
|
|
Constructor & Destructor Documentation
NLAINIMAT::CMotivationEnergy::CMotivationEnergy |
( |
|
) |
|
|
NLAINIMAT::CMotivationEnergy::~CMotivationEnergy |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAINIMAT::CMotivationEnergy::addProvider |
( |
std::string |
providerName, |
|
|
const CMotivationEnergy & |
providerMotivation |
|
) |
|
|
void NLAINIMAT::CMotivationEnergy::computeMotivationValue |
( |
|
) |
[private] |
|
void NLAINIMAT::CMotivationEnergy::getDebugString |
( |
std::string & |
t |
) |
const |
|
sint16 NLAINIMAT::CMotivationEnergy::getSumValue |
( |
|
) |
const |
|
void NLAINIMAT::CMotivationEnergy::removeProvider |
( |
std::string |
providerName |
) |
|
|
void NLAINIMAT::CMotivationEnergy::setMotivationPP |
( |
std::string |
motivationName, |
|
|
sint16 |
PP |
|
) |
|
|
void NLAINIMAT::CMotivationEnergy::setMotivationValue |
( |
std::string |
motivationName, |
|
|
sint16 |
value |
|
) |
|
|
Member Data Documentation
std::map<std::string, TEnergyByMotivation> NLAINIMAT::CMotivationEnergy::_MotivationProviders [private]
|
|
sint16 NLAINIMAT::CMotivationEnergy::_SumValue [private]
|
|
The documentation for this class was generated from the following files:
|
|