| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.websocket |
Network communication over WebSocket.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static PortableCoordinates |
PortableCoordinates.fromCoordinates(Coordinates coordinates) |
| Modifier and Type | Method and Description |
|---|---|
List<PortableCoordinates> |
ServerInfo.getBoundingBox() |
List<List<PortableCoordinates>> |
PortableRoute.getTrack() |
| Constructor and Description |
|---|
PortableRoute(PortableVehicle vehicle,
PortableLocation depot,
List<PortableLocation> visits,
List<List<PortableCoordinates>> track) |
ServerInfo(List<PortableCoordinates> boundingBox,
List<String> countryCodes,
List<RoutingProblemInfo> demos) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.