Class DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight
java.lang.Object
org.optaplanner.examples.vehiclerouting.domain.solver.DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight
- All Implemented Interfaces:
Comparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>
- Enclosing class:
- DepotAngleCustomerDifficultyWeightFactory
public static class DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight
extends Object
implements Comparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>
-
Constructor Summary
ConstructorsConstructorDescriptionDepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, long depotRoundTripDistance) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
DepotAngleCustomerDifficultyWeight
public DepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, long depotRoundTripDistance)
-
-
Method Details
-
compareTo
public int compareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other) - Specified by:
compareToin interfaceComparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>
-