Class RoutingProblemList
- java.lang.Object
-
- org.optaweb.vehiclerouting.service.demo.RoutingProblemList
-
class RoutingProblemList extends Object
Utility class that holds a map of routing problem instances and allows to look them up by name.
-
-
Constructor Summary
Constructors Constructor Description RoutingProblemList(List<RoutingProblem> routingProblems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Collection<RoutingProblem>all()(package private) RoutingProblembyName(String name)
-
-
-
Constructor Detail
-
RoutingProblemList
RoutingProblemList(List<RoutingProblem> routingProblems)
-
-
Method Detail
-
all
Collection<RoutingProblem> all()
-
byName
RoutingProblem byName(String name)
-
-