From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NLAIFUZZY__CSimpleFuzzyCond.html | 417 +++++++++++++++++++++ 1 file changed, 417 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIFUZZY__CSimpleFuzzyCond.html (limited to 'docs/doxygen/nel/class_NLAIFUZZY__CSimpleFuzzyCond.html') diff --git a/docs/doxygen/nel/class_NLAIFUZZY__CSimpleFuzzyCond.html b/docs/doxygen/nel/class_NLAIFUZZY__CSimpleFuzzyCond.html new file mode 100644 index 00000000..da7cc509 --- /dev/null +++ b/docs/doxygen/nel/class_NLAIFUZZY__CSimpleFuzzyCond.html @@ -0,0 +1,417 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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::CSimpleFuzzyCond Class Reference

#include <fuzzycond.h> +

+Inheritance diagram for NLAIFUZZY::CSimpleFuzzyCond

Inheritance graph
+ + + + + + + + + + + + +
[legend]
Collaboration diagram for NLAIFUZZY::CSimpleFuzzyCond:

Collaboration graph
+ + + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + +

Public Methods

 CSimpleFuzzyCond (CFuzzyVar *,IFuzzySet *)
virtual void getDebugString (char *) 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 isTrue ()
virtual float truthValue ()
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 init (NLAIAGENT::IObjectIA *)
 Init method alows to init the attribut of an object. More...


Private Attributes

CFuzzyVar_Var
IFuzzySet_Set
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+NLAIFUZZY::CSimpleFuzzyCond::CSimpleFuzzyCond ( + +CFuzzyVar * var, +
+IFuzzySet * set ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file fuzzycond.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CSimpleFuzzyCond::getDebugString ( + +char * t ) 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 NLAIFUZZY::FuzzyType. +

+Definition at line 41 of file fuzzycond.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CSimpleFuzzyCond::init ( + +NLAIAGENT::IObjectIA * params ) [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 68 of file fuzzycond.cpp.

+

+ + + + +
+ + + + + + +
+bool NLAIFUZZY::CSimpleFuzzyCond::isTrue ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file fuzzycond.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CSimpleFuzzyCond::load ( + +NLMISC::IStream & is ) [virtual] +
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Reimplemented from NLAIFUZZY::FuzzyType. +

+Definition at line 62 of file fuzzycond.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CSimpleFuzzyCond::save ( + +NLMISC::IStream & os ) [virtual] +
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Reimplemented from NLAIFUZZY::FuzzyType. +

+Definition at line 56 of file fuzzycond.cpp.

+

+ + + + +
+ + + + + + +
+float NLAIFUZZY::CSimpleFuzzyCond::truthValue ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file fuzzycond.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+IFuzzySet * NLAIFUZZY::CSimpleFuzzyCond::_Set [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file fuzzycond.h.

+

+ + + + +
+ + + + + +
+CFuzzyVar * NLAIFUZZY::CSimpleFuzzyCond::_Var [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file fuzzycond.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1