#include <cell.h>
Inheritance diagram for Cell:
Public Methods | |
Cell (int id, CAClient *ca) | |
~Cell () | |
void | senseAndAct () |
this is the core of the agent which is to be over-written by each simulation; normally this is where the agent would scan its senses and decide on an action to take. More... | |
int | executeAction (Action &action) |
This method will be called by the DALTClient when an action request involving this agent is received. More... |
Definition at line 31 of file cell.h.
|
|
|
|
|
This method will be called by the DALTClient when an action request involving this agent is received. this method will have to handle all the possible actions that can have as target this agent
Reimplemented from DALT_Client::Agent. |
|
this is the core of the agent which is to be over-written by each simulation; normally this is where the agent would scan its senses and decide on an action to take.
Reimplemented from DALT_Client::Agent. |