| Package | Description |
|---|---|
| aim4.config |
This package contains the configuration settings for the AIM4 simulator.
|
| aim4.im |
This package contains the implementation of the intersection manager.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All rights reserved.