org.drools.planner.examples.vehiclerouting.domain.solver
Class VrpCustomerDifficultyComparator
java.lang.Object
org.drools.planner.examples.vehiclerouting.domain.solver.VrpCustomerDifficultyComparator
- All Implemented Interfaces:
- Serializable, Comparator<VrpCustomer>
public class VrpCustomerDifficultyComparator
- extends Object
- implements Comparator<VrpCustomer>, 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(VrpCustomer a,
VrpCustomer b)
- Specified by:
compare
in interface Comparator<VrpCustomer>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.