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