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
Constructors Constructor Description DepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, long depotRoundTripDistance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other)
-
-
-
Constructor Detail
-
DepotAngleCustomerDifficultyWeight
public DepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, long depotRoundTripDistance)
-
-
Method Detail
-
compareTo
public int compareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other)
- Specified by:
compareToin interfaceComparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>
-
-