Package ciagent

Interface Summary
AgentPlatform The AgentPlatform interface defines the behavior of an agent platform.
CIAgentEventListener The CIAgentEventListener defines the interface for the event listener.
 

Class Summary
CIAgent The CIAgent class defines the common programming interface and behavior for intelligent agents.
CIAgentBeanInfo The CIAgentBeanInfo class defines the information available for an agent bean.
CIAgentEvent The CIAgentEvent class defines the common event that is sent by an intelligent agent.
CIAgentEventQueue The CIAgentEventListener class defines queue that contains agent events.
CIAgentPanel The CIAgentPanel is part of the GUI for the CIAgent application.
CIAgentState The CIAgentState contains the state of an agent (UNINITIATED, INITIATED, ACTIVE, SUSPENDED, UNKNOWN).
CIAgentTimer The CIAgentTimer allows autonomous behavior of an agent through timed method calls.