class PortableRoutingPlan extends Object
RoutingPlan representation convenient for marshalling.| Constructor and Description |
|---|
PortableRoutingPlan(PortableDistance distance,
List<PortableVehicle> vehicles,
PortableLocation depot,
List<PortableLocation> visits,
List<PortableRoute> routes) |
| Modifier and Type | Method and Description |
|---|---|
PortableLocation |
getDepot() |
PortableDistance |
getDistance() |
List<PortableRoute> |
getRoutes() |
List<PortableVehicle> |
getVehicles() |
List<PortableLocation> |
getVisits() |
PortableRoutingPlan(PortableDistance distance, List<PortableVehicle> vehicles, PortableLocation depot, List<PortableLocation> visits, List<PortableRoute> routes)
public PortableDistance getDistance()
public List<PortableVehicle> getVehicles()
public PortableLocation getDepot()
public List<PortableLocation> getVisits()
public List<PortableRoute> getRoutes()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.