| Constructor and Description |
|---|
RouteWithTrack(Route route,
List<List<Coordinates>> track)
Create a route with track.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Coordinates>> |
track()
Vehicle's track that goes from vehicle's depot through all visits and returns to the depot.
|
public RouteWithTrack(Route route, List<List<Coordinates>> track)
route - vehicle's route (not null)track - track going through all visits (not null)public List<List<Coordinates>> track()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.