Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.nurserostering.domain.solver
Class ShiftAssignmentDifficultyComparator

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

Constructor Summary
ShiftAssignmentDifficultyComparator()
           
 
Method Summary
 int compare(ShiftAssignment a, ShiftAssignment 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

ShiftAssignmentDifficultyComparator

public ShiftAssignmentDifficultyComparator()
Method Detail

compare

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

Drools Planner distribution 6.0.0.Alpha9

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