Package aim4.map.destination

This package contains the implementations of the destination selectors.

See:
          Description

Interface Summary
DestinationSelector The destination selector.
 

Class Summary
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
 

Package aim4.map.destination Description

This package contains the implementations of the destination selectors.



Copyright © 2011. All Rights Reserved.