| Constructor and Description |
|---|
PortableRoute(PortableVehicle vehicle,
PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
| Modifier and Type | Method and Description |
|---|---|
PortableLocation |
getDepot() |
List<List<PortableCoordinates>> |
getTrack() |
PortableVehicle |
getVehicle() |
List<PortableLocation> |
getVisits() |
PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)
public PortableVehicle getVehicle()
public PortableLocation getDepot()
public List<PortableLocation> getVisits()
public List<List<PortableCoordinates>> getTrack()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.