Uses of Class
org.optaweb.vehiclerouting.service.demo.dataset.DataSetVehicle
-
Packages that use DataSetVehicle Package Description org.optaweb.vehiclerouting.service.demo.dataset Data set marshalling and unmarshalling. -
-
Uses of DataSetVehicle in org.optaweb.vehiclerouting.service.demo.dataset
Methods in org.optaweb.vehiclerouting.service.demo.dataset that return DataSetVehicle Modifier and Type Method Description (package private) static DataSetVehicleDataSetMarshaller. toDataSet(VehicleData vehicleData)Methods in org.optaweb.vehiclerouting.service.demo.dataset that return types with arguments of type DataSetVehicle Modifier and Type Method Description List<DataSetVehicle>DataSet. getVehicles()Vehicles.Methods in org.optaweb.vehiclerouting.service.demo.dataset with parameters of type DataSetVehicle Modifier and Type Method Description (package private) static VehicleDataDataSetMarshaller. toDomain(DataSetVehicle dataSetVehicle)Method parameters in org.optaweb.vehiclerouting.service.demo.dataset with type arguments of type DataSetVehicle Modifier and Type Method Description voidDataSet. setVehicles(List<DataSetVehicle> vehicles)
-