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

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

+#include <agent_digital.h> +

+

Inheritance diagram for NLAIAGENT::BorneDDigitalType: +

+ +NLAIAGENT::IBornNombre< double > +NLAIAGENT::IDigital< double > +NLAIAGENT::INombre< double > +NLAIAGENT::INombreDefine +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 BorneDDigitalType (double sup, double inf, double value)
 Construct with a [inf, sup] born and a value. More...

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

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

virtual IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented). 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 (std::string &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 IdBorneDDigitalType
+

Detailed Description

+This class store a double in an IObjectIA. +

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

+

+Author:
+Chafik sameh , Portier Pierre , Saffray Alain , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 253 of file agent_digital.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::BorneDDigitalType::BorneDDigitalType double   sup,
double   inf,
double   value
[inline]
+
+ + + + + +
+   + + +

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

+ +

+Definition at line 264 of file agent_digital.h. +

+References NLAIAGENT::IBornNombre< double >::IBornNombre, and value. +

+Referenced by BorneDDigitalType, and clone.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::BorneDDigitalType::BorneDDigitalType double   sup,
double   inf
[inline]
+
+ + + + + +
+   + + +

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

+ +

+Definition at line 270 of file agent_digital.h. +

+References NLAIAGENT::IBornNombre< double >::IBornNombre.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::BorneDDigitalType::BorneDDigitalType const BorneDDigitalType &   a [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 274 of file agent_digital.h. +

+References BorneDDigitalType, and NLAIAGENT::IBornNombre< double >::IBornNombre.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::BorneDDigitalType::BorneDDigitalType NLMISC::IStream  is [inline]
+
+ + + + + +
+   + + +

+Construct from a NEL stream. +

+ +

+Definition at line 279 of file agent_digital.h. +

+References NLAIAGENT::IBornNombre< double >::IBornNombre.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::BorneDDigitalType::clone   const [inline, 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 293 of file agent_digital.h. +

+References BorneDDigitalType. +

+Referenced by newInstance.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIAGENT::BorneDDigitalType::getDebugString std::string &   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. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 308 of file agent_digital.h. +

+References NLAIAGENT::IBornNombre< double >::getInf, NLAIAGENT::IBornNombre< double >::getSup, NLAIAGENT::INombre< double >::getValue, and NLAIC::stringGetBuild.

+

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

+References IdBorneDDigitalType.

+

+ + + + +
+ + + + + + + + + +
virtual IObjetOp& NLAIAGENT::BorneDDigitalType::neg   [inline, virtual]
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Implements NLAIAGENT::INombre< double >. +

+Definition at line 284 of file agent_digital.h. +

+References NLAIAGENT::INombre< double >::_Value, NLAIAGENT::IBornNombre< double >::chekBorn, and NLAIAGENT::IObjetOp::IObjetOp.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::BorneDDigitalType::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 299 of file agent_digital.h. +

+References clone.

+

+ + + + +
+ + + + + + + + + +
const IObjectIA::CProcessResult & NLAIAGENT::BorneDDigitalType::run   [virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIAGENT::IObjectIA. +

+Definition at line 65 of file digital.cpp.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType BorneDDigitalType::IdBorneDDigitalType [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by getType.

+


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