public class ShallowRoute extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
depotId
Depot ID.
|
long |
vehicleId
Vehicle ID.
|
List<Long> |
visitIds
Visit IDs (immutable, never
null). |
| Constructor and Description |
|---|
ShallowRoute(long vehicleId,
long depotId,
List<Long> visitIds)
Create shallow route.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.