Uses of Class
org.optaweb.vehiclerouting.domain.RoutingProblem
-
Packages that use RoutingProblem Package Description org.optaweb.vehiclerouting.service.demo Demo data set loading and exporting.org.optaweb.vehiclerouting.service.demo.dataset Data set marshalling and unmarshalling. -
-
Uses of RoutingProblem in org.optaweb.vehiclerouting.service.demo
Methods in org.optaweb.vehiclerouting.service.demo that return RoutingProblem Modifier and Type Method Description (package private) RoutingProblemRoutingProblemList. byName(String name)Methods in org.optaweb.vehiclerouting.service.demo that return types with arguments of type RoutingProblem Modifier and Type Method Description (package private) Collection<RoutingProblem>RoutingProblemList. all()Collection<RoutingProblem>DemoService. demos()Constructor parameters in org.optaweb.vehiclerouting.service.demo with type arguments of type RoutingProblem Constructor Description RoutingProblemList(List<RoutingProblem> routingProblems) -
Uses of RoutingProblem in org.optaweb.vehiclerouting.service.demo.dataset
Methods in org.optaweb.vehiclerouting.service.demo.dataset that return RoutingProblem Modifier and Type Method Description (package private) static RoutingProblemDataSetMarshaller. toDomain(DataSet dataSet)RoutingProblemDataSetMarshaller. unmarshal(Reader reader)Unmarshal routing problem from a reader.Methods in org.optaweb.vehiclerouting.service.demo.dataset with parameters of type RoutingProblem Modifier and Type Method Description StringDataSetMarshaller. marshal(RoutingProblem routingProblem)Marshal routing problem to string.(package private) static DataSetDataSetMarshaller. toDataSet(RoutingProblem routingProblem)
-