Uses of Package

Classes in used by Default Package
ACraneStrategy
          Base class for a strategy of operating the warehouse crane.
Address
          Address for letter to be sorted at the post office.
CenterStrategy
          Strategy that picks locations near the center of the warehouse.
Crane
          A crane used in a warehouse to store and remove parcels from a grid of possible locations using row and column coordinates.
IHashFunction
          Required method for a hash function.
IMap
          Required methods for the Map ADT.
Letter
          A letter to be sorted at the post office.
Order
          A group of parcels in one order for storage in the warehouse.
Parcel
          A parcel to be stored in a warehouse.
Space
          A location in a warehouse.
SpaceView
          View for a space in a warehouse in which an individual parcel can be placed.
Statistics
          Operating statistics for a warehouse crane.
Warehouse
          A warehouse storing parcels in orders.
WarehouseApplication
          Application simulating warehouse operation.