OptaPlanner distribution 6.0.2-SNAPSHOT

org.optaplanner.examples.nurserostering.domain.solver
Class ShiftAssignmentDifficultyComparator

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

OptaPlanner distribution 6.0.2-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.