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
PowerTester  
 

Class Summary
AbstractMethodDisplay AbstractMethodDisplay is a super class for MethodTree, which is a part of AgentTester's GUI.
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  
InfoDialog This presents a simple dialog to notify the user of a serious error or something of that sort.
InterfaceTreeNode  
MethodTree A subclass of JTree which redefines the way that methods are displayed, and also uses the MethodTreeModel to get the necessary information for display.
MethodTreeDisplay MethodTree displays all the methods in an agent that is already instantiated (relied upon).
MethodTreeModel Handles the data representation for method trees, so that we don't have to build our own DefaultTreeModel instead.
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.