Uses of Package
unsw.cse.mica.util

Packages that use unsw.cse.mica.util
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.blackboard Provides support for Blackboards within the MICA architecture. 
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.runner Provides the MicaRunner tool for starting blackboards and agents. 
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.util used by unsw.cse.mica.agent
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.agent.transport
StackableHandler
          A class providing support for XML handlers to be added and removed from a stack.
XMLProtocolConstants
          Constants for the XML protocol.
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.blackboard
MicaConstants
          This class holds special constants that are used throughout Mica for common Mob field names or return values; also common initialisation keys and default values.
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.blackboard.transport
StackableHandler
          A class providing support for XML handlers to be added and removed from a stack.
XMLProtocolConstants
          Constants for the XML protocol.
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.blackboard.transport.secure
StackableHandler
          A class providing support for XML handlers to be added and removed from a stack.
XMLProtocolConstants
          Constants for the XML protocol.
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.data
MicaConstants
          This class holds special constants that are used throughout Mica for common Mob field names or return values; also common initialisation keys and default values.
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
StackableHandler
          A class providing support for XML handlers to be added and removed from a stack.
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.runner
ListProperties
          A concrete implementation of the MicaProperties interface
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.tools
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.tools.proxy
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.tools.timer
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
 

Classes in unsw.cse.mica.util used by unsw.cse.mica.util
Base64.CorruptedDataException
          An exception that is thrown when base64 data is decoded and it is found to be corrupted.
ListProperties
          A concrete implementation of the MicaProperties interface
MicaProperties
          An interface for the settings passed to an Agent at init time (and possibly for other things too).
StackableHandler
          A class providing support for XML handlers to be added and removed from a stack.
StackHandler
          Implements an XML handler that provides support for a stack of handlers, of which only the top one is actually parsing at any point.
XMLProtocolConstants
          Constants for the XML protocol.