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