|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIFUZZY::CFuzzyFact Class Reference#include <fuzzyfact.h>
Inheritance diagram for NLAIFUZZY::CFuzzyFact
[legend]Collaboration diagram for NLAIFUZZY::CFuzzyFact:
[legend]List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CFuzzyFact::CFuzzyFact (
|
const CFuzzyFact & cp )
|
|
NLAIFUZZY::CFuzzyFact::CFuzzyFact (
|
IFuzzySet * set,
|
|
double value )
|
|
Member Function Documentation
|
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 90 of file fuzzyfact.cpp. |
void NLAIFUZZY::CFuzzyFact::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 101 of file fuzzyfact.cpp. |
void NLAIFUZZY::CFuzzyFact::getDebugString (
|
char * ) [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).
Reimplemented from NLAIC::IBasicType.
Definition at line 85 of file fuzzyfact.cpp. |
bool NLAIFUZZY::CFuzzyFact::isTrue (
|
) const [virtual]
|
|
const NLAIC::IBasicType * NLAIFUZZY::CFuzzyFact::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 96 of file fuzzyfact.cpp. |
double NLAIFUZZY::CFuzzyFact::value (
|
)
|
|
Member Data Documentation
IFuzzySet * NLAIFUZZY::CFuzzyFact::_Set [private]
|
|
double NLAIFUZZY::CFuzzyFact::_Value [private]
|
|
CFuzzyVar * NLAIFUZZY::CFuzzyFact::_Var [private]
|
|
The documentation for this class was generated from the following files:
|
|