|
|
|
|
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 ReferenceThis class is the ident use in the Agent implementation.
More...
#include <ident.h>
Inheritance diagram for NLAIAGENT::IWordNumRef
[legend]Collaboration diagram for NLAIAGENT::IWordNumRef:
[legend]List of all members.
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]
|
|
NLAIAGENT::IWordNumRef::IWordNumRef (
|
IWordNumRef & ) [inline]
|
|
NLAIAGENT::IWordNumRef::~IWordNumRef (
|
) [inline, virtual]
|
|
Member Function Documentation
virtual const CNumericIndex& NLAIAGENT::IWordNumRef::getNumIdent (
|
) const [pure virtual]
|
|
virtual NLAIAGENT::IWordNumRef::operator const IRefrence * (
|
) const [pure virtual]
|
|
The documentation for this class was generated from the following file:
|
|