| 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> |
PortableRoute.getVisits() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
WebSocketController.addLocation(PortableLocation request)
Create new location.
|
| Constructor and Description |
|---|
PortableRoute(PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
PortableRoutingPlan(String distance,
PortableLocation depot,
List<PortableRoute> routes) |
| Constructor and Description |
|---|
PortableRoute(PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.