Class DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight
java.lang.Object
org.optaplanner.examples.tsp.domain.solver.DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight
- All Implemented Interfaces:
Comparable<DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight>
- Enclosing class:
- DomicileDistanceStandstillStrengthWeightFactory
public static class DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight
extends Object
implements Comparable<DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight>
-
Constructor Summary
ConstructorsConstructorDescriptionDomicileDistanceStandstillStrengthWeight(Standstill standstill, long domicileRoundTripDistance) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight other)
-
Constructor Details
-
DomicileDistanceStandstillStrengthWeight
public DomicileDistanceStandstillStrengthWeight(Standstill standstill, long domicileRoundTripDistance)
-
-
Method Details
-
compareTo
public int compareTo(DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight other) - Specified by:
compareToin interfaceComparable<DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight>
-