@Path(value="/vehiclerouting")
public interface VehicleRoutingRestService
DefaultVehicleRoutingRestService| Modifier and Type | Method and Description |
|---|---|
JsonVehicleRoutingSolution |
getSolution() |
JsonMessage |
solve() |
JsonMessage |
terminateEarly() |
@GET @Path(value="/solution") @Produces(value="application/json") JsonVehicleRoutingSolution getSolution()
@POST @Path(value="/solution/solve") @Produces(value="application/json") JsonMessage solve()
@POST @Path(value="/solution/terminateEarly") @Produces(value="application/json") JsonMessage terminateEarly()
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.