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

This class is the ident use in the Agent implementation. More...

#include <ident.h>

Inheritance diagram for NLAIAGENT::IWordNumRef

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

Collaboration graph
[legend]
List of all members.

Public Methods

 IWordNumRef ()
 IWordNumRef (IWordNumRef &)
virtual operator const IRefrence * () const = 0
virtual const CNumericIndexgetNumIdent () const = 0
virtual ~IWordNumRef ()

Detailed Description

This class is the ident use in the Agent implementation.

Not that an agent have IRefrence class as our base class and this class encapsulat an This class is the ident use in the Agent implementation. Not that an agent have IRefrence class as our base class and this class encapsulat an IWordNumRef as an ident reference. So an agent have a pointer to an unique id same as IWordNumRef and the IWordNumRef class have a pointer to its own agent.

This implementation allow us to share the creation of agent in an map whos is contane all agent created. This technic make simple the save, load or serial procedure, because we have a method to save the pointer reference between agent.

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

Definition at line 441 of file ident.h.


Constructor & Destructor Documentation

NLAIAGENT::IWordNumRef::IWordNumRef ( ) [inline]
 

Definition at line 444 of file ident.h.

NLAIAGENT::IWordNumRef::IWordNumRef ( IWordNumRef & ) [inline]
 

Definition at line 448 of file ident.h.

NLAIAGENT::IWordNumRef::~IWordNumRef ( ) [inline, virtual]
 

Definition at line 455 of file ident.h.


Member Function Documentation

virtual const CNumericIndex& NLAIAGENT::IWordNumRef::getNumIdent ( ) const [pure virtual]
 

Reimplemented in NLAIAGENT::CLocWordNumRef.

virtual NLAIAGENT::IWordNumRef::operator const IRefrence * ( ) const [pure virtual]
 

Reimplemented in NLAIAGENT::CLocWordNumRef.


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