Class DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight
- java.lang.Object
-
- org.optaplanner.examples.vehiclerouting.domain.solver.DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight
-
- All Implemented Interfaces:
Comparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>
- Enclosing class:
- DepotDistanceCustomerDifficultyWeightFactory
public static class DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight extends Object implements Comparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>
-
-
Constructor Summary
Constructors Constructor Description DepotDistanceCustomerDifficultyWeight(Customer customer, long depotRoundTripDistance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight other)
-
-
-
Constructor Detail
-
DepotDistanceCustomerDifficultyWeight
public DepotDistanceCustomerDifficultyWeight(Customer customer, long depotRoundTripDistance)
-
-
Method Detail
-
compareTo
public int compareTo(DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight other)
- Specified by:
compareToin interfaceComparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>
-
-