Package fipaos.tutorial

Class Diagram Summary
tutorial 
 

Class Summary
FactorialAgent 
FactorialAgent.IdleTask 
GenericAgentThe Generic Agent is a tutorial agent showing how to construct an 'empty' agent that simply registers with the local agent platform.
PingAgentPingAgent provides demonstration of the upgraded TaskManager functionality.
PingAgent.IdleTaskOn creation, spawns a DFSearchTask instance with the intent of locating other PingAgent instances on the local Agent platform.
PingAgent.PingAllTaskThis Task takes care of the process of spawning individual PingTask instances.
PingAgent.PingResponseTaskThis task simply responds to an incoming "ping request".
PingAgent.PingTaskThis Task takes care of the process sending ping messages and waiting for a response to/from another PingAgent2
PingAgentGUIGUI to display Agent currently being pinged for the PingAgent
SearchAgentThe 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.