Uses of Class
org.intranet.elevator.model.CarEntrance

Packages that use CarEntrance
org.intranet.elevator.model   
org.intranet.elevator.model.operate   
org.intranet.elevator.view   
 

Uses of CarEntrance in org.intranet.elevator.model
 

Methods in org.intranet.elevator.model that return CarEntrance
 CarEntrance Floor.getOpenCarEntrance(boolean up)
           
 CarEntrance Floor.getCarEntranceForCar(Location destination)
           
 

Methods in org.intranet.elevator.model with parameters of type CarEntrance
(package private)  void CarRequestPanel.arrivedUp(CarEntrance entrance)
           
(package private)  void CarRequestPanel.arrivedDown(CarEntrance entrance)
           
 void CarRequestPanel.ArrivalListener.arrivedUp(CarEntrance entrance)
           
 void CarRequestPanel.ArrivalListener.arrivedDown(CarEntrance entrance)
           
 void CarEntrance.CarEntranceListener.arrivedUp(CarEntrance entrance)
           
 void CarEntrance.CarEntranceListener.arrivedDown(CarEntrance entrance)
           
 

Uses of CarEntrance in org.intranet.elevator.model.operate
 

Methods in org.intranet.elevator.model.operate with parameters of type CarEntrance
private  void Person.payAttentionToEntrance(CarEntrance entrance, boolean up)
           
private  void Person.beginEnterCar(CarEntrance entrance)
           
private  void Person.enterCar(CarEntrance carEntrance)
          The person enters the car through the specified entrance.
 

Uses of CarEntrance in org.intranet.elevator.view
 

Fields in org.intranet.elevator.view declared as CarEntrance
private  CarEntrance EntranceView.entrance
           
 

Methods in org.intranet.elevator.view with parameters of type CarEntrance
(package private)  void EntranceView.initialize(CarEntrance entrance, int width, int height)