See: Description
| Interface | Description |
|---|---|
| DestinationSelector |
The destination selector.
|
| Class | Description |
|---|---|
| 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.
|
| RandomDestinationSelector |
The RandomDestinationSelector selects Roads uniformly at random, but will
not select a Road that is the dual of the starting Road.
|
| RatioDestinationSelector |
The destination selector that
|
| TurnBasedDestinationSelector |
The turn based destination selector.
|
| UniqueDestinationSelector |
The unique destination selector which always returns the same destination
|
Copyright © 2013. All rights reserved.