Uses of Interface
aim4.vehicle.VehicleDriverView

Packages that use VehicleDriverView
aim4.driver This packages contains the driver model. 
aim4.driver.pilot This package contains the implementation of the pilot, one of the three agents in the driver agent. 
aim4.vehicle This package contains the vehicle model in the simulator. 
 

Uses of VehicleDriverView in aim4.driver
 

Methods in aim4.driver that return VehicleDriverView
 VehicleDriverView DriverSimView.getVehicle()
          Get the Vehicle this DriverAgent is controlling.
abstract  VehicleDriverView Driver.getVehicle()
          Get the Vehicle this driver agent is controlling.
 

Methods in aim4.driver with parameters of type VehicleDriverView
static double DriverUtil.calculateMaxFeasibleVelocity(VehicleDriverView vehicle)
          Determine the maximum velocity at which the Vehicle should travel given the Lane in which it is.
static double DriverUtil.getLeadDistance(VehicleDriverView vehicle)
          Get the estimated lead distance, which is roughly equal to the speed of the vehicle times the default lead time.
 

Uses of VehicleDriverView in aim4.driver.pilot
 

Methods in aim4.driver.pilot that return VehicleDriverView
abstract  VehicleDriverView BasicPilot.getVehicle()
          Get the vehicle this pilot controls.
 

Uses of VehicleDriverView in aim4.vehicle
 

Subinterfaces of VehicleDriverView in aim4.vehicle
 interface AutoVehicleDriverView
          The interface of an autonomous vehicle from the viewpoint of a driver.
 interface AutoVehicleSimView
          The interface of an autonomous vehicle from the viewpoint of a simulator.
 interface HumanDrivenVehicleDriverView
          The interface of a manually-driven vehicle from the viewpoint of a driver.
 interface HumanDrivenVehicleSimView
          The interface of a manually-driven vehicle from the viewpoint of a simulator.
 interface ProxyVehicleSimView
          The interface of a proxy vehicle from the viewpoint of a simulator.
 interface VehicleSimView
          The interface of a vehicle from the viewpoint of a simulator.
 

Classes in aim4.vehicle that implement VehicleDriverView
 class BasicAutoVehicle
          The basic autonomous vehicle.
 class BasicVehicle
          The most basic form of a vehicle.
 class ProxyVehicle
          The proxy vehicle.
 



Copyright © 2011. All Rights Reserved.