OptaPlanner distribution 6.0.2-SNAPSHOT

org.optaplanner.examples.projectjobscheduling.domain.solver
Class DelayStrengthComparator

java.lang.Object
  extended by org.optaplanner.examples.projectjobscheduling.domain.solver.DelayStrengthComparator
All Implemented Interfaces:
Serializable, Comparator<Integer>

public class DelayStrengthComparator
extends Object
implements Comparator<Integer>, Serializable

See Also:
Serialized Form

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

DelayStrengthComparator

public DelayStrengthComparator()
Method Detail

compare

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

OptaPlanner distribution 6.0.2-SNAPSHOT

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