# 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  

NLAIFUZZY::CSimpleFuzzyCond Class Reference

#include <fuzzycond.h>

Inheritance diagram for NLAIFUZZY::CSimpleFuzzyCond:

NLAIFUZZY::FuzzyType NLAILOGIC::IBaseBoolType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 CSimpleFuzzyCond (CFuzzyVar *, IFuzzySet *)
virtual void getDebugString (std::string &) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual bool isTrue ()
virtual float truthValue ()
virtual void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual void init (NLAIAGENT::IObjectIA *)
 Init method alows to init the attribut of an object. More...


Private Attributes

CFuzzyVar_Var
IFuzzySet_Set

Constructor & Destructor Documentation

NLAIFUZZY::CSimpleFuzzyCond::CSimpleFuzzyCond CFuzzyVar  ,
IFuzzySet  
 

Definition at line 35 of file fuzzycond.cpp.

References _Set, and _Var.


Member Function Documentation

void NLAIFUZZY::CSimpleFuzzyCond::getDebugString std::string &    const [virtual]
 

This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.

Reimplemented from NLAIFUZZY::FuzzyType.

Definition at line 41 of file fuzzycond.cpp.

References _Set, _Var, and NLAIC::stringGetBuild.

void NLAIFUZZY::CSimpleFuzzyCond::init NLAIAGENT::IObjectIA   [virtual]
 

Init method alows to init the attribut of an object.

the maparmetre is in more time a list of IObjectIA.

Reimplemented from NLAIAGENT::IObjectIA.

Definition at line 68 of file fuzzycond.cpp.

References _Set, _Var, NLAIC::IBasicType::clone, params, and NLAIC::IPointerGestion::release.

bool NLAIFUZZY::CSimpleFuzzyCond::isTrue   [virtual]
 

Definition at line 46 of file fuzzycond.cpp.

References _Set, and _Var.

void NLAIFUZZY::CSimpleFuzzyCond::load NLMISC::IStream   is [virtual]
 

Load the class from a stream.

Reimplemented from NLAIFUZZY::FuzzyType.

Definition at line 62 of file fuzzycond.cpp.

void NLAIFUZZY::CSimpleFuzzyCond::save NLMISC::IStream   os [virtual]
 

Save the class in a stream.

Reimplemented from NLAIFUZZY::FuzzyType.

Definition at line 56 of file fuzzycond.cpp.

float NLAIFUZZY::CSimpleFuzzyCond::truthValue   [virtual]
 

Definition at line 51 of file fuzzycond.cpp.

References _Set, and _Var.


Member Data Documentation

IFuzzySet* NLAIFUZZY::CSimpleFuzzyCond::_Set [private]
 

Definition at line 45 of file fuzzycond.h.

Referenced by CSimpleFuzzyCond, getDebugString, init, isTrue, and truthValue.

CFuzzyVar* NLAIFUZZY::CSimpleFuzzyCond::_Var [private]
 

Definition at line 44 of file fuzzycond.h.

Referenced by CSimpleFuzzyCond, getDebugString, init, isTrue, and truthValue.


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