This vehicle uses a strategy that postpones traveling towards a parcel such that any waiting time at the parcel's site is minimized.
If it is the end of the day (as defined by {@link #isEndOfDay(TimeLapse)}) and the route is empty, the vehicle will automatically return to the depot.
Extension The behavior of this vehicle can be altered by modifying the state machine that is used internally. This can be done by overriding {@link #createStateMachine()}.
@author Rinde van Lon
|
|
|
|