Uses of Class
org.optaweb.vehiclerouting.domain.LocationData
-
Packages that use LocationData Package Description org.optaweb.vehiclerouting.domain Domain model.org.optaweb.vehiclerouting.service.demo.dataset Data set marshalling and unmarshalling. -
-
Uses of LocationData in org.optaweb.vehiclerouting.domain
Subclasses of LocationData in org.optaweb.vehiclerouting.domain Modifier and Type Class Description classLocationA unique location significant to the user.Methods in org.optaweb.vehiclerouting.domain that return types with arguments of type LocationData Modifier and Type Method Description Optional<LocationData>RoutingProblem. depot()Get the depot.List<LocationData>RoutingProblem. visits()Get locations that should be visited.Constructors in org.optaweb.vehiclerouting.domain with parameters of type LocationData Constructor Description RoutingProblem(String name, List<? extends VehicleData> vehicles, LocationData depot, List<? extends LocationData> visits)Create routing problem instance. -
Uses of LocationData in org.optaweb.vehiclerouting.service.demo.dataset
Methods in org.optaweb.vehiclerouting.service.demo.dataset that return LocationData Modifier and Type Method Description (package private) static LocationDataDataSetMarshaller. toDomain(DataSetLocation dataSetLocation)Methods in org.optaweb.vehiclerouting.service.demo.dataset with parameters of type LocationData Modifier and Type Method Description (package private) static DataSetLocationDataSetMarshaller. toDataSet(LocationData locationData)
-