public class DefaultVehicleRoutingRestService extends Object implements VehicleRoutingRestService
| Constructor and Description |
|---|
DefaultVehicleRoutingRestService() |
| Modifier and Type | Method and Description |
|---|---|
protected JsonVehicleRoutingSolution |
convertToJsonVehicleRoutingSolution(VehicleRoutingSolution solution) |
JsonVehicleRoutingSolution |
getSolution() |
JsonMessage |
solve() |
JsonMessage |
terminateEarly() |
public JsonVehicleRoutingSolution getSolution()
getSolution in interface VehicleRoutingRestServiceprotected JsonVehicleRoutingSolution convertToJsonVehicleRoutingSolution(VehicleRoutingSolution solution)
public JsonMessage solve()
solve in interface VehicleRoutingRestServicepublic JsonMessage terminateEarly()
terminateEarly in interface VehicleRoutingRestServiceCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.