|
|
|
|
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:
List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CFuzzyFact::CFuzzyFact |
( |
const CFuzzyFact & |
|
) |
|
|
NLAIFUZZY::CFuzzyFact::CFuzzyFact |
( |
IFuzzySet * |
set, |
|
|
double |
value |
|
) |
|
|
Member Function Documentation
void NLAIFUZZY::CFuzzyFact::getDebugString |
( |
std::string & |
|
) |
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 80 of file fuzzyfact.cpp.
References IdFuzzyFact. |
bool NLAIFUZZY::CFuzzyFact::isTrue |
( |
|
) |
const [virtual] |
|
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:
|
|