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