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_NLAIAGENT__BorneDigitalType.html | 507 +++++++++++++++++++++ 1 file changed, 507 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIAGENT__BorneDigitalType.html (limited to 'docs/doxygen/nel/class_NLAIAGENT__BorneDigitalType.html') diff --git a/docs/doxygen/nel/class_NLAIAGENT__BorneDigitalType.html b/docs/doxygen/nel/class_NLAIAGENT__BorneDigitalType.html new file mode 100644 index 00000000..be26b1c9 --- /dev/null +++ b/docs/doxygen/nel/class_NLAIAGENT__BorneDigitalType.html @@ -0,0 +1,507 @@ + + + + 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  
+

NLAIAGENT::BorneDigitalType Class Reference

This class store a float in an IObjectIA. +More... +

+#include <agent_digital.h> +

+Inheritance diagram for NLAIAGENT::BorneDigitalType

Inheritance graph
+ + + + + + + + + + + + + +
[legend]
Collaboration diagram for NLAIAGENT::BorneDigitalType:

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

Public Methods

 BorneDigitalType (float sup,float inf,float value)
 Construct with a [inf, sup] born and a value. More...

 BorneDigitalType (float sup,float inf)
 Construct with a [inf, sup] born and an uninitialize value. More...

 BorneDigitalType (const BorneDigitalType &a)
 BorneDigitalType (NLMISC::IStream &is)
 Construct from a NEL stream. More...

Base class member method.
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 const CProcessResult& run ()
 Some where Run method define the process of the agen. More...

virtual void getDebugString (char *text) 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...


Static Public Attributes

const NLAIC::CIdentType IdBorneDigitalType
+

Detailed Description

+This class store a float in an IObjectIA. +

+The float have a borne still as [min, max]. +

+

+Author(s):
+ Chafik sameh , Portier Pierre , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 105 of file agent_digital.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+NLAIAGENT::BorneDigitalType::BorneDigitalType ( + +float sup, +
+float inf, +
+float value ) [inline] +
+
+ + + + + +
+   + + +

+Construct with a [inf, sup] born and a value. +

+ +

+Definition at line 116 of file agent_digital.h.

+

+ + + + +
+ + + + + + + + + + +
+NLAIAGENT::BorneDigitalType::BorneDigitalType ( + +float sup, +
+float inf ) [inline] +
+
+ + + + + +
+   + + +

+Construct with a [inf, sup] born and an uninitialize value. +

+ +

+Definition at line 122 of file agent_digital.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::BorneDigitalType::BorneDigitalType ( + +const BorneDigitalType & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 126 of file agent_digital.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::BorneDigitalType::BorneDigitalType ( + +NLMISC::IStream & is ) [inline] +
+
+ + + + + +
+   + + +

+Construct from a NEL stream. +

+ +

+Definition at line 131 of file agent_digital.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::BorneDigitalType::clone ( + +void ) const [inline, 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 137 of file agent_digital.h.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::BorneDigitalType::getDebugString ( + +char * text ) const [inline, 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 152 of file agent_digital.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAIAGENT::BorneDigitalType::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 48 of file digital.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::BorneDigitalType::newInstance ( + +void ) const [inline, virtual] +
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 143 of file agent_digital.h.

+

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

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

+ +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 43 of file digital.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAIAGENT::BorneDigitalType::IdBorneDigitalType [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 109 of file agent_digital.h.

+


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