# 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

Inheritance graph
[legend]
Collaboration diagram for NLAIFUZZY::CSimpleFuzzyCond:

Collaboration graph
[legend]
List of all members.

Public Methods

 CSimpleFuzzyCond (CFuzzyVar *,IFuzzySet *)
virtual void getDebugString (char *) 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 * var,
IFuzzySet * set )
 

Definition at line 35 of file fuzzycond.cpp.


Member Function Documentation

void NLAIFUZZY::CSimpleFuzzyCond::getDebugString ( char * t ) 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.

void NLAIFUZZY::CSimpleFuzzyCond::init ( NLAIAGENT::IObjectIA * params ) [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.

bool NLAIFUZZY::CSimpleFuzzyCond::isTrue ( ) [virtual]
 

Definition at line 46 of file fuzzycond.cpp.

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.


Member Data Documentation

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

Definition at line 45 of file fuzzycond.h.

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

Definition at line 44 of file fuzzycond.h.


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