Uses of Class
Warehouse

Uses of Warehouse in
 

Fields in Default Package declared as Warehouse
protected  Warehouse ACraneStrategy.warehouse
          Warehouse on which this driver operates.
protected  Warehouse Crane.warehouse
          Warehouse on which this crane operates.
protected  Warehouse WarehouseView.model
          Warehouse data model for this view.
 

Methods in Default Package with parameters of type Warehouse
 void ACraneStrategy.installInto(Crane aCrane, Warehouse aWarehouse)
          Installs this device driver into the given crane operating in the given warehouse.
 

Constructors in Default Package with parameters of type Warehouse
Crane(Warehouse w)
          Constructs a crane operating on the given warehouse.
WarehouseView(Warehouse w)
          Constructs a view for the given warehouse.