Uses of Class
org.optaweb.vehiclerouting.plugin.routing.RoutingProperties.RoutingEngine
-
Packages that use RoutingProperties.RoutingEngine Package Description org.optaweb.vehiclerouting.plugin.routing Provides information based on geographical data, for example fastest and shortest distances between locations. -
-
Uses of RoutingProperties.RoutingEngine in org.optaweb.vehiclerouting.plugin.routing
Methods in org.optaweb.vehiclerouting.plugin.routing that return RoutingProperties.RoutingEngine Modifier and Type Method Description RoutingProperties.RoutingEngineRoutingProperties. getEngine()static RoutingProperties.RoutingEngineRoutingProperties.RoutingEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingProperties.RoutingEngine[]RoutingProperties.RoutingEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaweb.vehiclerouting.plugin.routing with parameters of type RoutingProperties.RoutingEngine Modifier and Type Method Description voidRoutingProperties. setEngine(RoutingProperties.RoutingEngine engine)
-