#include <Y2CCAgentComponent.h>
Inheritance diagram for Y2CCAgentComp< AgentComp >:
Public Member Functions | |
Y2CCAgentComp (const char *) | |
bool | isServerCreator () const |
Y2Component * | create (const char *) const |
Y2Component * | provideNamespace (const char *) |
Private Attributes | |
const char * | my_name |
|
Constructor of a Y2CCAgentComp object. |
|
Creates a new Y2Component if the name matches the one provided in the constructor. Reimplemented from Y2ComponentCreator. |
|
Returns true since all agents are server components. Implements Y2ComponentCreator. |
|
Agent components do not provide any namespaces. Reimplemented from Y2ComponentCreator. |
|
Name of my agent. |