Uses of Class
org.optaweb.vehiclerouting.domain.RoutingPlan
-
Packages that use RoutingPlan Package Description org.optaweb.vehiclerouting.domain Domain model.org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of RoutingPlan in org.optaweb.vehiclerouting.domain
Methods in org.optaweb.vehiclerouting.domain that return RoutingPlan Modifier and Type Method Description static RoutingPlanRoutingPlan. empty()Create an empty routing plan. -
Uses of RoutingPlan in org.optaweb.vehiclerouting.plugin.websocket
Methods in org.optaweb.vehiclerouting.plugin.websocket with parameters of type RoutingPlan Modifier and Type Method Description voidWebSocketRoutingPlanSender. consumePlan(RoutingPlan routingPlan)(package private) static PortableRoutingPlanPortableRoutingPlanFactory. fromRoutingPlan(RoutingPlan routingPlan) -
Uses of RoutingPlan in org.optaweb.vehiclerouting.service.route
Methods in org.optaweb.vehiclerouting.service.route that return RoutingPlan Modifier and Type Method Description RoutingPlanRouteListener. getBestRoutingPlan()Methods in org.optaweb.vehiclerouting.service.route with parameters of type RoutingPlan Modifier and Type Method Description voidRoutingPlanConsumer. consumePlan(RoutingPlan routingPlan)Consume a routing plan.
-