Uses of Class
aim4.config.Constants.TurnDirection

Packages that use Constants.TurnDirection
aim4.config This package contains the configuration settings for the AIM4 simulator. 
aim4.im This package contains the implementation of the intersection manager. 
 

Uses of Constants.TurnDirection in aim4.config
 

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

Uses of Constants.TurnDirection in aim4.im
 

Methods in aim4.im that return Constants.TurnDirection
 Constants.TurnDirection RoadBasedIntersection.calcTurnDirection(Lane currentLane, Lane departureLane)
          Get the turn direction of the vehicle at the next intersection.
 Constants.TurnDirection Intersection.calcTurnDirection(Lane currentLane, Lane departureLane)
          Get the turn direction of the vehicle at the next intersection.
 



Copyright © 2011. All Rights Reserved.