|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IAgentManager Class ReferenceBase class for manage agent.
More...
#include <agent_manager.h>
Inheritance diagram for NLAIAGENT::IAgentManager:
List of all members.
Detailed Description
Base class for manage agent.
We know that at this moment we have two kind of agent, agent that it define with the c++ and the script agent. The script need a context, the context for a script is the stack, the heap, the debug parametre ,... The c++ agent can neead a context, it coud be the server where he work or ather think define by any programmer. Well this class define this ideas and resolve ours problmem by the introduction of an agent manger.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 43 of file agent_manager.h.
Constructor & Destructor Documentation
NLAIAGENT::IAgentManager::IAgentManager |
( |
IBasicAgent * |
parent |
) |
[inline] |
|
NLAIAGENT::IAgentManager::IAgentManager |
( |
const IAgentManager & |
a |
) |
[inline] |
|
virtual NLAIAGENT::IAgentManager::~IAgentManager |
( |
|
) |
[inline] |
|
Member Function Documentation
virtual const IObjectIA* NLAIAGENT::IAgentManager::getAgentContext |
( |
|
) |
const [pure virtual] |
|
virtual int NLAIAGENT::IAgentManager::getBaseMethodCount |
( |
|
) |
const [inline, virtual] |
|
The documentation for this class was generated from the following file:
|
|