public interface DestinationSelector
| Modifier and Type | Method and Description |
|---|---|
Road |
selectDestination(Lane currentLane)
Select the Road which the given Vehicle should use as its destination.
|
Road selectDestination(Lane currentLane)
currentLane - the lane the Vehicle is currently on, usually also
the lane the vehicle spawned onCopyright © 2013. All rights reserved.