Uses of Class
org.optaweb.vehiclerouting.domain.VehicleData
-
Packages that use VehicleData Package Description org.optaweb.vehiclerouting.domain Domain model.org.optaweb.vehiclerouting.plugin.persistence Persistence infrastructure.org.optaweb.vehiclerouting.service.demo.dataset Data set marshalling and unmarshalling.org.optaweb.vehiclerouting.service.vehicle Performs use cases that involve vehicles. -
-
Uses of VehicleData in org.optaweb.vehiclerouting.domain
Subclasses of VehicleData in org.optaweb.vehiclerouting.domain Modifier and Type Class Description classVehicleVehicle that can be used to deliver cargo to visits.Methods in org.optaweb.vehiclerouting.domain that return VehicleData Modifier and Type Method Description static VehicleDataVehicleFactory. vehicleData(String name, int capacity)Create vehicle data.Methods in org.optaweb.vehiclerouting.domain that return types with arguments of type VehicleData Modifier and Type Method Description List<VehicleData>RoutingProblem. vehicles()Vehicles that are part of the problem definition.Constructor parameters in org.optaweb.vehiclerouting.domain with type arguments of type VehicleData Constructor Description RoutingProblem(String name, List<? extends VehicleData> vehicles, LocationData depot, List<? extends LocationData> visits)Create routing problem instance. -
Uses of VehicleData in org.optaweb.vehiclerouting.plugin.persistence
Methods in org.optaweb.vehiclerouting.plugin.persistence with parameters of type VehicleData Modifier and Type Method Description VehicleVehicleRepositoryImpl. createVehicle(VehicleData vehicleData) -
Uses of VehicleData in org.optaweb.vehiclerouting.service.demo.dataset
Methods in org.optaweb.vehiclerouting.service.demo.dataset that return VehicleData Modifier and Type Method Description (package private) static VehicleDataDataSetMarshaller. toDomain(DataSetVehicle dataSetVehicle)Methods in org.optaweb.vehiclerouting.service.demo.dataset with parameters of type VehicleData Modifier and Type Method Description (package private) static DataSetVehicleDataSetMarshaller. toDataSet(VehicleData vehicleData) -
Uses of VehicleData in org.optaweb.vehiclerouting.service.vehicle
Methods in org.optaweb.vehiclerouting.service.vehicle with parameters of type VehicleData Modifier and Type Method Description VehicleVehicleRepository. createVehicle(VehicleData vehicleData)Create a vehicle from the given data.voidVehicleService. createVehicle(VehicleData vehicleData)
-