OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.vehiclerouting.domain.solver
Class DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight

java.lang.Object
  extended by 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
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, int depotRoundTripDistance)
           
 
Method Summary
 int compareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight

public DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight(Customer customer,
                                                                                    double depotAngle,
                                                                                    int depotRoundTripDistance)
Method Detail

compareTo

public int compareTo(DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight other)
Specified by:
compareTo in interface Comparable<DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight>

OptaPlanner distribution 6.2.1-SNAPSHOT

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