Class Summary |
FactorialAgent | |
FactorialAgent.IdleTask | |
GenericAgent | The Generic Agent is a tutorial agent showing how to construct an 'empty'
agent that simply registers with the local agent platform. |
PingAgent | PingAgent provides demonstration of the upgraded TaskManager functionality. |
PingAgent.IdleTask | On creation, spawns a DFSearchTask instance with the
intent of locating other PingAgent instances on the local Agent platform. |
PingAgent.PingAllTask | This Task takes care of the process of spawning individual
PingTask instances. |
PingAgent.PingResponseTask | This task simply responds to an incoming "ping request". |
PingAgent.PingTask | This Task takes care of the process sending ping messages and waiting for
a response to/from another PingAgent2 |
PingAgentGUI | GUI to display Agent currently being pinged for the PingAgent |
SearchAgent | The Search Agent is a tutorial agent showing how to construct an agent that
simply registers with the local agent platform, and queries the DF for a
list of registered Agents. |