| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.websocket |
Network communication over WebSocket.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static PortableLocation |
PortableLocation.fromLocation(Location location) |
PortableLocation |
PortableRoutingPlan.getDepot() |
PortableLocation |
PortableRoute.getDepot() |
| Modifier and Type | Method and Description |
|---|---|
List<PortableLocation> |
PortableRoutingPlan.getVisits() |
List<PortableLocation> |
PortableRoute.getVisits() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
WebSocketController.addLocation(PortableLocation request)
Create new location.
|
| Constructor and Description |
|---|
PortableRoute(PortableVehicle vehicle,
PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
PortableRoutingPlan(PortableDistance distance,
List<PortableVehicle> vehicles,
PortableLocation depot,
List<PortableLocation> visits,
List<PortableRoute> routes) |
| Constructor and Description |
|---|
PortableRoute(PortableVehicle vehicle,
PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
PortableRoutingPlan(PortableDistance distance,
List<PortableVehicle> vehicles,
PortableLocation depot,
List<PortableLocation> visits,
List<PortableRoute> routes) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.