Class DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight
- java.lang.Object
-
- org.optaplanner.examples.coachshuttlegathering.domain.solver.DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight
-
- All Implemented Interfaces:
Comparable<DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight>
- Enclosing class:
- DepotAngleBusStopDifficultyWeightFactory
public static class DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight extends Object implements Comparable<DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight>
-
-
Constructor Summary
Constructors Constructor Description DepotAngleBusStopDifficultyWeight(BusOrStop busOrStop, double hubAngle, int hubRoundTripDistance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight other)
-
-
-
Constructor Detail
-
DepotAngleBusStopDifficultyWeight
public DepotAngleBusStopDifficultyWeight(BusOrStop busOrStop, double hubAngle, int hubRoundTripDistance)
-
-
Method Detail
-
compareTo
public int compareTo(DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight other)
- Specified by:
compareToin interfaceComparable<DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight>
-
-