Uses of Class
Crane

Uses of Crane in
 

Fields in Default Package declared as Crane
protected  Crane ACraneStrategy.crane
          Crane used to operate on the warehouse.
protected  Crane CraneView.model
          Warehouse crane data model for this view.
protected  Crane Warehouse.crane
          Crane used to operate on this warehouse.
 

Methods in Default Package that return Crane
 Crane Warehouse.getCrane()
          Returns the crane used to operate on this warehouse.
 

Methods in Default Package with parameters of type Crane
 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 Crane
CraneView(Crane c)
          Constructs a view for the given warehouse crane.