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