OptaPlanner distribution 6.0.0.CR4-Pre1

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

java.lang.Object
  extended by org.optaplanner.examples.nurserostering.domain.solver.EmployeeStrengthComparator
All Implemented Interfaces:
Serializable, Comparator<Employee>

public class EmployeeStrengthComparator
extends Object
implements Comparator<Employee>, Serializable

See Also:
Serialized Form

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

EmployeeStrengthComparator

public EmployeeStrengthComparator()
Method Detail

compare

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

OptaPlanner distribution 6.0.0.CR4-Pre1

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