Uses of Class
org.optaplanner.examples.vehiclerouting.domain.Vehicle
-
Packages that use Vehicle Package Description org.optaplanner.examples.vehiclerouting.domain -
-
Uses of Vehicle in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as Vehicle Modifier and Type Field Description protected VehicleCustomer. vehicleFields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type Vehicle Modifier and Type Field Description protected List<Vehicle>VehicleRoutingSolution. vehicleListMethods in org.optaplanner.examples.vehiclerouting.domain that return Vehicle Modifier and Type Method Description VehicleCustomer. getVehicle()VehicleStandstill. getVehicle()VehicleVehicle. getVehicle()Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type Vehicle Modifier and Type Method Description List<Vehicle>VehicleRoutingSolution. getVehicleList()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Vehicle Modifier and Type Method Description voidCustomer. setVehicle(Vehicle vehicle)Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Vehicle Modifier and Type Method Description voidVehicleRoutingSolution. setVehicleList(List<Vehicle> vehicleList)
-