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

#include <fuzzyfact.h>

Inheritance diagram for NLAIFUZZY::CFuzzyFact:

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

Public Methods

 CFuzzyFact (const CFuzzyFact &)
 CFuzzyFact (IFuzzySet *set, double value)
IFuzzySetset ()
CFuzzyVarvar ()
double value ()
virtual void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual const CProcessResult & run ()
 Some where Run method define the process of the agen. More...

virtual bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const
virtual bool isEqual (const NLAILOGIC::CBoolType &a) const
virtual std::vector< NLAILOGIC::IBaseVar * > * getVars ()
virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

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...

const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. 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...

bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented). More...


Static Public Attributes

const NLAIC::CIdentType IdFuzzyFact

Private Attributes

CFuzzyVar_Var
IFuzzySet_Set
double _Value

Constructor & Destructor Documentation

NLAIFUZZY::CFuzzyFact::CFuzzyFact const CFuzzyFact &   
 

Definition at line 36 of file fuzzyfact.cpp.

References _Set, and _Value.

Referenced by clone.

NLAIFUZZY::CFuzzyFact::CFuzzyFact IFuzzySet   set,
double    value
 

Definition at line 30 of file fuzzyfact.cpp.

References _Set, _Value, set, value, and value.


Member Function Documentation

const NLAIC::IBasicType * NLAIFUZZY::CFuzzyFact::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 85 of file fuzzyfact.cpp.

References CFuzzyFact.

Referenced by newInstance.

void NLAIFUZZY::CFuzzyFact::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 96 of file fuzzyfact.cpp.

References _Set, _Value, and NLAIC::stringGetBuild.

const NLAIC::CIdentType & NLAIFUZZY::CFuzzyFact::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 80 of file fuzzyfact.cpp.

References IdFuzzyFact.

std::vector< NLAILOGIC::IBaseVar * > * NLAIFUZZY::CFuzzyFact::getVars   [virtual]
 

Definition at line 108 of file fuzzyfact.cpp.

bool NLAIFUZZY::CFuzzyFact::isEqual const NLAILOGIC::CBoolType   a const [virtual]
 

Definition at line 75 of file fuzzyfact.cpp.

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

Definition at line 70 of file fuzzyfact.cpp.

bool NLAIFUZZY::CFuzzyFact::isTrue   const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Implements NLAIAGENT::IObjetOp.

Definition at line 103 of file fuzzyfact.cpp.

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

Load the class from a stream.

Implements NLAIC::IBasicInterface.

Definition at line 57 of file fuzzyfact.cpp.

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

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

Implements NLAIC::IBasicType.

Definition at line 91 of file fuzzyfact.cpp.

References clone.

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

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 65 of file fuzzyfact.cpp.

References NLAIAGENT::IObjectIA::ProcessRun.

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

Save the class in a stream.

Implements NLAIC::IBasicInterface.

Definition at line 61 of file fuzzyfact.cpp.

IFuzzySet * NLAIFUZZY::CFuzzyFact::set  
 

Definition at line 42 of file fuzzyfact.cpp.

References _Set.

Referenced by CFuzzyFact.

double NLAIFUZZY::CFuzzyFact::value  
 

Definition at line 47 of file fuzzyfact.cpp.

References _Value.

Referenced by CFuzzyFact.

CFuzzyVar * NLAIFUZZY::CFuzzyFact::var  
 

Definition at line 52 of file fuzzyfact.cpp.

References _Var.


Member Data Documentation

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

Definition at line 40 of file fuzzyfact.h.

Referenced by CFuzzyFact, getDebugString, and set.

double NLAIFUZZY::CFuzzyFact::_Value [private]
 

Definition at line 41 of file fuzzyfact.h.

Referenced by CFuzzyFact, getDebugString, and value.

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

Definition at line 39 of file fuzzyfact.h.

Referenced by var.

const NLAIC::CIdentType CFuzzyFact::IdFuzzyFact [static]
 

Initial value:

Definition at line 515 of file static_def_init.cpp.

Referenced by getType.


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