|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIFUZZY::CLeftFuzzySet Class Reference#include <fuzzyset.h>
Inheritance diagram for NLAIFUZZY::CLeftFuzzySet
[legend]Collaboration diagram for NLAIFUZZY::CLeftFuzzySet:
[legend]List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CLeftFuzzySet::CLeftFuzzySet (
|
char * name,
|
|
double p1,
|
|
double p2,
|
|
double p3 )
|
|
NLAIFUZZY::CLeftFuzzySet::CLeftFuzzySet (
|
const CLeftFuzzySet & cp )
|
|
NLAIFUZZY::CLeftFuzzySet::~CLeftFuzzySet (
|
)
|
|
Member Function Documentation
double NLAIFUZZY::CLeftFuzzySet::center (
|
) [virtual]
|
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Reimplemented from NLAIC::IBasicType.
Definition at line 601 of file fuzzyset.cpp. |
void NLAIFUZZY::CLeftFuzzySet::getDebugString (
|
char * txt ) 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 NLAIC::IBasicType.
Definition at line 629 of file fuzzyset.cpp. |
|
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).
Reimplemented from NLAIC::IBasicType.
Definition at line 612 of file fuzzyset.cpp. |
|
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 549 of file fuzzyset.cpp. |
bool NLAIFUZZY::CLeftFuzzySet::isIn (
|
double val ) [virtual]
|
|
double NLAIFUZZY::CLeftFuzzySet::membership (
|
double val ) [virtual]
|
|
const NLAIC::IBasicType * NLAIFUZZY::CLeftFuzzySet::newInstance (
|
void ) const [virtual]
|
|
|
This function allow a new instance, that mean that the class is a class factory.
Reimplemented from NLAIC::IBasicType.
Definition at line 606 of file fuzzyset.cpp. |
double NLAIFUZZY::CLeftFuzzySet::surface (
|
) [virtual]
|
|
Member Data Documentation
double NLAIFUZZY::CLeftFuzzySet::_X1 [private]
|
|
double NLAIFUZZY::CLeftFuzzySet::_X2 [private]
|
|
double NLAIFUZZY::CLeftFuzzySet::_X3 [private]
|
|
The documentation for this class was generated from the following files:
|
|