Uses of Package
unsw.cse.mica.blackboard

Packages that use unsw.cse.mica.blackboard
unsw.cse.mica.agent Provides support for Agents within the MICA architecture. 
unsw.cse.mica.blackboard Provides support for Blackboards within the MICA architecture. 
unsw.cse.mica.blackboard.secure Provides security mechanisms for using in controlling what access agents can have with the blackboard. 
unsw.cse.mica.blackboard.transport Provides implementations of the BlackboardTransport interface using a combination of low-level connections and higher-level protocols. 
 

Classes in unsw.cse.mica.blackboard used by unsw.cse.mica.agent
LocalBBTransport
           
 

Classes in unsw.cse.mica.blackboard used by unsw.cse.mica.blackboard
Blackboard
          The blackboard interface represents all the actions that a blackboard can undertake.
BlackboardActions
          The interface definfes the agent Actions that must be handled by a blackboard
BlackboardMessageSender
          An interface for objects (such as blackboard transports) that can send a message to an agent.
BlackboardTransport
          A blackboard transport is the interface between a blackboard and its agents.
DefaultBlackboard
          An abstract class implementing much of the basic functionality of a blackboard This functionality includes support for: A transport Mob type management Creating and managing agent names Agent registration and deregistration Enqueueing messages for agents
 

Classes in unsw.cse.mica.blackboard used by unsw.cse.mica.blackboard.secure
Blackboard
          The blackboard interface represents all the actions that a blackboard can undertake.
BlackboardMessageSender
          An interface for objects (such as blackboard transports) that can send a message to an agent.
BlackboardTransport
          A blackboard transport is the interface between a blackboard and its agents.
 

Classes in unsw.cse.mica.blackboard used by unsw.cse.mica.blackboard.transport
Blackboard
          The blackboard interface represents all the actions that a blackboard can undertake.
BlackboardActions
          The interface definfes the agent Actions that must be handled by a blackboard
BlackboardMessageSender
          An interface for objects (such as blackboard transports) that can send a message to an agent.
BlackboardTransport
          A blackboard transport is the interface between a blackboard and its agents.