|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DestinationSelector | |
|---|---|
| aim4.map | This package contains the implementations of the map in the AIM4 simulator. |
| aim4.map.destination | This package contains the implementations of the destination selectors. |
| Uses of DestinationSelector in aim4.map |
|---|
| Constructors in aim4.map with parameters of type DestinationSelector | |
|---|---|
GridMapUtil.OneSpawnSpecGenerator(int vehicleSpecId,
double trafficLevel,
DestinationSelector destinationSelector)
Create a spawn spec generator that generates only one spec. |
|
GridMapUtil.UniformSpawnSpecGenerator(double trafficLevel,
DestinationSelector destinationSelector)
Create an uniform spawn specification generator. |
|
| Uses of DestinationSelector in aim4.map.destination |
|---|
| Classes in aim4.map.destination that implement DestinationSelector | |
|---|---|
class |
IdentityDestinationSelector
The IdentityDestinationSelector always chooses the Vehicle's current Road as the destination Road, unless it is not a legal destination Road, in which case it throws a RuntimeException. |
class |
RandomDestinationSelector
The RandomDestinationSelector selects Roads uniformly at random, but will not select a Road that is the dual of the starting Road. |
class |
RatioDestinationSelector
The destination selector that |
class |
TurnBasedDestinationSelector
The turn based destination selector. |
class |
UniqueDestinationSelector
The unique destination selector which always returns the same destination |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||