org.optaplanner.examples.vehiclerouting.domain.solver
Class VrpCustomerDifficultyComparator
java.lang.Object
org.optaplanner.examples.vehiclerouting.domain.solver.VrpCustomerDifficultyComparator
- All Implemented Interfaces:
- Serializable, Comparator<Customer>
public class VrpCustomerDifficultyComparator
- extends Object
- implements Comparator<Customer>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VrpCustomerDifficultyComparator
public VrpCustomerDifficultyComparator()
compare
public int compare(Customer a,
Customer b)
- Specified by:
compare
in interface Comparator<Customer>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.