Uses of Class
aim4.im.v2i.reservation.ReservationGrid

Packages that use ReservationGrid
aim4.im.v2i This package contains the implementation of the V2I intersection manager. 
aim4.im.v2i.policy This package contains the implementation of various intersection control policies for the V2I intersection manager. 
aim4.im.v2i.reservation This package contains the implementation of the reservation manager for the V2I intersection manager. 
 

Uses of ReservationGrid in aim4.im.v2i
 

Methods in aim4.im.v2i that return ReservationGrid
 ReservationGrid V2IManagerCallback.getReservationGrid()
          Get the reservation grid.
 ReservationGrid V2IManager.getReservationGrid()
          Get the reservation grid.
 

Uses of ReservationGrid in aim4.im.v2i.policy
 

Methods in aim4.im.v2i.policy that return ReservationGrid
 ReservationGrid TimeoutPolicy.getReservationGrid()
          Get the reservation grid.
 ReservationGrid ExtendedBasePolicyCallback.getReservationGrid()
          Get the reservation grid.
 ReservationGrid BasePolicy.getReservationGrid()
          Get the reservation grid.
 

Uses of ReservationGrid in aim4.im.v2i.reservation
 

Constructors in aim4.im.v2i.reservation with parameters of type ReservationGrid
ReservationGridManager(double currentTime, ReservationGridManager.Config config, Intersection intersection, TiledArea tiledArea, ReservationGrid reservationGrid)
          Create a reservation grid manager.
ReservationGridManager(ReservationGridManager.Config config, Intersection intersection, TiledArea tiledArea, ReservationGrid reservationGrid)
          Create a reservation grid manager.
 



Copyright © 2011. All Rights Reserved.