org.optaplanner.examples.vehiclerouting.domain.solver
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight
public DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight(Customer customer,
double depotAngle,
int depotRoundTripDistance)
compareTo
public int compareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other)
- Specified by:
compareTo
in interface Comparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.