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__CTrapezeFuzzySet.html | 846 +++++++++++++++++++++ 1 file changed, 846 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIFUZZY__CTrapezeFuzzySet.html (limited to 'docs/doxygen/nel/class_NLAIFUZZY__CTrapezeFuzzySet.html') diff --git a/docs/doxygen/nel/class_NLAIFUZZY__CTrapezeFuzzySet.html b/docs/doxygen/nel/class_NLAIFUZZY__CTrapezeFuzzySet.html new file mode 100644 index 00000000..d6e04b9a --- /dev/null +++ b/docs/doxygen/nel/class_NLAIFUZZY__CTrapezeFuzzySet.html @@ -0,0 +1,846 @@ + + + + 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::CTrapezeFuzzySet Class Reference

#include <fuzzyset.h> +

+Inheritance diagram for NLAIFUZZY::CTrapezeFuzzySet

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

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

Public Methods

 CTrapezeFuzzySet (char *,double p1,double p2,double p3, double p4)
 CTrapezeFuzzySet (const CTrapezeFuzzySet &)
 ~CTrapezeFuzzySet ()
virtual double membership (double val)
virtual bool isIn (double val)
virtual double surface ()
virtual double center ()
virtual 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...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

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 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 isEqual (const NLAIAGENT::IBasicObjectIA &a) const
virtual const CProcessResult& run ()
 Some where Run method define the process of the agen. More...

virtual void init (NLAIAGENT::IObjectIA *)
 Init method alows to init the attribut of an object. More...


Static Public Attributes

const NLAIC::CIdentType IdTrapezeFuzzySet

Private Attributes

double _X1
double _X2
double _X3
double _X4
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+NLAIFUZZY::CTrapezeFuzzySet::CTrapezeFuzzySet ( + +char * name, +
+double p1, +
+double p2, +
+double p3, +
+double p4 ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 649 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+NLAIFUZZY::CTrapezeFuzzySet::CTrapezeFuzzySet ( + +const CTrapezeFuzzySet & cp ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 657 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+NLAIFUZZY::CTrapezeFuzzySet::~CTrapezeFuzzySet ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 686 of file fuzzyset.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::center ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIFUZZY::IFuzzySet. +

+Definition at line 718 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIFUZZY::CTrapezeFuzzySet::clone ( + +void ) const [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 723 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CTrapezeFuzzySet::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 NLAIC::IBasicType. +

+Definition at line 752 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAIFUZZY::CTrapezeFuzzySet::getType ( + +void ) 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). +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 734 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIFUZZY::CTrapezeFuzzySet::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 665 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+bool NLAIFUZZY::CTrapezeFuzzySet::isEqual ( + +const NLAIAGENT::IBasicObjectIA & a ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 757 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+bool NLAIFUZZY::CTrapezeFuzzySet::isIn ( + +double val ) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIFUZZY::IFuzzySet. +

+Definition at line 708 of file fuzzyset.cpp.

+

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

+Load the class from a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 748 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::membership ( + +double val ) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIFUZZY::IFuzzySet. +

+Definition at line 690 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIFUZZY::CTrapezeFuzzySet::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 728 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjectIA::CProcessResult & NLAIFUZZY::CTrapezeFuzzySet::run ( + +void ) [virtual] +
+
+ + + + + +
+   + + +

+Some where Run method define the process of the agen. +

+ +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 765 of file fuzzyset.cpp.

+

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

+Save the class in a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 739 of file fuzzyset.cpp.

+

+ + + + +
+ + + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::surface ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIFUZZY::IFuzzySet. +

+Definition at line 713 of file fuzzyset.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType CTrapezeFuzzySet::IdTrapezeFuzzySet [static] +
+
+ + + + + +
+   + + +

+Initializer:

NLAIC::CIdentType("TrapezeFuzzySet",NLAIC::CSelfClassFactory(CTrapezeFuzzySet("Inst",0,0,0,0)),
+                NLAIC::CTypeOfObject::tObject,
+                NLAIC::CTypeOfOperator::opAdd |
+                NLAIC::CTypeOfOperator::opSub |
+                NLAIC::CTypeOfOperator::opEq )
+

+Definition at line 302 of file static_def_init.cpp.

+

+ + + + +
+ + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::_X1 [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 153 of file fuzzyset.h.

+

+ + + + +
+ + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::_X2 [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 154 of file fuzzyset.h.

+

+ + + + +
+ + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::_X3 [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 155 of file fuzzyset.h.

+

+ + + + +
+ + + + + +
+double NLAIFUZZY::CTrapezeFuzzySet::_X4 [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 156 of file fuzzyset.h.

+


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