Uses of Package
unsw.cse.mica.agent

Packages that use unsw.cse.mica.agent
unsw.cse.mica.agent Provides support for Agents within the MICA architecture. 
unsw.cse.mica.agent.transport Provides implementations of the AgentTransport interface using a combination of low-level connections and higher-level protocols. 
unsw.cse.mica.agent.transport.secure Provides implementations of connections and protocols for the AgentTransport interface for establishing secure communications with the blackboard. 
unsw.cse.mica.blackboard Provides support for Blackboards within the MICA architecture. 
unsw.cse.mica.data Provides support for Mobs (MICA objects) and mob types 
unsw.cse.mica.sync An extension of the agent transport that allows synchronous communication over the blackboard. 
unsw.cse.mica.tools Provides a number of simple tools for testing Mica agents. 
unsw.cse.mica.tools.proxy   
unsw.cse.mica.tools.timer   
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.agent
Agent
          The Agent is one of the most important classes in the MICA architecture.
AgentActions
           This interface represents the actions that an agent can perform.
AgentTransport
           Manages all communications between an agent and the blackboard.
DefaultAgent2
          DefaultAgent2 is a utility class that inherits from the Agent class.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.agent.transport
Agent
          The Agent is one of the most important classes in the MICA architecture.
AgentActions
           This interface represents the actions that an agent can perform.
AgentTransport
           Manages all communications between an agent and the blackboard.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.agent.transport.secure
Agent
          The Agent is one of the most important classes in the MICA architecture.
AgentActions
           This interface represents the actions that an agent can perform.
AgentTransport
           Manages all communications between an agent and the blackboard.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.blackboard
LocalAgentTransport
          The local agent transport is used to communicate between agents that run within the same JVM.
Message
          A representation of the messages that the blackboard sends.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.data
AgentActions
           This interface represents the actions that an agent can perform.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.sync
Agent
          The Agent is one of the most important classes in the MICA architecture.
AgentActions
           This interface represents the actions that an agent can perform.
AgentTransport
           Manages all communications between an agent and the blackboard.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.tools
Agent
          The Agent is one of the most important classes in the MICA architecture.
DefaultAgent2
          DefaultAgent2 is a utility class that inherits from the Agent class.
GUIAgent
          The GUI Agent class encapsulates a SimpleAgentFrame into a DefaultAgent2 object.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.tools.proxy
Agent
          The Agent is one of the most important classes in the MICA architecture.
DefaultAgent
          The Default Agent is a utility class that inherits from the Agent class.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.
 

Classes in unsw.cse.mica.agent used by unsw.cse.mica.tools.timer
Agent
          The Agent is one of the most important classes in the MICA architecture.
DefaultAgent2
          DefaultAgent2 is a utility class that inherits from the Agent class.
MessageHandler
          A message handler is an object that can handle messages that are sent from the Blackboard to an Agent.