Package unsw.cse.mica.data

Provides support for Mobs (MICA objects) and mob types

See:
          Description

Interface Summary
TypeManager A interface defining a structural representation of the type hierarchy for mob types.
 

Class Summary
LocalTypeManager A class representing a local copy of the type hierarchy for mob types.
LocalTypeManagerXMLHandler A Stackable XML handler for the parsing of a type manager.
Mob The basic unit of storage and communication in MICA.
MobStatic MobStatic is a wrapper around the Mob methods to make the static functions rather than per-mob methods.
MobXMLHandler A stackable XML parser for mobs.
RemoteTypeManager  
 

Exception Summary
TypeException A TypeException represents a problem with a type hierarchy, such as an unknown parent type or a circularity in a hierarchy.
 

Package unsw.cse.mica.data Description

Provides support for Mobs (MICA objects) and mob types

Package Specification

Related Documentation

See Also:
Mob, TypeManager