OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.vehiclerouting.domain.solver
Class DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight

java.lang.Object
  extended by org.optaplanner.examples.vehiclerouting.domain.solver.DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight
All Implemented Interfaces:
Comparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>
Enclosing class:
DepotDistanceCustomerDifficultyWeightFactory

public static class DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight
extends Object
implements Comparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>


Constructor Summary
DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight(Customer customer, int depotRoundTripDistance)
           
 
Method Summary
 int compareTo(DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight

public DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight(Customer customer,
                                                                                          int depotRoundTripDistance)
Method Detail

compareTo

public int compareTo(DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight other)
Specified by:
compareTo in interface Comparable<DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight>

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.