# 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::CRightFuzzySet Class Reference

#include <fuzzyset.h>

Inheritance diagram for NLAIFUZZY::CRightFuzzySet:

NLAIFUZZY::IFuzzySet NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 CRightFuzzySet (char *, double, double, double)
 CRightFuzzySet (const CRightFuzzySet &)
virtual double membership (double val)
virtual bool isIn (double val)
virtual double surface ()
virtual double center ()
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

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 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 isEqual (const NLAIAGENT::IBasicObjectIA &a) const
virtual const CProcessResult & run ()
 Some where Run method define the process of the agen. More...

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


Static Public Attributes

const NLAIC::CIdentType IdRightFuzzySet

Private Attributes

double _X1
double _X2
double _X3

Constructor & Destructor Documentation

NLAIFUZZY::CRightFuzzySet::CRightFuzzySet char *   ,
double   ,
double   ,
double   
 

Definition at line 163 of file fuzzyset.cpp.

References _X1, _X2, and _X3.

Referenced by clone, isEqual, and newInstance.

NLAIFUZZY::CRightFuzzySet::CRightFuzzySet const CRightFuzzySet &   
 

Definition at line 170 of file fuzzyset.cpp.

References _X1, _X2, and _X3.


Member Function Documentation

double NLAIFUZZY::CRightFuzzySet::center   [virtual]
 

Implements NLAIFUZZY::IFuzzySet.

Definition at line 218 of file fuzzyset.cpp.

References _X1, _X2, and _X3.

const NLAIC::IBasicType * NLAIFUZZY::CRightFuzzySet::clone   const [virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Implements NLAIC::IBasicType.

Definition at line 223 of file fuzzyset.cpp.

References clone, and CRightFuzzySet.

Referenced by clone.

void NLAIFUZZY::CRightFuzzySet::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.

Implements NLAIC::IBasicType.

Definition at line 251 of file fuzzyset.cpp.

References NLAIFUZZY::IFuzzySet::_Name, _X1, _X2, _X3, and NLAIC::stringGetBuild.

const NLAIC::CIdentType & NLAIFUZZY::CRightFuzzySet::getType   const [virtual]
 

getType return a unique string how represente the class, it can be the name of the class.

This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Implements NLAIC::IBasicType.

Definition at line 234 of file fuzzyset.cpp.

References IdRightFuzzySet.

void NLAIFUZZY::CRightFuzzySet::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 177 of file fuzzyset.cpp.

References _X1, _X2, _X3, params, and NLAIC::IPointerGestion::release.

bool NLAIFUZZY::CRightFuzzySet::isEqual const NLAIAGENT::IBasicObjectIA   a const [virtual]
 

Definition at line 256 of file fuzzyset.cpp.

References _X1, _X2, _X3, and CRightFuzzySet.

bool NLAIFUZZY::CRightFuzzySet::isIn double    val [virtual]
 

Implements NLAIFUZZY::IFuzzySet.

Definition at line 208 of file fuzzyset.cpp.

References _X1, and _X3.

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

Load the class from a stream.

Implements NLAIC::IBasicInterface.

Definition at line 247 of file fuzzyset.cpp.

double NLAIFUZZY::CRightFuzzySet::membership double    val [virtual]
 

Implements NLAIFUZZY::IFuzzySet.

Definition at line 195 of file fuzzyset.cpp.

References _X1, _X2, and _X3.

const NLAIC::IBasicType * NLAIFUZZY::CRightFuzzySet::newInstance   const [virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Implements NLAIC::IBasicType.

Definition at line 228 of file fuzzyset.cpp.

References CRightFuzzySet.

const NLAIAGENT::IObjectIA::CProcessResult & NLAIFUZZY::CRightFuzzySet::run   [virtual]
 

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 263 of file fuzzyset.cpp.

References NLAIAGENT::IObjectIA::ProcessRun.

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

Save the class in a stream.

Implements NLAIC::IBasicInterface.

Definition at line 239 of file fuzzyset.cpp.

References _X1, _X2, _X3, and NLMISC::IStream::serial.

double NLAIFUZZY::CRightFuzzySet::surface   [virtual]
 

Implements NLAIFUZZY::IFuzzySet.

Definition at line 213 of file fuzzyset.cpp.

References _X1, _X2, and _X3.


Member Data Documentation

double NLAIFUZZY::CRightFuzzySet::_X1 [private]
 

Definition at line 98 of file fuzzyset.h.

Referenced by center, CRightFuzzySet, getDebugString, init, isEqual, isIn, membership, save, and surface.

double NLAIFUZZY::CRightFuzzySet::_X2 [private]
 

Definition at line 99 of file fuzzyset.h.

Referenced by center, CRightFuzzySet, getDebugString, init, isEqual, membership, save, and surface.

double NLAIFUZZY::CRightFuzzySet::_X3 [private]
 

Definition at line 100 of file fuzzyset.h.

Referenced by center, CRightFuzzySet, getDebugString, init, isEqual, isIn, membership, save, and surface.

const NLAIC::CIdentType CRightFuzzySet::IdRightFuzzySet [static]
 

Initial value:

Definition at line 393 of file static_def_init.cpp.

Referenced by getType.


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