Uses of Class
aim4.driver.Driver

Packages that use Driver
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 Driver in aim4.driver
 

Subclasses of Driver in aim4.driver
 class AutoDriver
          An agent that drives a AutoVehicleDriverView while coordinating with IntersectionManagers and other Vehicles.
 class AutoV2VDriver
          An autonomous V2V driver.
 class CrashTestDummy
          A driver agent that only steers and changes lanes when appropriate.
 class ProxyDriver
          A proxy driver.
 

Uses of Driver in aim4.driver.pilot
 

Methods in aim4.driver.pilot that return Driver
abstract  Driver BasicPilot.getDriver()
          Get the driver this pilot controls.
 

Uses of Driver in aim4.vehicle
 

Methods in aim4.vehicle that return Driver
 Driver VehicleDriverView.getDriver()
          Getter method for the Driver controlling this Vehicle.
abstract  Driver BasicVehicle.getDriver()
          Getter method for the Driver controlling this Vehicle.
 



Copyright © 2011. All Rights Reserved.