|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IAgent Class ReferenceBase class for minimum agent working.
More...
#include <agent.h>
Inheritance diagram for NLAIAGENT::IAgent:
List of all members.
Detailed Description
Base class for minimum agent working.
This class manage a child list, message & run of proccess. -
Author:
-
Portier Pierre , Nevrax France
-
Date:
-
2000
Definition at line 380 of file agent.h.
Constructor & Destructor Documentation
NLAIAGENT::IAgent::IAgent |
( |
const IAgent & |
a |
) |
[protected] |
|
NLAIAGENT::IAgent::~IAgent |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAIAGENT::IAgent::getDebugString |
( |
std::string & |
t |
) |
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.
Reimplemented in NLAIAGENT::CActor.
Definition at line 279 of file agents.cpp.
References IdAgent.
Referenced by processMessages. |
virtual bool NLAIAGENT::IAgent::haveActivity |
( |
|
) |
const [inline, virtual] |
|
bool NLAIAGENT::IAgent::isEqual |
( |
const IBasicObjectIA & |
a |
) |
const [virtual] |
|
void NLAIAGENT::IAgent::Kill |
( |
|
) |
[virtual] |
|
void NLAIAGENT::IAgent::onKill |
( |
IConnectIA * |
A |
) |
[virtual] |
|
void NLAIAGENT::IAgent::processMessages |
( |
|
) |
[virtual] |
|
void NLAIAGENT::IAgent::runChildren |
( |
|
) |
[protected, virtual] |
|
bool NLAIAGENT::IAgent::runChildrenStepByStep |
( |
|
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|