Uses of Class
org.optaweb.vehiclerouting.service.demo.dataset.DataSetLocation
-
Packages that use DataSetLocation Package Description org.optaweb.vehiclerouting.service.demo.dataset Data set marshalling and unmarshalling. -
-
Uses of DataSetLocation in org.optaweb.vehiclerouting.service.demo.dataset
Methods in org.optaweb.vehiclerouting.service.demo.dataset that return DataSetLocation Modifier and Type Method Description DataSetLocationDataSet. getDepot()The depot.(package private) static DataSetLocationDataSetMarshaller. toDataSet(LocationData locationData)Methods in org.optaweb.vehiclerouting.service.demo.dataset that return types with arguments of type DataSetLocation Modifier and Type Method Description List<DataSetLocation>DataSet. getVisits()Visits.Methods in org.optaweb.vehiclerouting.service.demo.dataset with parameters of type DataSetLocation Modifier and Type Method Description voidDataSet. setDepot(DataSetLocation depot)(package private) static LocationDataDataSetMarshaller. toDomain(DataSetLocation dataSetLocation)Method parameters in org.optaweb.vehiclerouting.service.demo.dataset with type arguments of type DataSetLocation Modifier and Type Method Description voidDataSet. setVisits(List<DataSetLocation> visits)
-