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

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

#include <agent_digital.h>

Inheritance diagram for NLAIAGENT::DDigitalType

Inheritance graph
[legend]
Collaboration diagram for NLAIAGENT::DDigitalType:

Collaboration graph
[legend]
List of all members.

Public Methods

 DDigitalType (double value)
 Construct with an initial value. More...

 DDigitalType ()
 Construct with an uninitialize value. More...

 DDigitalType (const DDigitalType &a)
 DDigitalType (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 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...

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


Static Public Attributes

const NLAIC::CIdentType IdDDigitalType

Detailed Description

This class store a double in an IObjectIA.

Author(s):
Chafik sameh , Portier Pierre , Saffray Alain , Nevrax France
Date:
2001

Definition at line 171 of file agent_digital.h.


Constructor & Destructor Documentation

NLAIAGENT::DDigitalType::DDigitalType ( double value ) [inline]
 

Construct with an initial value.

Definition at line 179 of file agent_digital.h.

NLAIAGENT::DDigitalType::DDigitalType ( ) [inline]
 

Construct with an uninitialize value.

Definition at line 184 of file agent_digital.h.

NLAIAGENT::DDigitalType::DDigitalType ( const DDigitalType & a ) [inline]
 

Definition at line 188 of file agent_digital.h.

NLAIAGENT::DDigitalType::DDigitalType ( NLMISC::IStream & is ) [inline]
 

Construct from a NEL stream.

Definition at line 193 of file agent_digital.h.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::DDigitalType::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 199 of file agent_digital.h.

void NLAIAGENT::DDigitalType::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 213 of file agent_digital.h.

const NLAIC::CIdentType & NLAIAGENT::DDigitalType::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 54 of file digital.cpp.

const NLAIC::IBasicType * NLAIAGENT::DDigitalType::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 205 of file agent_digital.h.

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

Some where Run method define the process of the agen.

Reimplemented from NLAIAGENT::IObjectIA.

Definition at line 59 of file digital.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::DDigitalType::IdDDigitalType [static]
 

Definition at line 175 of file agent_digital.h.


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