Uses of Class
aim4.im.LightState

Packages that use LightState
aim4.im This package contains the implementation of the intersection manager. 
aim4.vehicle This package contains the vehicle model in the simulator. 
 

Uses of LightState in aim4.im
 

Methods in aim4.im that return LightState
static LightState LightState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LightState[] LightState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LightState in aim4.vehicle
 

Methods in aim4.vehicle that return LightState
 LightState HumanDrivenVehicleDriverView.getLightState()
          Get the state of the traffic light of the current lane at the upcoming intersection.
 

Methods in aim4.vehicle with parameters of type LightState
 void HumanDrivenVehicleDriverView.setLightState(LightState s)
          Set the state of the traffic light of the current lane at the upcoming intersection.
 



Copyright © 2011. All Rights Reserved.