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
ConstructorsConstructorDescriptionDepotDistanceCustomerDifficultyWeight(Customer customer, long depotRoundTripDistance) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
DepotDistanceCustomerDifficultyWeight
-
-
Method Details
-
compareTo
public int compareTo(DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight other) - Specified by:
compareToin interfaceComparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>
-