Uses of Package
unsw.cse.mica

Packages that use unsw.cse.mica
unsw.cse.mica   
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.service   
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 used by unsw.cse.mica
MicaException
          An abstract superclass for exceptions used within Mica.
 

Classes in unsw.cse.mica used by unsw.cse.mica.agent
ActionException
          An exception class to indicate a problem occured when an agent requested an action (where the exception is caused by the action itself rather than being related to the transport)
MicaException
          An abstract superclass for exceptions used within Mica.
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.agent.transport
ActionException
          An exception class to indicate a problem occured when an agent requested an action (where the exception is caused by the action itself rather than being related to the transport)
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.agent.transport.secure
ActionException
          An exception class to indicate a problem occured when an agent requested an action (where the exception is caused by the action itself rather than being related to the transport)
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.blackboard
MicaException
          An abstract superclass for exceptions used within Mica.
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.blackboard.secure
MicaException
          An abstract superclass for exceptions used within Mica.
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.blackboard.transport
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.blackboard.transport.secure
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.data
MicaException
          An abstract superclass for exceptions used within Mica.
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.service
MicaException
          An abstract superclass for exceptions used within Mica.
 

Classes in unsw.cse.mica used by unsw.cse.mica.sync
ActionException
          An exception class to indicate a problem occured when an agent requested an action (where the exception is caused by the action itself rather than being related to the transport)
TransportException
          An exception class to indicate a problem with the transport.
 

Classes in unsw.cse.mica used by unsw.cse.mica.tools
MicaException
          An abstract superclass for exceptions used within Mica.
 

Classes in unsw.cse.mica used by unsw.cse.mica.tools.proxy
MicaException
          An abstract superclass for exceptions used within Mica.
 

Classes in unsw.cse.mica used by unsw.cse.mica.tools.timer
MicaException
          An abstract superclass for exceptions used within Mica.