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