Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.vehiclerouting.domain.solver
Class VrpCustomerDifficultyComparator

java.lang.Object
  extended by 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

Constructor Summary
VrpCustomerDifficultyComparator()
           
 
Method Summary
 int compare(VrpCustomer a, VrpCustomer b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

VrpCustomerDifficultyComparator

public VrpCustomerDifficultyComparator()
Method Detail

compare

public int compare(VrpCustomer a,
                   VrpCustomer b)
Specified by:
compare in interface Comparator<VrpCustomer>

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.