Uses of Package
unsw.cse.mica.data

Packages that use unsw.cse.mica.data
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.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. 
unsw.cse.mica.blackboard.transport.secure Provides implementations of connections and protocols for the BlackboardTransport interface for establishing secure communications with agents. 
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   
unsw.cse.mica.util A collection of general-purpose utilities for the mica framework. 
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.agent
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.agent.transport
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.agent.transport.secure
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.blackboard
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.blackboard.secure
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.blackboard.transport
Mob
          The basic unit of storage and communication in MICA.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.blackboard.transport.secure
Mob
          The basic unit of storage and communication in MICA.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.data
LocalTypeManager
          A class representing a local copy of the type hierarchy for mob types.
Mob
          The basic unit of storage and communication in MICA.
TypeException
          A TypeException represents a problem with a type hierarchy, such as an unknown parent type or a circularity in a hierarchy.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.sync
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.tools
Mob
          The basic unit of storage and communication in MICA.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.tools.proxy
Mob
          The basic unit of storage and communication in MICA.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.tools.timer
Mob
          The basic unit of storage and communication in MICA.
 

Classes in unsw.cse.mica.data used by unsw.cse.mica.util
Mob
          The basic unit of storage and communication in MICA.
TypeManager
          A interface defining a structural representation of the type hierarchy for mob types.