Package agentland.debug

Agents for debugging other agents.

See:
          Description

Interface Summary
AgentMonitor  
AgentTester  
AgentTesterCommunication used for AgentTesterFrame to communicate back to AgentTesterImpl that a MethodList has been requested to pop up
CatalogMonitor  
IconBrowserListener  
PowerTester  
 

Class Summary
AbstractMethodDisplay  
AgentMonitorAgent 4.21.01 - This code was ripped off from agentland.util.AgentMonitor(A utility of LogMonitor) to become it's own agent to facilitate instances where only one agent is being watched, particularly from inside AgentTester This class is a window which monitors an individual agent's log messages.
AgentPoke Commandline program to Call up an agent (if it is running), poke it with a method call, and then bail.
AgentTesterAgent AgentTester agent The Intelligent Room/HAL Project MIT Artificial Intelligence Laboratory Cambridge, MA AgentTester is an agent which allows graphical interaction with the agent system in terms of relying on agents and invoking associated methods.
Caller  
CatalogMonitorAgent This agent no longer works--it is hopelessly out of date, and what was it supposed to do anyway? -luke
CatalogProber  
HierarchyIconBrowser  
InfoDialog This presents a simple dialog to notify the user of a serious error or something of that sort.
InterfaceTreeNode  
MethodList MethodList displays all the methods in an agent that is already instantiated (relied upon).
MethodTree MethodTree displays all the methods in an agent that is already instantiated (relied upon).
MethodTreeNode  
PowerTesterAgent PowerTester agent The Intelligent Room/HAL Project MIT Artificial Intelligence Laboratory Cambridge, MA This extends AgentTester and gives some extra stuff, like loaded mess scripts from the little box thing.
 

Exception Summary
CallerFailedException  
 

Package agentland.debug Description

Agents for debugging other agents. The big one here is really the AgentTester, which is used to start up and run the methods of any other agent in the world.